Open
Description
CircuitPython version
Adafruit CircuitPython 9.0.5 on 2024-07-01; Espressif ESP32 TTGO T8 v1.7 with ESP32
Code/REPL
just pressing `save+run` causes `Aimport test` to show up, the wrong `A` causes the action to fail
Behavior
soft reboot
Auto-reload is on. Simply save files over USB to run them or enter REPL to disable.
code.py output:
Hello World!
Code done running.
Adafruit CircuitPython 9.0.5 on 2024-07-01; Espressif ESP32 TTGO T8 v1.7 with ESP32
>>>
paste mode; Ctrl-C to cancel, Ctrl-D to finish
=== Aimport test
Traceback (most recent call last):
File "<stdin>", line 1
SyntaxError: invalid syntax
Description
No response
Additional information
No response