From ab34511bb4d033b5c9486e6d8005059ffabc69ad Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Fri, 10 Feb 2017 22:04:23 +0200 Subject: [PATCH] Update to latest Arduino Core --- boards/esp32thing.json | 2 +- platform.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/boards/esp32thing.json b/boards/esp32thing.json index 32a75e6..7f88152 100644 --- a/boards/esp32thing.json +++ b/boards/esp32thing.json @@ -7,7 +7,7 @@ "flash_mode": "dio", "ldscript": "esp32_out.ld", "mcu": "esp32", - "variant": "esp32" + "variant": "esp32thing" }, "frameworks": [ "arduino", diff --git a/platform.json b/platform.json index 60c1101..39ce81a 100644 --- a/platform.json +++ b/platform.json @@ -46,7 +46,7 @@ "framework-arduinoespressif32": { "type": "framework", "optional": true, - "version": "~1.1.1" + "version": "~1.1.2" }, "framework-espidf": { "type": "framework",