You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added GETTER method max_stations to wifi Radio objects, returning the
maximum number of stations that can be associated in AP mode
Added GETTER method stations_ap to wifi Radio objects, returning
a list of dicts with the MAC address, RSSI and IPV4 address of
each associated station. IPV4 addresses may be None if
the DHCP server hasn't yet assigned an address or if the station
hasn't requested one (for instance if it has a self-assigned or static
IP address, or isn't running TCP/IP).
Supports Espressif CPUS and the Raspberry Pi Pico W
The Pico W doesn't report RSSI values
0 commit comments