Search found 1 match

by William_Wu
Tue Dec 10, 2019 6:54 am
Forum: ESP-IDF
Topic: How to actively check whether WiFi is connected?
Replies: 0
Views: 1461

How to actively check whether WiFi is connected?

Hi, I have a problem with detecting the WiFi status. First, I connect the ESP32 to the AP, and I keep sending some messages in a while loop. Then I turn off the AP, but the loop keep working until the bcn timeout is triggered. Is there any method to actively check whether the WiFi is connected befor...