Skip to content

Commit d03fafa

Browse files
1technophilevaleros
authored andcommitted
Correct upload speed for m5stick-c board (#240)
The current upload speed gives an error when trying to upload on m5stick-c: ``` A fatal error occurred: Timed out waiting for packet header ``` With 1500000 the upload works correctly
1 parent 671234e commit d03fafa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boards/m5stick-c.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"maximum_ram_size": 327680,
2626
"maximum_size": 4194304,
2727
"require_upload_port": true,
28-
"speed": 460800
28+
"speed": 1500000
2929
},
3030
"url": "http://www.m5stack.com",
3131
"vendor": "M5Stack"

0 commit comments

Comments
 (0)