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();