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
330 stars 183 forks source link

Added esp_wifi_sta_get_rssi function in EspWifi #478

Closed MartinBroers closed 2 months ago

MartinBroers commented 2 months ago

I have added the function esp_wifi_sta_get_rssi in the Wifi trait. Nothing fancy and works well when connected. I can rename the function if that works better.

ivmarkov commented 2 months ago

...and this is not added to the Wifi trait. But let's not do this for now anyway.

MartinBroers commented 2 months ago

I've added it to WifiDriver. Hope this is the way you meant it?

ivmarkov commented 2 months ago

Thanks!