Page 1 of 1

Wifi is restarting without the reason.

Posted: Mon Jul 05, 2021 1:36 pm
by filipESP
I have a project, which connects to wifi and sends from time to time
data to server. Sometimes esp log this info:
  1. I (54056579) wifi:state: run -> init (ce00)                                    
  2. I (54056579) wifi:pm stop, total sleep time: 0 us / 909284818 us
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?