Browse Source

Remove TELNET check as per recommendation

refactor-terminal
Debarko De 5 years ago
committed by GitHub
parent
commit
b205656ae3
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      code/espurna/wifi.ino

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

@ -469,7 +469,7 @@ void _wifiWebSocketOnAction(uint32_t client_id, const char * action, JsonObject&
void wifiDebug(WiFiMode_t modes) {
#if DEBUG_SUPPORT || TERMINAL_SUPPORT
#if DEBUG_SUPPORT
bool footer = false;
if (((modes & WIFI_STA) > 0) && ((WiFi.getMode() & WIFI_STA) > 0)) {


Loading…
Cancel
Save