adafruit / circuitpython

CircuitPython - a Python implementation for teaching coding with microcontrollers
https://circuitpython.org
MIT License
3.97k stars 1.16k forks source link

ESP32-C2 constant crash loop when web-workflow is enabled #9335

Open bill88t opened 1 month ago

bill88t commented 1 month ago

CircuitPython version

Adafruit CircuitPython 9.1.0-beta.3-29-ged5591c5cb on 2024-06-14; NodeMcu-ESP32-C2 with ESP32C2
# Aka latest as of the time of writing

Code/REPL

# Wifi creds & web-workflow passwd set in settings.toml
# No code.py

Behavior

Crashes into safemode, then crashes again since wifi-autoconnect and web-workflow run even in safemode. The board cannot be stopped, since neither wifi-autoconnect nor web-workflow check for keyboard interrupts. It's also impossible to remove the problematic settings.toml without downgrading or wiping.

Description

No response

Additional information

Last I checked, before the 5.2.2 idf upgrade it worked somewhat. My ftp server was safemoding, but web-workflow worked.

tannewt commented 4 weeks ago

C2 support isn't a priority for Adafruit funded folks.