Update Arduino core to 1.0.3

This commit is contained in:
valeros
2019-09-16 16:36:42 +03:00
parent 834017e88b
commit f5eed10680
9 changed files with 264 additions and 1 deletions
+32
View File
@@ -0,0 +1,32 @@
{
"build": {
"core": "esp32",
"extra_flags": "-DARDUINO_TTGO_T1",
"f_cpu": "240000000L",
"f_flash": "40000000L",
"flash_mode": "qio",
"ldscript": "esp32_out.ld",
"mcu": "esp32",
"variant": "ttgo-t1"
},
"connectivity": [
"wifi",
"bluetooth",
"ethernet",
"can"
],
"frameworks": [
"arduino",
"espidf"
],
"name": "TTGO T1",
"upload": {
"flash_size": "4MB",
"maximum_ram_size": 327680,
"maximum_size": 4194304,
"require_upload_port": true,
"speed": 921600
},
"url": "https://github.com/LilyGO/ESP32-TTGO-T1",
"vendor": "TTGO"
}