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..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", @@ -53,7 +53,7 @@ "type": "framework", "optional": true, "owner": "platformio", - "version": "~3.30001.0" + "version": "~3.30002.0" }, "framework-esp8266-rtos-sdk": { "type": "framework",