Skip to content

Commit 52c0d78

Browse files
committed
Merge branch 'release/v1.7.3'
2 parents 78fa86b + cc074a9 commit 52c0d78

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

builder/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ def _update_max_upload_size(env):
270270

271271
if "uploadfs" in COMMAND_LINE_TARGETS:
272272
env.Append(
273-
UPLOADERFLAGS=["-ca", "$SPIFFS_START"],
273+
UPLOADERFLAGS=["-ca", "${hex(SPIFFS_START)}"],
274274
UPLOADEROTAFLAGS=["-s"]
275275
)
276276

platform.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"type": "git",
1313
"url": "https://github.com/platformio/platform-espressif8266.git"
1414
},
15-
"version": "1.7.2",
15+
"version": "1.7.3",
1616
"packageRepositories": [
1717
"https://dl.bintray.com/platformio/dl-packages/manifest.json",
1818
"http://dl.platformio.org/packages/manifest.json",

0 commit comments

Comments
 (0)