WiFiManager icon indicating copy to clipboard operation
WiFiManager copied to clipboard

New Feature Request: netObj.config(channel=11) for STA_IF Object

Open mmliam opened this issue 2 years ago • 0 comments

Currently netObj.config(channel=11) is only available for AP objects, However, for applications in which a station is awakened from deep-sleep, having the capability to fix the channel in advance, rather than having the station scan all channels would significantly shorten connection time for an ESP8266 running micropython.

The particular application requires an ESP8266 to remain in deep-sleep until awakened by an external event, the station reports the event, than goes back into deep-sleep to save battery power. Reducing the network connection time to a minimum is essential to the application.

mmliam avatar Feb 26 '22 02:02 mmliam