Skip to content

Commit ec23074

Browse files
committed
Display when cellular is starting
1 parent 67c19a7 commit ec23074

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Firmware/RTK_Everywhere/Cellular.ino

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,8 @@ void cellularStart(NetIndex_t index, uintptr_t parameter, bool debug)
206206
// If the modem is on, this is too short to turn it off again
207207
systemPrintln("Starting the cellular modem. It might take a while!");
208208

209+
displayMessage("Cellular Start", 500);
210+
209211
// Starting the cellular modem
210212
CELLULAR.begin(CELLULAR_MODEM_MODEL);
211213

0 commit comments

Comments
 (0)