enable network services in all wifi modes
This commit is contained in:
parent
7cf4b116a6
commit
84566ec4dd
|
|
@ -1262,7 +1262,7 @@ void loopWifiScan() {
|
||||||
wifi_state = WIFI_CONNECTED;
|
wifi_state = WIFI_CONNECTED;
|
||||||
delay(3000);
|
delay(3000);
|
||||||
}
|
}
|
||||||
SetupAsyncServer();
|
enableNetwork(true);
|
||||||
initialMode();
|
initialMode();
|
||||||
|
|
||||||
if (sonde.config.spectrum != 0) { // enable Spectrum in config.txt: spectrum=number_of_seconds
|
if (sonde.config.spectrum != 0) { // enable Spectrum in config.txt: spectrum=number_of_seconds
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue