Portduino is always special.

pull/1842/head
Thomas Göttgens 2022-10-22 16:53:57 +02:00
rodzic 103c82bc2c
commit 1e97dcbb4c
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -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.