Closed MartinBroers closed 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.
esp_wifi_sta_get_rssi
...and this is not added to the Wifi trait. But let's not do this for now anyway.
I've added it to WifiDriver. Hope this is the way you meant it?
WifiDriver
Thanks!
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.