You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Decreasing output power by WiFi.setOutputPower( 0.0 ); is not permanent.
High output level is restored after some time, less than 30 minutes.
How to reproduce
1 Upload code below.
2 Place esp8266 some 10 meters from AP
3 view esp's signal strength using AP internal web server.
4 after one minute the signal strength go lower (OK)
5 within some 30 minutes, the signal strength will be high again (NOK)
Setup
Problem Description
Decreasing output power by
WiFi.setOutputPower( 0.0 );
is not permanent.High output level is restored after some time, less than 30 minutes.
How to reproduce
1 Upload code below.
2 Place esp8266 some 10 meters from AP
3 view esp's signal strength using AP internal web server.
4 after one minute the signal strength go lower (OK)
5 within some 30 minutes, the signal strength will be high again (NOK)
The text was updated successfully, but these errors were encountered: