Open
Description
CircuitPython version
Adafruit CircuitPython 8.2.10 on 2024-02-14; Wemos Lolin C3 Mini with ESP32-C3FH4
Code/REPL
none
Behavior
The board does not connect to the AP, and web workflow is not started
Description
- settings.toml is OK
- but it does not connect to the AP
- I have read about the tx power problem so I added 'wifi.radio.tx_power=8.5' to code.py => no improvement
- If I run wifi.radio.connect(...) it connects, but is there a way to restart the web workflow from here, in command line?
Additional information
No response