sync with 1.9 changes

This commit is contained in:
Paul
2019-09-01 14:38:42 +02:00
parent 8f26fb655e
commit 81a188a52a
7 changed files with 21 additions and 2775 deletions

View File

@@ -573,8 +573,7 @@ void TelnetSpy::handle() {
return;
}
if (!listening) {
if ((WiFi.status() == WL_DISCONNECTED) && (WiFi.getMode() & WIFI_AP)) {
if ((WiFi.status() == WL_DISCONNECTED) && (WiFi.getMode() & WIFI_AP)) {
if (usedSer) {
usedSer->println("[TELNET] in AP mode"); // added by Proddy
}