File tree Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Original file line number Diff line number Diff line change @@ -3039,7 +3039,7 @@ bool RTK_WIFI::stopStart(WIFI_ACTION_t stopping, WIFI_ACTION_t starting)
3039
3039
// Display the items that were not started
3040
3040
// ****************************************
3041
3041
3042
- if (settings.debugWifiState && _verbose && _verbose )
3042
+ if (settings.debugWifiState && _verbose)
3043
3043
{
3044
3044
systemPrintf (" 0x%08x: startingNow\r\n " , startingNow);
3045
3045
systemPrintf (" 0x%08x: _started\r\n " , _started);
@@ -3048,16 +3048,6 @@ bool RTK_WIFI::stopStart(WIFI_ACTION_t stopping, WIFI_ACTION_t starting)
3048
3048
if (settings.debugWifiState && startingNow)
3049
3049
displayComponents (" ERROR: Items NOT started" , startingNow);
3050
3050
3051
- // ****************************************
3052
- // Display the items that were not started
3053
- // ****************************************
3054
-
3055
- if (settings.debugWifiState && _verbose)
3056
- {
3057
- systemPrintf (" 0x%08x: startingNow\r\n " , startingNow);
3058
- systemPrintf (" 0x%08x: _started\r\n " , _started);
3059
- }
3060
-
3061
3051
// Clear the items that were not started
3062
3052
_started = _started & ~notStarted;
3063
3053
You can’t perform that action at this time.
0 commit comments