mirror of
https://github.com/DCC-EX/CommandStation-EX.git
synced 2024-11-30 03:26:13 +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
|
#if WIFI_ON
|
||||||
WifiInterface::loop();
|
WifiInterface::loop();
|
||||||
#endif //WIFI_ON
|
#endif //WIFI_ON
|
||||||
#else
|
|
||||||
// ESP32 needs wifi on always
|
|
||||||
WifiESP::loop();
|
|
||||||
#endif //ARDUINO_ARCH_ESP32
|
#endif //ARDUINO_ARCH_ESP32
|
||||||
#if ETHERNET_ON
|
#if ETHERNET_ON
|
||||||
EthernetInterface::loop();
|
EthernetInterface::loop();
|
||||||
|
|
Loading…
Reference in New Issue
Block a user