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
File "adafruit_esp32spi/adafruit_esp32spi_wifimanager.py", line 108, in get
File "adafruit_esp32spi/adafruit_esp32spi_wifimanager.py", line 72, in connect
AttributeError: 'module' object has no attribute 'WL_IDLE_STATUS'
Also the status_pixel parameter is supposed to be optional, but it's not.
The text was updated successfully, but these errors were encountered:
Disregard regarding debugging. I figured out that you can't set the debug from the WifiManager. Instead it has to be set when you initialize adafruit_esp32spi.
An error is thrown upon connection if you set debug to true:
Also the status_pixel parameter is supposed to be optional, but it's not.
The text was updated successfully, but these errors were encountered: