mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-27 12:46:34 +00:00
Enforce wifi output power
This commit is contained in:
parent
24b71c5ba3
commit
3c89dedb92
@ -154,6 +154,7 @@ void WiFiSetSleepMode(void)
|
|||||||
WiFi.setSleepMode(WIFI_MODEM_SLEEP); // Disable sleep (Esp8288/Arduino core and sdk default)
|
WiFi.setSleepMode(WIFI_MODEM_SLEEP); // Disable sleep (Esp8288/Arduino core and sdk default)
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
WifiSetOutputPower();
|
||||||
}
|
}
|
||||||
|
|
||||||
void WifiBegin(uint8_t flag, uint8_t channel)
|
void WifiBegin(uint8_t flag, uint8_t channel)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user