Skip to content

Commit e72b4b6

Browse files
committed
menuMain: Remove setting of periodicDisplay, set by RTK_Everywhere
Fix bug of duplicate WiFi IP address display
1 parent e371fea commit e72b4b6

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

Firmware/RTK_Everywhere/menuMain.ino

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,6 @@ void terminalUpdate()
88
static bool passRtcmToGnss;
99
static uint32_t rtcmTimer;
1010

11-
// Determine which items are periodically displayed
12-
if ((millis() - lastPeriodicDisplay) >= settings.periodicDisplayInterval)
13-
{
14-
lastPeriodicDisplay = millis();
15-
periodicDisplay = settings.periodicDisplay;
16-
}
17-
1811
// Check for USB serial input
1912
if (systemAvailable())
2013
{

0 commit comments

Comments
 (0)