Cleanup configs

This commit is contained in:
Ivan Kravets
2017-11-25 14:51:15 +02:00
parent 99ef53eb2d
commit fb051c123e
28 changed files with 29 additions and 57 deletions
+1 -2
View File
@@ -1,7 +1,7 @@
{
"build": {
"core": "esp32",
"extra_flags": "-DESP32_DEV -DARDUINO_ESP320",
"extra_flags": "-DARDUINO_ESP320",
"f_cpu": "240000000L",
"f_flash": "40000000L",
"flash_mode": "qio",
@@ -25,7 +25,6 @@
"maximum_ram_size": 294912,
"maximum_size": 1310720,
"require_upload_port": true,
"resetmethod": "nodemcu",
"speed": 115200,
"wait_for_upload_port": true
},