Skip to content

Commit ecf0ebc

Browse files
committed
Merge branch 'release/v0.5.1'
2 parents 3d7d4f3 + 94c4c71 commit ecf0ebc

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

boards/esp32thing.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"flash_mode": "dio",
88
"ldscript": "esp32_out.ld",
99
"mcu": "esp32",
10-
"variant": "esp32"
10+
"variant": "esp32thing"
1111
},
1212
"frameworks": [
1313
"arduino",

builder/main.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ def _get_board_f_flash(env):
9898
],
9999

100100
UPLOADCMD='"$PYTHONEXE" "$UPLOADER" $UPLOADERFLAGS $SOURCE',
101+
SIZEPRINTCMD='$SIZETOOL -B -d $SOURCES',
101102

102103
PROGNAME="firmware",
103104
PROGSUFFIX=".elf"

platform.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"type": "git",
1313
"url": "https://github.com/platformio/platform-espressif32.git"
1414
},
15-
"version": "0.5.0",
15+
"version": "0.5.1",
1616
"packageRepositories": [
1717
"https://dl.bintray.com/platformio/dl-packages/manifest.json",
1818
"https://sourceforge.net/projects/platformio-storage/files/packages/manifest.json/download",
@@ -46,7 +46,7 @@
4646
"framework-arduinoespressif32": {
4747
"type": "framework",
4848
"optional": true,
49-
"version": "~1.1.1"
49+
"version": "~1.1.2"
5050
},
5151
"framework-espidf": {
5252
"type": "framework",

0 commit comments

Comments
 (0)