We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7ca945 commit 89f2dddCopy full SHA for 89f2ddd
tools/pyboard.py
@@ -47,6 +47,7 @@
47
stdout = sys.stdout
48
49
def stdout_write_bytes(b):
50
+ b = b.replace(b"\x04", b"")
51
stdout.write(b)
52
stdout.flush()
53
0 commit comments