We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 78fa86b + cc074a9 commit 52c0d78Copy full SHA for 52c0d78
builder/main.py
@@ -270,7 +270,7 @@ def _update_max_upload_size(env):
270
271
if "uploadfs" in COMMAND_LINE_TARGETS:
272
env.Append(
273
- UPLOADERFLAGS=["-ca", "$SPIFFS_START"],
+ UPLOADERFLAGS=["-ca", "${hex(SPIFFS_START)}"],
274
UPLOADEROTAFLAGS=["-s"]
275
)
276
platform.json
@@ -12,7 +12,7 @@
12
"type": "git",
13
"url": "https://github.com/platformio/platform-espressif8266.git"
14
},
15
- "version": "1.7.2",
+ "version": "1.7.3",
16
"packageRepositories": [
17
"https://dl.bintray.com/platformio/dl-packages/manifest.json",
18
"http://dl.platformio.org/packages/manifest.json",
0 commit comments