Remove TELNET check as per recommendation

This commit is contained in:
Debarko De
2019-01-01 23:08:21 +05:30
committed by GitHub
parent 214080e852
commit b205656ae3

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)) {