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
From PR and the related issue, I understood that light sleep mode is broken with SDK 2.x.x, but default MODEM setting is sometimes detrimental too (a lot of disconnections with some APs, when RSSI is low) and needs to be changed to NONE instead.
Basic Infos
Platform
Problem Description
Current code ignores
setSleepMode(...)
completely:Arduino/libraries/ESP8266WiFi/src/ESP8266WiFiGeneric.cpp
Lines 252 to 258 in 7a2e935
Original change from #5763:
https://github.com/esp8266/Arduino/pull/5763/files#diff-0889054126fa6ecf0deea9d56f59e988
From PR and the related issue, I understood that light sleep mode is broken with SDK 2.x.x, but default
MODEM
setting is sometimes detrimental too (a lot of disconnections with some APs, when RSSI is low) and needs to be changed to NONE instead.MCVE Sketch
Debug Messages
SDK 2.2.x:
SDK pre3:
The text was updated successfully, but these errors were encountered: