We would like to see new forever deepsleep and deepsleep type functions on freertos. Is it possible? Do you planning to add this features on freertos? Thank you for your good work.
system_deep_sleep(0); does not work for the purposes. it's sleeping very vell until connect rst pin to low but it's consuming a lot of power in this sleep mode.(~50mA). I think it's a bug. i hope fixed soon.
sorry my mistake. it's working. but still freertos sdk is buggy. for example i am trying to connect router in station mode with tcp request but it need restart sometimes.
ok. It seems working now. but i tried set ssid and it's working too except one thing. What is ssid size? i saw ssid:uint8[32]. i set ssid to "espTestWifi2" and i saw "espTestWif" in wireless networks. than i set ssid to "esptestwf" and i saw "estestwf" in wire...
Espressif_Faye wrote:Please try to create a new task to do this softap set config thing.. Because memory for one task is limited.. Thanks for your interest in ESP8266 !
i tried but still its not working. Can you share sample code?