File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -417,7 +417,6 @@ const char * wifiSoftApPassword = nullptr;
417
417
// ****************************************
418
418
419
419
bool restartWiFi = false ; // Restart WiFi if user changes anything
420
- bool wifiRestartRequested = false ; // Restart WiFi if user changes anything
421
420
422
421
// ****************************************
423
422
// Locals
@@ -1118,9 +1117,9 @@ void RTK_WIFI::hostNameSet(const char * mDnsHostName)
1118
1117
bool RTK_WIFI::restart (bool always)
1119
1118
{
1120
1119
// Determine if restart should be perforrmed
1121
- if (always || wifiRestartRequested )
1120
+ if (always || restartWiFi )
1122
1121
{
1123
- wifiRestartRequested = false ;
1122
+ restartWiFi = false ;
1124
1123
1125
1124
// Determine how WiFi is being used
1126
1125
bool started = false ;
You can’t perform that action at this time.
0 commit comments