Anyone know that can ESP8266 sleep (modem or light) when working in AP mode?
My scenario is:
- ESP8266 is a wifi router, the wifi mode can be AP or AP + STA mode.
- A wifi device will connect to this router (ESP8266 above), always scans the router and connect to get data whenever the router is alive.
- The router (ESP8266) is sleep most of time, after 1min sleep, it will wake up to transmit data.
Thank you for reading.