Closed justmobilize closed 4 months ago
This moves ssid, bssid and rssi to a new network class to match wifi.radio. Also added in authmode since the call was there, but not being used.
ssid
bssid
rssi
wifi.radio
authmode
Also made firmware_version a string, since it always needs to be formated.
firmware_version
Once Approved, will open PRs examples in other libraries and guides.
@dhalbert would love your thoughts on this
This moves
ssid
,bssid
andrssi
to a new network class to matchwifi.radio
. Also added inauthmode
since the call was there, but not being used.Also made
firmware_version
a string, since it always needs to be formated.Once Approved, will open PRs examples in other libraries and guides.