Skip to content

Commit

Permalink
Update Arduino core to v3.0.2
Browse files Browse the repository at this point in the history
Resolve #255
  • Loading branch information
valeros committed Jul 27, 2021
1 parent 1ad46fb commit 10c64d0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions boards/heltec_wifi_kit_8.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion platform.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"type": "framework",
"optional": true,
"owner": "platformio",
"version": "~3.30001.0"
"version": "~3.30002.0"
},
"framework-esp8266-rtos-sdk": {
"type": "framework",
Expand Down

0 comments on commit 10c64d0

Please sign in to comment.