File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2370,8 +2370,8 @@ void Wippersnapper::runNetFSM() {
2370
2370
#endif
2371
2371
// Perform a WiFi scan and check if SSID within
2372
2372
// secrets.json is within the scanned SSIDs
2373
- WS_DEBUG_PRINT (" Performing a WiFi scan for SSID..." );
2374
- if (!check_valid_ssid ()) {
2373
+ WS_DEBUG_PRINT (" Performing a WiFi scan for SSID..." );
2374
+ if (!check_valid_ssid ()) {
2375
2375
#ifdef USE_DISPLAY
2376
2376
WS._ui_helper ->show_scr_error (" ERROR" ,
2377
2377
" Unable to find WiFi network listed in "
@@ -2389,7 +2389,7 @@ void Wippersnapper::runNetFSM() {
2389
2389
feedWDT ();
2390
2390
// attempt to connect
2391
2391
WS_DEBUG_PRINT (" Connecting to WiFi (attempt #" );
2392
- WS_DEBUG_PRINT (5 - maxAttempts);
2392
+ WS_DEBUG_PRINT (5 - maxAttempts);
2393
2393
WS_DEBUG_PRINTLN (" )" );
2394
2394
WS_PRINTER.flush ();
2395
2395
feedWDT ();
@@ -2425,7 +2425,7 @@ void Wippersnapper::runNetFSM() {
2425
2425
maxAttempts = 5 ;
2426
2426
while (maxAttempts > 0 ) {
2427
2427
WS_DEBUG_PRINT (" Connecting to AIO MQTT (attempt #" );
2428
- WS_DEBUG_PRINT (5 - maxAttempts);
2428
+ WS_DEBUG_PRINT (5 - maxAttempts);
2429
2429
WS_DEBUG_PRINTLN (" )" );
2430
2430
WS_PRINTER.flush ();
2431
2431
WS_DEBUG_PRINT (" WiFi Status: " );
You can’t perform that action at this time.
0 commit comments