set default TX level to 5dBm

This commit is contained in:
ZanzyTHEbar 2022-11-27 21:04:22 +00:00
parent 18ac6ff484
commit 1be8e5fe19
2 changed files with 3 additions and 2 deletions

View File

@ -56,6 +56,7 @@ void WiFiHandler::setupWifi()
int progress = 0;
WiFi.mode(WIFI_STA);
WiFi.setTxPower(WIFI_POWER_5dBm);
WiFi.setSleep(WIFI_PS_NONE);
for (auto networkIterator = networks->begin(); networkIterator != networks->end(); ++networkIterator)
{

View File

@ -1 +1 @@
446
448