Skip to content

Commit f1a26a5

Browse files
committed
Display dynamic model when connecting NTRIP Client
1 parent 9d161b0 commit f1a26a5

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Firmware/RTK_Surveyor/Display.ino

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,11 @@ void paintBaseState()
355355
if (systemState == STATE_ROVER_NO_FIX ||
356356
systemState == STATE_ROVER_FIX ||
357357
systemState == STATE_ROVER_RTK_FLOAT ||
358-
systemState == STATE_ROVER_RTK_FIX)
358+
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+
)
359363
{
360364
//Display icon associated with current Dynamic Model
361365
switch (settings.dynamicModel)

0 commit comments

Comments
 (0)