Skip to content

Commit aa110a6

Browse files
Fix Arduino Serial monitor output
Thanks to @me-no-dev, the serial monitor issue was traced down to DTR/RTS settings in boards.txt. Clean those up and the monitor seems to work perfectly now.
1 parent 1138d82 commit aa110a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

boards.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ rpipico.upload.tool=uf2conv
1515
rpipico.upload.maximum_data_size=81920
1616
rpipico.upload.wait_for_upload_port=true
1717
rpipico.upload.erase_cmd=
18-
rpipico.serial.disableDTR=true
19-
rpipico.serial.disableRTS=true
18+
rpipico.serial.disableDTR=false
19+
rpipico.serial.disableRTS=false
2020
rpipico.build.led=
2121
rpipico.build.core=rp2040
2222
rpipico.build.mcu=rp2040

0 commit comments

Comments
 (0)