test startup delay 1

This commit is contained in:
richonguzman 2024-05-13 08:50:34 -04:00
parent 61168d9217
commit 7753618756
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ void setup() {
iGateLoRaBeaconPacket = GPS_Utils::generateiGateLoRaBeacon(); iGateLoRaBeaconPacket = GPS_Utils::generateiGateLoRaBeacon();
#ifdef STARTUP_DELAY // (TEST) just to wait for WiFi init of Routers #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); delay(STARTUP_DELAY * 60 * 1000);
#endif #endif