Search found 1 match

by xiaoxiao
Fri Sep 27, 2024 9:13 am
Forum: ESP-IDF
Topic: [solved] IP_EVENT_STA_GOT_IP never triggered
Replies: 4
Views: 2579

Re: [solved] IP_EVENT_STA_GOT_IP never triggered

I encountered the same issue. I have correctly registered two examples. The first time I call the wifi_init_sta() function, it correctly triggers the IP_EVENT_STA_GOT_IP event. However, if I switch networks in between and call the wifi_init_sta() function again, the IP_EVENT_STA_GOT_IP event is not ...