enable network in AP mode (wifi mode 2)
This commit is contained in:
parent
30c88df93a
commit
40c91646b9
|
|
@ -2806,7 +2806,7 @@ void loopWifiScan() {
|
|||
}
|
||||
if (sonde.config.wifi == 2) { // AP mode, setup in background
|
||||
startAP();
|
||||
enableNetwork();
|
||||
enableNetwork(true);
|
||||
initialMode();
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue