File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -410,17 +410,13 @@ void menuWiFi()
410410 {
411411 systemPrintf (" Enter SSID network %d: " , arraySlot + 1 );
412412 getString (settings.wifiNetworks [arraySlot].ssid , sizeof (settings.wifiNetworks [arraySlot].ssid ));
413- restartRover = true ; // If we are modifying the SSID table, force restart of rover/base
414- restartBase = true ;
415- restartWiFi = true ;
413+ restartWiFi = true ; // If we are modifying the SSID table, force restart of WiFi
416414 }
417415 else
418416 {
419417 systemPrintf (" Enter Password for %s: " , settings.wifiNetworks [arraySlot].ssid );
420418 getString (settings.wifiNetworks [arraySlot].password , sizeof (settings.wifiNetworks [arraySlot].password ));
421- restartRover = true ;
422- restartBase = true ;
423- restartWiFi = true ;
419+ restartWiFi = true ; // If we are modifying the SSID table, force restart of WiFi
424420 }
425421 }
426422 else if (incoming == ' a' )
You can’t perform that action at this time.
0 commit comments