You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
select USB and choose serial. The board has previously had storage.erase_filesystem() done, so CIRCUITPY is in good shape.
open Serial window
edit code.py and another another print() statement
Description
I see extraneous output in the Serial Window, copied below. I see soft restarts, raw REPL info, a few errors, the file I'm writing, etc.
raw REPL; CTRL-B to exit
>raw REPL; CTRL-B to exit
>OKFalse
>
Adafruit CircuitPython 9.1.1 on 2024-07-22; Adafruit QT Py ESP32C3 with ESP32-C3FN4
>>>
Adafruit CircuitPython 9.1.1 on 2024-07-22; Adafruit QT Py ESP32C3 with ESP32-C3FN4
>>>
connected
>>>
>>>
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.
Press any key to enter the REPL. Use CTRL-D to reload.
Adafruit CircuitPython 9.1.1 on 2024-07-22; Adafruit QT Py ESP32C3 with ESP32-C3FN4
>>>
raw REPL; CTRL-B to exit
>raw REPL; CTRL-B to exit
>OKFalse
>
Adafruit CircuitPython 9.1.1 on 2024-07-22; Adafruit QT Py ESP32C3 with ESP32-C3FN4
>>>
Adafruit CircuitPython 9.1.1 on 2024-07-22; Adafruit QT Py ESP32C3 with ESP32-C3FN4
>>>
raw REPL; CTRL-B to exit
>raw REPL; CTRL-B to exit
>OKsd 16384 0 946684802
settings.toml 32768 0 946684802
code.py 32768 22 946684802
lib 16384 0 946684802
boot_out.txt 32768 135 946684804
>
Adafruit CircuitPython 9.1.1 on 2024-07-22; Adafruit QT Py ESP32C3 with ESP32-C3FN4
>>>
Adafruit CircuitPython 9.1.1 on 2024-07-22; Adafruit QT Py ESP32C3 with ESP32-C3FN4
>>>
raw REPL; CTRL-B to exit
>raw REPL; CTRL-B to exit
>OKprint("Hello World!")
>
Adafruit CircuitPython 9.1.1 on 2024-07-22; Adafruit QT Py ESP32C3 with ESP32-C3FN4
>>>
Adafruit CircuitPython 9.1.1 on 2024-07-22; Adafruit QT Py ESP32C3 with ESP32-C3FN4
>>>
raw REPL; CTRL-B to exit
>raw REPL; CTRL-B to exit
>OKTraceback (most recent call last):
File "<stdin>", line 6, in <module>
NameError: name 'os' is not defined
>
Adafruit CircuitPython 9.1.1 on 2024-07-22; Adafruit QT Py ESP32C3 with ESP32-C3FN4
>>>
Adafruit CircuitPython 9.1.1 on 2024-07-22; Adafruit QT Py ESP32C3 with ESP32-C3FN4
>>>
soft reboot
Auto-reload is on. Simply save files over USB to run them or enter REPL to disable.
code.py output:
Hello World!
foo
Code done running.
Press any key to enter the REPL. Use CTRL-D to reload.
Adafruit CircuitPython 9.1.1 on 2024-07-22; Adafruit QT Py ESP32C3 with ESP32-C3FN4
>>>
>>>
soft reboot
Auto-reload is on. Simply save files over USB to run them or enter REPL to disable.
code.py output:
Hello World!
foo
Code done running.
Press any key to enter the REPL. Use CTRL-D to reload.
Adafruit CircuitPython 9.1.1 on 2024-07-22; Adafruit QT Py ESP32C3 with ESP32-C3FN4
>>>
raw REPL; CTRL-B to exit
>raw REPL; CTRL-B to exit
>OKsd 16384 0 946684802
settings.toml 32768 0 946684802
code.py 32768 34 946684856
lib 16384 0 946684802
boot_out.txt 32768 135 946684804
>
Adafruit CircuitPython 9.1.1 on 2024-07-22; Adafruit QT Py ESP32C3 with ESP32-C3FN4
>>>
Adafruit CircuitPython 9.1.1 on 2024-07-22; Adafruit QT Py ESP32C3 with ESP32-C3FN4
>>>
raw REPL; CTRL-B to exit
>raw REPL; CTRL-B to exit
>OKprint("Hello World!")
print("foo")
>
Additional information
No response
The text was updated successfully, but these errors were encountered:
CircuitPython Version
Workflow(s)
USB
Browser(s)
Console Log
Steps
Description
I see extraneous output in the Serial Window, copied below. I see soft restarts, raw REPL info, a few errors, the file I'm writing, etc.
Additional information
No response
The text was updated successfully, but these errors were encountered: