We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This happens when the SSID and Password are not present in settings.toml .
settings.toml
Connecting to AP... Traceback (most recent call last): File "<stdin>", line 1, in <module> File "conexion.py", line 66, in <module> File "adafruit_esp32spi/adafruit_esp32spi.py", line 690, in connect_AP File "adafruit_esp32spi/adafruit_esp32spi.py", line 558, in wifi_set_network File "adafruit_esp32spi/adafruit_esp32spi.py", line 429, in _send_command_get_response File "adafruit_esp32spi/adafruit_esp32spi.py", line 307, in _send_command TypeError: object of type 'NoneType' has no len()
for reference: @justmobilize
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This happens when the SSID and Password are not present in
settings.toml
.Adafruit CircuitPython 9.2.4 on 2025-01-28; Adafruit PyPortal Titano with samd51j20
Firmware vers. 2.0.0-rc.0+adafruit
for reference: @justmobilize
The text was updated successfully, but these errors were encountered: