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 e371fea commit e72b4b6Copy full SHA for e72b4b6
Firmware/RTK_Everywhere/menuMain.ino
@@ -8,13 +8,6 @@ void terminalUpdate()
8
static bool passRtcmToGnss;
9
static uint32_t rtcmTimer;
10
11
- // Determine which items are periodically displayed
12
- if ((millis() - lastPeriodicDisplay) >= settings.periodicDisplayInterval)
13
- {
14
- lastPeriodicDisplay = millis();
15
- periodicDisplay = settings.periodicDisplay;
16
- }
17
-
18
// Check for USB serial input
19
if (systemAvailable())
20
{
0 commit comments