From 90d6ff43c51ee9114f932ff7015a5ad835db3a98 Mon Sep 17 00:00:00 2001 From: Harald Barth Date: Sun, 31 Jul 2022 13:31:58 +0200 Subject: [PATCH] on ESP32 wifiloop is an own task --- CommandStation-EX.ino | 3 --- 1 file changed, 3 deletions(-) diff --git a/CommandStation-EX.ino b/CommandStation-EX.ino index c3cb478..2c520c0 100644 --- a/CommandStation-EX.ino +++ b/CommandStation-EX.ino @@ -141,9 +141,6 @@ void loop() #if WIFI_ON WifiInterface::loop(); #endif //WIFI_ON -#else - // ESP32 needs wifi on always - WifiESP::loop(); #endif //ARDUINO_ARCH_ESP32 #if ETHERNET_ON EthernetInterface::loop();