From 7753618756b5f9bc6f3928cffd09ef5559ac1711 Mon Sep 17 00:00:00 2001 From: richonguzman Date: Mon, 13 May 2024 08:50:34 -0400 Subject: [PATCH] test startup delay 1 --- src/LoRa_APRS_iGate.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/LoRa_APRS_iGate.cpp b/src/LoRa_APRS_iGate.cpp index 8cc1b7f..b77d61c 100644 --- a/src/LoRa_APRS_iGate.cpp +++ b/src/LoRa_APRS_iGate.cpp @@ -90,7 +90,7 @@ void setup() { iGateLoRaBeaconPacket = GPS_Utils::generateiGateLoRaBeacon(); #ifdef STARTUP_DELAY // (TEST) just to wait for WiFi init of Routers - show_display("", "STARTUP DELAY ...", "", "", 0); + show_display("", " STARTUP DELAY ...", "", "", 0); delay(STARTUP_DELAY * 60 * 1000); #endif