mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 15:59:52 +03:00
fix lint error
This commit is contained in:
@@ -195,7 +195,7 @@ void System::wifi_tweak() {
|
||||
// WIFI_POWER_2dBm = 8,// 2dBm
|
||||
// WIFI_POWER_MINUS_1dBm = -4// -1dBm
|
||||
wifi_power_t p1 = WiFi.getTxPower();
|
||||
bool pok = WiFi.setTxPower(WIFI_POWER_19_5dBm);
|
||||
(void) WiFi.setTxPower(WIFI_POWER_19_5dBm);
|
||||
wifi_power_t p2 = WiFi.getTxPower();
|
||||
bool s1 = WiFi.getSleep();
|
||||
WiFi.setSleep(false); // turn off sleep - WIFI_PS_NONE
|
||||
|
||||
Reference in New Issue
Block a user