From 1e97dcbb4c35b03336f5840eac5d0c0c20dcdca1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20G=C3=B6ttgens?= Date: Sat, 22 Oct 2022 16:53:57 +0200 Subject: [PATCH] Portduino is always special. --- src/main.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main.cpp b/src/main.cpp index 2e231dec3..5d73e0252 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -438,11 +438,13 @@ void setup() mqttInit(); #endif +#ifndef ARCH_PORTDUINO // Initialize Wifi initWifi(forceSoftAP); // Initialize Ethernet initEthernet(); +#endif #ifdef ARCH_ESP32 // Start web server thread.