We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ad46fb commit 10c64d0Copy full SHA for 10c64d0
boards/heltec_wifi_kit_8.json
@@ -4,12 +4,12 @@
4
"ldscript": "eagle.flash.4m1m.ld"
5
},
6
"core": "esp8266",
7
- "extra_flags": "-DESP8266 -DARDUINO_ARCH_ESP8266 -DARDUINO_ESP8266_HELTEC_WIFI_KIT_8",
+ "extra_flags": "-DESP8266 -DARDUINO_ARCH_ESP8266 -DARDUINO_wifi_kit_8",
8
"f_cpu": "80000000L",
9
"f_flash": "40000000L",
10
"flash_mode": "dio",
11
"mcu": "esp8266",
12
- "variant": "d1_mini"
+ "variant": "wifi_kit_8"
13
14
"connectivity": [
15
"wifi"
platform.json
@@ -53,7 +53,7 @@
53
"type": "framework",
54
"optional": true,
55
"owner": "platformio",
56
- "version": "~3.30001.0"
+ "version": "~3.30002.0"
57
58
"framework-esp8266-rtos-sdk": {
59
0 commit comments