Skip to content

Commit

Permalink
test startup delay 1
Browse files Browse the repository at this point in the history
  • Loading branch information
richonguzman committed May 13, 2024
1 parent 61168d9 commit 7753618
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LoRa_APRS_iGate.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 7753618

Please sign in to comment.