test startup delay 1
This commit is contained in:
parent
61168d9217
commit
7753618756
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue