Search found 1 match

by azarubkin
Tue Jul 03, 2018 9:49 am
Forum: General Discussion
Topic: Any information for SYSTEM_EVENT_AP_STAIPASSIGNED callback?
Replies: 1
Views: 3621

Any information for SYSTEM_EVENT_AP_STAIPASSIGNED callback?

Hello,

I've found there's SYSTEM_EVENT_AP_STAIPASSIGNED callback which is called when a client connects to ESP32 softAP and gets IP from ESP32 DHCP server. But is there any way to know which IP was assigned? There is no corresponding member in system_event_info_t union in esp_event.h.