Skip to content

Commit 2a452b5

Browse files
author
jantje
committed
#1353 upload.force_reset_before_upload should default to false
1 parent 9d35246 commit 2a452b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

io.sloeber.core/src/io/sloeber/core/communication/ArduinoSerial.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ public static String makeArduinoUploadready(MessageConsoleStream console, IProje
214214

215215

216216
boolean bResetPortForUpload = Common
217-
.getBuildEnvironmentVariable( confDesc, Const.ENV_KEY_RESET_BEFORE_UPLOAD, Const.TRUE)
217+
.getBuildEnvironmentVariable(confDesc, Const.ENV_KEY_RESET_BEFORE_UPLOAD, Const.FALSE)
218218
.equalsIgnoreCase(Const.TRUE);
219219

220220
/*

0 commit comments

Comments
 (0)