Browse Source

Update: Add terminal support for wifiDebug

refactor-terminal
Debarko De 5 years ago
parent
commit
4be9de04b6
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      code/espurna/wifi.ino

+ 1
- 1
code/espurna/wifi.ino View File

@ -467,7 +467,7 @@ void _wifiWebSocketOnAction(uint32_t client_id, const char * action, JsonObject&
// INFO
// -----------------------------------------------------------------------------
#if DEBUG_SUPPORT
#if DEBUG_SUPPORT || TERMINAL_SUPPORT
void wifiDebug(WiFiMode_t modes) {


Loading…
Cancel
Save