From 10c64d02bb8b97717fef23580c3e439eb2c06f0e Mon Sep 17 00:00:00 2001 From: valeros Date: Tue, 27 Jul 2021 12:01:57 +0300 Subject: [PATCH 1/2] Update Arduino core to v3.0.2 Resolve #255 --- boards/heltec_wifi_kit_8.json | 4 ++-- platform.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/boards/heltec_wifi_kit_8.json b/boards/heltec_wifi_kit_8.json index f4b502c..d785a67 100644 --- a/boards/heltec_wifi_kit_8.json +++ b/boards/heltec_wifi_kit_8.json @@ -4,12 +4,12 @@ "ldscript": "eagle.flash.4m1m.ld" }, "core": "esp8266", - "extra_flags": "-DESP8266 -DARDUINO_ARCH_ESP8266 -DARDUINO_ESP8266_HELTEC_WIFI_KIT_8", + "extra_flags": "-DESP8266 -DARDUINO_ARCH_ESP8266 -DARDUINO_wifi_kit_8", "f_cpu": "80000000L", "f_flash": "40000000L", "flash_mode": "dio", "mcu": "esp8266", - "variant": "d1_mini" + "variant": "wifi_kit_8" }, "connectivity": [ "wifi" diff --git a/platform.json b/platform.json index f91790a..a4f98d4 100644 --- a/platform.json +++ b/platform.json @@ -53,7 +53,7 @@ "type": "framework", "optional": true, "owner": "platformio", - "version": "~3.30001.0" + "version": "~3.30002.0" }, "framework-esp8266-rtos-sdk": { "type": "framework", From 6b9f176f24672aa93e0b699f49eaee891b45b95a Mon Sep 17 00:00:00 2001 From: valeros Date: Fri, 13 Aug 2021 20:12:57 +0300 Subject: [PATCH 2/2] Bump version to 3.2.0 --- platform.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform.json b/platform.json index a4f98d4..5569302 100644 --- a/platform.json +++ b/platform.json @@ -17,7 +17,7 @@ "type": "git", "url": "https://github.com/platformio/platform-espressif8266.git" }, - "version": "3.1.0", + "version": "3.2.0", "frameworks": { "arduino": { "package": "framework-arduinoespressif8266",