mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-26 20:26:32 +00:00
Merge branch 'development' into prerelease-13.0
This commit is contained in:
commit
0ced0c26e9
@ -697,7 +697,9 @@ void MI32PreInit(void) {
|
|||||||
void MI32Init(void) {
|
void MI32Init(void) {
|
||||||
if (MI32.mode.init) { return; }
|
if (MI32.mode.init) { return; }
|
||||||
|
|
||||||
if (TasmotaGlobal.global_state.wifi_down && TasmotaGlobal.global_state.eth_down) { return; }
|
if (TasmotaGlobal.global_state.wifi_down && TasmotaGlobal.global_state.eth_down) {
|
||||||
|
if (!(WIFI_MANAGER == Wifi.config_type || WIFI_MANAGER_RESET_ONLY == Wifi.config_type)) return;
|
||||||
|
}
|
||||||
|
|
||||||
if (!TasmotaGlobal.global_state.wifi_down) {
|
if (!TasmotaGlobal.global_state.wifi_down) {
|
||||||
TasmotaGlobal.wifi_stay_asleep = true;
|
TasmotaGlobal.wifi_stay_asleep = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user