File tree Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -473,9 +473,6 @@ void ntripClientUpdate()
473473 lastNtripClientState = millis ();
474474 }
475475
476- // Periodically display the IP address
477- wifiPeriodicallyDisplayIpAddress ();
478-
479476 // Enable WiFi and the NTRIP client if requested
480477 switch (ntripClientState)
481478 {
Original file line number Diff line number Diff line change @@ -435,9 +435,6 @@ void ntripServerUpdate()
435435 ntripServerStateLastDisplayed = millis ();
436436 }
437437
438- // Periodically display the IP address
439- wifiPeriodicallyDisplayIpAddress ();
440-
441438 // Enable WiFi and the NTRIP server if requested
442439 switch (ntripServerState)
443440 {
Original file line number Diff line number Diff line change @@ -237,6 +237,9 @@ void wifiUpdate()
237237 lastWifiState = millis ();
238238 }
239239
240+ // Periodically display the IP address
241+ wifiPeriodicallyDisplayIpAddress ();
242+
240243 // Support NTRIP client during Rover operation
241244 if (systemState < STATE_BASE_NOT_STARTED)
242245 ntripClientUpdate ();
You can’t perform that action at this time.
0 commit comments