circuitpython: wifi.radio.connect causes a hard crash on the ESP32-S3-DevKitC-1-N8R2
CircuitPython version
Adafruit CircuitPython 8.0.0-alpha.1-13-gd0953e8f8 on 2022-06-19; ESP32-S3-DevKitC-1-N8R2 with ESP32S3
Code/REPL
import ssl,wifi,socketpool
import adafruit_requests as requests
from secrets import secrets
wifi.radio.connect(secrets["ssid"], secrets["password"])
Behavior
The ESP32-S3 Devkit will hard crash to safe mode when the wifi.radio.connect call is made. CP 7.3.0 doesn’t seem to have the same issue.
Description
No response
Additional information
No response
About this issue
- Original URL
- State: closed
- Created 2 years ago
- Comments: 28 (11 by maintainers)
Nice work Scott!! I just downloaded and built after Dan’s merges and it seems to be working.
I usually change into
ports/espressif/esp-idf
and dogit log
to see the current commit. I’m getting the crash too. Will be looking into it shortly.