how to use AP_STADISCONNECTED to reset ESP #7434
Unanswered
fikririzal
asked this question in
Q&A
Replies: 1 comment
-
You can register a WiFi event callback:
Note AP_STADISCONNECTED is actually a client disconnecting from your SoftAP. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
ESP32
after I get this 2 massage:
22:52:38.302 -> [212495][V][WiFiGeneric.cpp:412] _arduino_event_cb(): AP Station Disconnected: MAC: 00:45:e2:9c:a3:d1, AID: 1
22:52:38.349 -> [212495][D][WiFiGeneric.cpp:929] _eventCallback(): Arduino Event: 13 - AP_STADISCONNECTED
my program was stuck and I have to press the reset button to Run normally, how to use that event to trigger reset ESP?
thankyou
Beta Was this translation helpful? Give feedback.
All reactions