Skip to content

Commit

Permalink
Fix parameters for espressif boards
Browse files Browse the repository at this point in the history
  • Loading branch information
valeros committed Mar 15, 2016
1 parent 7dc80af commit 3f68eab
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions platformio/boards/espressif.json
Expand Up @@ -116,7 +116,7 @@
"upload": {
"maximum_ram_size": 81920,
"maximum_size": 4194304,
"resetmethod": "nodemcu",
"resetmethod": "ck",
"require_upload_port" : true,
"speed": 115200
},
Expand Down Expand Up @@ -293,7 +293,7 @@
"maximum_size": 524288,
"resetmethod": "ck",
"require_upload_port" : true,
"speed": 921600
"speed": 115200
},
"url": "https://www.sparkfun.com/products/13231",
"vendor": "SparkFun"
Expand All @@ -318,7 +318,7 @@
"maximum_size": 524288,
"resetmethod": "nodemcu",
"require_upload_port" : true,
"speed": 921600
"speed": 115200
},
"url": "https://www.sparkfun.com/products/13231",
"vendor": "SparkFun"
Expand Down Expand Up @@ -368,7 +368,7 @@
"maximum_size": 4194304,
"resetmethod": "nodemcu",
"require_upload_port" : true,
"speed": 460800
"speed": 115200
},
"url": "http://www.wemos.cc/wiki/doku.php?id=en:d1",
"vendor": "WeMos"
Expand All @@ -393,7 +393,7 @@
"maximum_size": 4194304,
"resetmethod": "nodemcu",
"require_upload_port" : true,
"speed": 460800
"speed": 115200
},
"url": "http://www.wemos.cc/wiki/doku.php?id=en:d1_mini",
"vendor": "WeMos"
Expand Down Expand Up @@ -441,7 +441,7 @@
"upload": {
"maximum_ram_size": 81920,
"maximum_size": 4194304,
"resetmethod": "ck",
"resetmethod": "nodemcu",
"require_upload_port" : true,
"speed": 115200
},
Expand Down

0 comments on commit 3f68eab

Please sign in to comment.