mirror of
https://github.com/EyeTrackVR/OpenIris.git
synced 2025-11-04 15:39:42 +08:00
set default TX level to 5dBm
This commit is contained in:
parent
18ac6ff484
commit
1be8e5fe19
@ -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)
|
||||
{
|
||||
|
||||
@ -1 +1 @@
|
||||
446
|
||||
448
|
||||
Loading…
Reference in New Issue
Block a user