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:
parent
9d4e7903d5
commit
90d6ff43c5
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue
Block a user