Skip to content

Commit

Permalink
Merge branch 'release/v3.2.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
valeros committed Aug 13, 2021
2 parents 87cc649 + 6b9f176 commit a607b97
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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
4 changes: 2 additions & 2 deletions platform.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down 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 a607b97

Please sign in to comment.