diff --git a/src/LoRa_APRS_iGate.cpp b/src/LoRa_APRS_iGate.cpp index 76602bd..068d748 100644 --- a/src/LoRa_APRS_iGate.cpp +++ b/src/LoRa_APRS_iGate.cpp @@ -78,6 +78,12 @@ void setup() setup_ota(); setup_ntp(); } + else + { + // make sure wifi and bt is off if we don't need it: + WiFi.mode(WIFI_OFF); + btStop(); + } if(Config.aprs_is.active) setup_aprs_is(); setup_timer();