1
0
mirror of https://github.com/DCC-EX/CommandStation-EX.git synced 2024-11-26 17:46:14 +01:00

on ESP32 wifiloop is an own task

This commit is contained in:
Harald Barth 2022-07-31 13:31:58 +02:00
parent 9d4e7903d5
commit 90d6ff43c5

View File

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