diff --git a/src/LoRa_APRS_iGate.cpp b/src/LoRa_APRS_iGate.cpp index f17a5b4..9d99d09 100644 --- a/src/LoRa_APRS_iGate.cpp +++ b/src/LoRa_APRS_iGate.cpp @@ -26,7 +26,8 @@ String create_long_aprs(double lng); TaskQueue> toAprsIs; TaskQueue> fromModem; -System LoRaSystem; +System LoRaSystem; +Configuration userConfig; DisplayTask displayTask; ModemTask modemTask(fromModem); @@ -57,7 +58,6 @@ void setup() { boardConfigs.push_back(&HELTEC_WIFI_LORA_32_V2); ProjectConfigurationManagement confmg; - Configuration userConfig; confmg.readConfiguration(userConfig); BoardFinder finder(boardConfigs);