We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d161b0 commit f1a26a5Copy full SHA for f1a26a5
Firmware/RTK_Surveyor/Display.ino
@@ -355,7 +355,11 @@ void paintBaseState()
355
if (systemState == STATE_ROVER_NO_FIX ||
356
systemState == STATE_ROVER_FIX ||
357
systemState == STATE_ROVER_RTK_FLOAT ||
358
- systemState == STATE_ROVER_RTK_FIX)
+ systemState == STATE_ROVER_RTK_FIX ||
359
+ systemState == STATE_ROVER_CLIENT_WIFI_STARTED ||
360
+ systemState == STATE_ROVER_CLIENT_WIFI_CONNECTED ||
361
+ systemState == STATE_ROVER_CLIENT_STARTED
362
+ )
363
{
364
//Display icon associated with current Dynamic Model
365
switch (settings.dynamicModel)
0 commit comments