Open
Description
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.