The
Traceback (most recent call last):
was doing before you pressed Ctrl + C and interrupted it. The
is you pressing CTRL+C. This information can be handy when troubleshooting, but for
now, don't worry about it. Just note that it is expected behavior.
If your code.py file is empty or does not contain a loop, it will show an empty output
and
Code done running.
doing before you interrupted it because there is no code running.
If you have no code.py on your CIRCUITPY drive, you will enter the REPL immediately
after pressing CTRL+C. Again, there is no information about what your board was
doing before you interrupted it because there is no code running.
Regardless, once you press a key you'll see a
REPL!
If you have trouble getting to the
©Adafruit Industries
. There is no information about what your board was
>>>
prompt, try pressing Ctrl + C a few more times.
>>>
is telling you the last thing your board
KeyboardInterrupt
prompt welcoming you to the
Page 58 of 263
Need help?
Do you have a question about the ESP32-S3 and is the answer not in the manual?