Skip to content

Commit

Permalink
updated "cold start" message to user
Browse files Browse the repository at this point in the history
  • Loading branch information
barry-ha committed Feb 18, 2024
1 parent f1b6be7 commit 5ef1ba0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cfg_gps_reset.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
| | | |
| +---------------+ |
| : |
| Please allow time to acquire satellites. |... yRow8 Confirmation
| Done. Please power cycle Griduino. |... yRow8 Confirmation
| v1.14, Feb 15 2024 |... yRow9
+-------------:-----------------------------+
:
Expand Down Expand Up @@ -95,7 +95,7 @@ class ViewCfgGpsReset : public View {
{"If your GPS receives no satellites", -1, yRow2, cFAINT, ALIGNCENTER, eFONTSMALLEST}, // [LINE1]
{"for hours, this action might help.", -1, yRow3, cFAINT, ALIGNCENTER, eFONTSMALLEST}, // [LINE2]
{"n#", (320-32), yBtnText, cLABEL, ALIGNRIGHT}, // [NUMSATS]
{"Done! Please allow time to acquire sats.", -1, yRow8, cBACKGROUND, ALIGNCENTER}, // [CONFIRMATION]
{"Restarting! Please power cycle Griduino.", -1, yRow8, cBACKGROUND, ALIGNCENTER}, // [CONFIRMATION]
{PROGRAM_VERDATE, -1, yRow9, cFAINT, ALIGNCENTER, eFONTSMALLEST}, // [COMPILED]
};

Expand Down

0 comments on commit 5ef1ba0

Please sign in to comment.