Aircoookie / WLED

Control WS2812B and many more types of digital RGB LEDs with an ESP8266 or ESP32 over WiFi!
https://kno.wled.ge
MIT License
14.62k stars 3.14k forks source link

ESP will not attempt to reconnect to WiFi if a client is connected to WLED-AP #281

Open Aircoookie opened 4 years ago

Aircoookie commented 4 years ago

This is due to the single hardware radio. It is physically impossible to have the ESP scan for the network as well as keeping up a stable AP.

Looking for smarter solutions (perhaps a periodic reconnection attempt if no activity by AP user is detected?)

stale[bot] commented 4 years ago

Hey! This issue has been open for quite some time without any new comments now. It will be closed automatically in a week if no further activity occurs. Thank you for using WLED!

blazoncek commented 1 month ago

There is a WIFI_MODE_APSTA mode that should allow simultaneous AP and STA modes. Just an observation from checking API. no testing or verification done.