Update boards configuration

This commit is contained in:
Ivan Kravets
2017-05-18 14:32:01 +03:00
parent 53cfcd113d
commit de69ccac88
6 changed files with 9 additions and 8 deletions
+3 -2
View File
@@ -1,7 +1,7 @@
{
"build": {
"core": "esp32",
"extra_flags": "-DESP32_DEV -DARDUINO_ESP32_DEV",
"extra_flags": "-DESP32_DEV -DARDUINO_ESP32_THING",
"f_cpu": "240000000L",
"f_flash": "80000000L",
"flash_mode": "dio",
@@ -15,7 +15,8 @@
],
"name": "SparkFun ESP32 Thing",
"upload": {
"maximum_ram_size": 114688,
"flash_size": "4MB",
"maximum_ram_size": 294912,
"maximum_size": 1044464,
"require_upload_port": true,
"resetmethod": "nodemcu",