File tree 3 files changed +3
-3
lines changed
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):
200
200
# Target: Build executable and linkable firmware or SPIFFS image
201
201
#
202
202
203
- target_elf = None
203
+ target_elf = env . BuildProgram ()
204
204
if "nobuild" in COMMAND_LINE_TARGETS :
205
205
target_elf = join ("$BUILD_DIR" , "${PROGNAME}.elf" )
206
206
if set (["uploadfs" , "uploadfsota" ]) & set (COMMAND_LINE_TARGETS ):
@@ -209,7 +209,6 @@ def _update_max_upload_size(env):
209
209
else :
210
210
target_firm = join ("$BUILD_DIR" , "${PROGNAME}.bin" )
211
211
else :
212
- target_elf = env .BuildProgram ()
213
212
if set (["buildfs" , "uploadfs" , "uploadfsota" ]) & set (COMMAND_LINE_TARGETS ):
214
213
target_firm = env .DataToBin (
215
214
join ("$BUILD_DIR" , "spiffs" ), "$PROJECTDATA_DIR" )
Original file line number Diff line number Diff line change 12
12
"type" : " git" ,
13
13
"url" : " https://github.com/platformio/platform-espressif8266.git"
14
14
},
15
- "version" : " 2.2.2 " ,
15
+ "version" : " 2.2.3 " ,
16
16
"packageRepositories" : [
17
17
" https://dl.bintray.com/platformio/dl-packages/manifest.json" ,
18
18
" http://dl.platformio.org/packages/manifest.json" ,
You can’t perform that action at this time.
0 commit comments