mirror of
https://github.com/xoseperez/espurna.git
synced 2026-03-21 07:37:06 +01:00
Remove TELNET check as per recommendation
This commit is contained in:
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user