File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1+ custom : https://platformio.org/donate
Original file line number Diff line number Diff line change @@ -200,7 +200,7 @@ def _update_max_upload_size(env):
200200# Target: Build executable and linkable firmware or SPIFFS image
201201#
202202
203- target_elf = None
203+ target_elf = env . BuildProgram ()
204204if "nobuild" in COMMAND_LINE_TARGETS :
205205 target_elf = join ("$BUILD_DIR" , "${PROGNAME}.elf" )
206206 if set (["uploadfs" , "uploadfsota" ]) & set (COMMAND_LINE_TARGETS ):
@@ -209,7 +209,6 @@ def _update_max_upload_size(env):
209209 else :
210210 target_firm = join ("$BUILD_DIR" , "${PROGNAME}.bin" )
211211else :
212- target_elf = env .BuildProgram ()
213212 if set (["buildfs" , "uploadfs" , "uploadfsota" ]) & set (COMMAND_LINE_TARGETS ):
214213 target_firm = env .DataToBin (
215214 join ("$BUILD_DIR" , "spiffs" ), "$PROJECTDATA_DIR" )
Original file line number Diff line number Diff line change 1212 "type" : " git" ,
1313 "url" : " https://github.com/platformio/platform-espressif8266.git"
1414 },
15- "version" : " 2.2.2 " ,
15+ "version" : " 2.2.3 " ,
1616 "packageRepositories" : [
1717 " https://dl.bintray.com/platformio/dl-packages/manifest.json" ,
1818 " http://dl.platformio.org/packages/manifest.json" ,
You can’t perform that action at this time.
0 commit comments