Disabled WiFi-Client-Mode

This commit is contained in:
2022-05-01 20:41:36 +02:00
parent 3c0a7c3c59
commit c3e71d4759
2 changed files with 2 additions and 2 deletions

View File

@@ -705,7 +705,7 @@ void toggleWiFiAP(boolean shutdown)
WiFiMaintainConnectionTicker.stop();
debugV("WiFi AP started, stopped Maintain-Timer");
#else
debugV(PSTR("WiFi AP started"));
debugV("WiFi AP started");
#endif
}
}