Espressif_Faye wrote:@Sprite_tm , it seems that you have many questions about how to use our APIs, please contact sales@espressif.com to sign NDA, then you can get our documents about APIs and else.![]()
I absolutely do
interface to load and save the WiFi parameters: wifi_softap_get_config and wifi_softap_set_config
I saw those, and they are for the AP configuration. What I'd want is a similar thing but for the internal state of the station mode. If I could save and load that easily, I could cut boot time in half.
wifi_set_sleep_type to set sleep type for power saving. Set NONE_SLEEP_T to disable power saving. Default to be Modem sleep. Power saving is only enabled in station mode,because softap can not sleep.
Thanks for your interest in ESP8266 !
I have done this (in station mode ofcourse), but I see absolutely no change in power usage.