From bac7f9fd5f4138a7345c35b0cfad5b55099d4bb4 Mon Sep 17 00:00:00 2001 From: richonguzman Date: Thu, 8 Jun 2023 19:32:41 -0400 Subject: [PATCH] update to status1 --- src/LoRa_APRS_iGate.cpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/LoRa_APRS_iGate.cpp b/src/LoRa_APRS_iGate.cpp index b264d91..3486874 100644 --- a/src/LoRa_APRS_iGate.cpp +++ b/src/LoRa_APRS_iGate.cpp @@ -64,9 +64,6 @@ void loop() { utils::checkBeaconInterval(); show_display(firstLine, secondLine, thirdLine, fourthLine, 0); DIGI_Utils::processPacket(LoRa_Utils::receivePacket()); - /*if (statusAfterBoot) { - utils::processStatus(); - }*/ } else if (stationMode==1 || stationMode==2 ) { // iGate (1 Only Rx / 2 Rx+Tx) unsigned long currentWiFiMillis = millis(); if ((WiFi.status() != WL_CONNECTED) && (currentWiFiMillis - previousWiFiMillis >= 30*1000)) { @@ -141,9 +138,6 @@ void loop() { } } } - /*if (statusAfterBoot) { - utils::processStatus(); - }*/ } } } \ No newline at end of file