Portduino is always special.

This commit is contained in:
Thomas Göttgens 2022-10-22 16:53:57 +02:00
parent 103c82bc2c
commit 1e97dcbb4c

View File

@ -438,11 +438,13 @@ void setup()
mqttInit(); mqttInit();
#endif #endif
#ifndef ARCH_PORTDUINO
// Initialize Wifi // Initialize Wifi
initWifi(forceSoftAP); initWifi(forceSoftAP);
// Initialize Ethernet // Initialize Ethernet
initEthernet(); initEthernet();
#endif
#ifdef ARCH_ESP32 #ifdef ARCH_ESP32
// Start web server thread. // Start web server thread.