Skip to content

WiFiManager debug not working #37

Closed
@rdagger

Description

@rdagger

An error is thrown upon connection if you set debug to true:

wifi = adafruit_esp32spi_wifimanager.ESPSPI_WiFiManager(esp, secrets, None)
wifi.debug = True

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions