removed debug configuration which force AP switch on
This commit is contained in:
parent
ee9c573032
commit
3df77385a4
|
|
@ -84,9 +84,6 @@ esp_err_t WebGuiAppInit(void)
|
||||||
}
|
}
|
||||||
ESP_ERROR_CHECK(InitSysConfig());
|
ESP_ERROR_CHECK(InitSysConfig());
|
||||||
|
|
||||||
GetSysConf()->wifiSettings.Flags1.bIsWiFiEnabled = true;
|
|
||||||
GetSysConf()->wifiSettings.Flags1.bIsAP = false;
|
|
||||||
|
|
||||||
//init rom file system
|
//init rom file system
|
||||||
init_rom_fs("/espfs");
|
init_rom_fs("/espfs");
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user