Skip to content

Commit 10c64d0

Browse files
committed
Update Arduino core to v3.0.2
Resolve #255
1 parent 1ad46fb commit 10c64d0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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)