esp-rs / esp-idf-svc

Type-Safe Rust Wrappers for various ESP-IDF services (WiFi, Network, Httpd, Logging, etc.)
https://docs.esp-rs.org/esp-idf-svc/
Apache License 2.0
309 stars 175 forks source link

Exposes WifiEvent#ApStaConnected and WifiEvent#ApStaDisconnected event info #396

Closed NickUfer closed 6 months ago

NickUfer commented 6 months ago

This PR exposes the wifi_event_ap_staconnected_t and wifi_event_ap_stadisconnected_t structs for the WifiEvents ApStaConnected and ApStaDisconnected respectively.

I tested it so far with an ESP-WROOM-32 development board.