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
Just had fun tracking this down, the wifi object loaded can be wifi_coprocessor or wifi_esp32s2, the ip_address method assumes _wifi has an ".esp" object it can call "ip_address" on, but for the esp32s2 one, its ".radio"
Just had fun tracking this down, the wifi object loaded can be wifi_coprocessor or wifi_esp32s2, the ip_address method assumes _wifi has an ".esp" object it can call "ip_address" on, but for the esp32s2 one, its ".radio"
Adafruit_CircuitPython_MatrixPortal/adafruit_matrixportal/network.py
Line 90 in 502af36
The text was updated successfully, but these errors were encountered: