From d03fafac19f2f890cff7ece1bde2835a54362d68 Mon Sep 17 00:00:00 2001 From: Florian <1technophile@users.noreply.github.com> Date: Mon, 21 Oct 2019 09:38:59 +0200 Subject: [PATCH] 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 --- boards/m5stick-c.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boards/m5stick-c.json b/boards/m5stick-c.json index 2fcf220..b5d7425 100644 --- a/boards/m5stick-c.json +++ b/boards/m5stick-c.json @@ -25,7 +25,7 @@ "maximum_ram_size": 327680, "maximum_size": 4194304, "require_upload_port": true, - "speed": 460800 + "speed": 1500000 }, "url": "http://www.m5stack.com", "vendor": "M5Stack"