Add custom UPLOADCMD command for SPIFFS // Issue #62

This commit is contained in:
Valerii Koval
2018-05-21 22:08:26 +03:00
parent fb1c8d18e0
commit 1ea5afdd65
+2 -1
View File
@@ -264,7 +264,8 @@ if upload_protocol == "esptool":
"--flash_mode", "$BOARD_FLASH_MODE",
"--flash_size", "detect",
"${int(SPIFFS_START, 16)}"
]
],
UPLOADCMD='"$PYTHONEXE" "$UPLOADER" $UPLOADERFLAGS $SOURCE',
)
env.Append(UPLOADEROTAFLAGS=["-s"])