Description
CircuitPython version
Adafruit CircuitPython 8.2.2 on 2023-07-31; S2Mini with ESP32S2-S2FN4R2
Board ID:lolin_s2_mini
UID:84722ED59B67
Code/REPL
import time
while True:
print("Hello World!")
time.sleep(0.5)
Behavior
Auto-reload is on. Simply save files over USB to run them or enter REPL to disable.
main.py output:
Hello World!
Hello World!
Hello World!
Hello World!
Description
I am trying to use the web workflow as explained on the documentation: https://docs.circuitpython.org/en/latest/docs/workflows.html#web
I used a basic code for testing. The ESP32-S2 is not connecting to my router and so the web workflow do not work. A few previous versions of CP, it was working well as expected.
Additional information
I am being using the Lolin S2 mini board and building this displays:
This display will replace my micro scooter battery state indicator board, that is only some LEDs. The display only needs 5V and then communications with the micro scooter control board, using wireless, the ESPNow of CircuitPython that works very well: