File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -3039,15 +3039,25 @@ 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)
3042
+ if (settings.debugWifiState && _verbose && _verbose )
3043
3043
{
3044
3044
systemPrintf (" 0x%08x: startingNow\r\n " , startingNow);
3045
3045
systemPrintf (" 0x%08x: _started\r\n " , _started);
3046
3046
}
3047
3047
startingNow &= ~_started;
3048
- if (settings.debugWifiState && startingNow)
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
+
3051
3061
// Clear the items that were not started
3052
3062
_started = _started & ~notStarted;
3053
3063
You can’t perform that action at this time.
0 commit comments