adafruit / Adafruit_CircuitPython_ESP32SPI

ESP32 as wifi with SPI interface
MIT License
103 stars 75 forks source link

Add ap_info #209

Closed justmobilize closed 4 months ago

justmobilize commented 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.

Also made firmware_version a string, since it always needs to be formated.

Once Approved, will open PRs examples in other libraries and guides.

justmobilize commented 4 months ago

@dhalbert would love your thoughts on this