Wifi is restarting without the reason.
Posted: Mon Jul 05, 2021 1:36 pm
I have a project, which connects to wifi and sends from time to time
data to server. Sometimes esp log this info:
but I can't guess why it occurs.
I try to use esp_wifi_set_ps( WIFI_PS_NONE ) function after call esp_wifi_init(), but it still happen.
What is the reason of this behaviour?
data to server. Sometimes esp log this info:
- I (54056579) wifi:state: run -> init (ce00)
- I (54056579) wifi:pm stop, total sleep time: 0 us / 909284818 us
I try to use esp_wifi_set_ps( WIFI_PS_NONE ) function after call esp_wifi_init(), but it still happen.
What is the reason of this behaviour?