Skip to content

Commit 91e73e1

Browse files
authored
coco: fix debug/monitor baud rate (#1009)
1 parent fab7c05 commit 91e73e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-platforms/platformio-fujinet-coco-devkitc.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ build_board = fujinet-coco-devkitc
77
upload_port = /dev/ttyUSB0
88
upload_speed = 460800
99
monitor_port = /dev/ttyUSB0
10-
monitor_speed = 115200
10+
monitor_speed = 460800
1111

1212
[env:fujinet-coco-devkitc]
1313
platform = espressif32@${fujinet.esp32_platform_version}

0 commit comments

Comments
 (0)