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
This commit is contained in:
Florian
2019-10-21 09:38:59 +02:00
committed by Valerii Koval
parent 671234e193
commit d03fafac19
+1 -1
View File
@@ -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"