Skip to content

Commit a607b97

Browse files
committed
Merge branch 'release/v3.2.0'
2 parents 87cc649 + 6b9f176 commit a607b97

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

boards/heltec_wifi_kit_8.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
"ldscript": "eagle.flash.4m1m.ld"
55
},
66
"core": "esp8266",
7-
"extra_flags": "-DESP8266 -DARDUINO_ARCH_ESP8266 -DARDUINO_ESP8266_HELTEC_WIFI_KIT_8",
7+
"extra_flags": "-DESP8266 -DARDUINO_ARCH_ESP8266 -DARDUINO_wifi_kit_8",
88
"f_cpu": "80000000L",
99
"f_flash": "40000000L",
1010
"flash_mode": "dio",
1111
"mcu": "esp8266",
12-
"variant": "d1_mini"
12+
"variant": "wifi_kit_8"
1313
},
1414
"connectivity": [
1515
"wifi"

platform.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"type": "git",
1818
"url": "https://github.com/platformio/platform-espressif8266.git"
1919
},
20-
"version": "3.1.0",
20+
"version": "3.2.0",
2121
"frameworks": {
2222
"arduino": {
2323
"package": "framework-arduinoespressif8266",
@@ -53,7 +53,7 @@
5353
"type": "framework",
5454
"optional": true,
5555
"owner": "platformio",
56-
"version": "~3.30001.0"
56+
"version": "~3.30002.0"
5757
},
5858
"framework-esp8266-rtos-sdk": {
5959
"type": "framework",

0 commit comments

Comments
 (0)