mirror of https://github.com/arendst/Tasmota.git
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)
|
||||
}
|
||||
#endif
|
||||
WifiSetOutputPower();
|
||||
}
|
||||
|
||||
void WifiBegin(uint8_t flag, uint8_t channel)
|
||||
|
|
Loading…
Reference in New Issue