mirror of https://github.com/lumapu/ahoy.git
Browse Source
Set WiFi.setSleepMode(WIFI_NONE_SLEEP) in the GOT_IP handler, after mAp.disable() completes the AP→STA mode transition. Placement after the mode change ensures the sleep setting is not reset, and re-applies on every reconnect. Without this, ESP8266 defaults to modem-sleep. At weak RSSI the STA misses DTIM beacons, causing outbound TCP (MQTT) to wedge while the async web server remains reachable — a "zombie" state recoverable only by inbound LAN traffic or reboot.pull/1888/head
1 changed files with 1 additions and 0 deletions
Loading…
Reference in new issue