forked from micropython/micropython
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Open
Labels
Milestone
Description
CircuitPython version
Adafruit CircuitPython 8.2.0-rc.0 on 2023-06-23; Hardkernel ODroid Go with ESP32Code/REPL
NoneBehavior
After a powerup and connection via the UART, characters typed in the REPL show up on the screen, but are not echoed to the host PC.
Issuing commands import os os.listdir() causes screen garbage.
import wifi still hangs.
Description
No response
Additional information
Is there a way to disable the onboard screen from echoing the REPL. This and #8069 smell like some sort of bad memory access when scrolling the screen, and disabling the screen would help me debug that.