Skip to content

Commit b6dd9e8

Browse files
committed
avoid losing the sketch serial port on 120bps touch
1 parent 62398f9 commit b6dd9e8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

arduino-core/src/cc/arduino/packages/uploaders/SerialUploader.java

-1
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,6 @@ public boolean uploadUsingPreferences(File sourcePath, String buildPath, String
214214
}
215215
Thread.sleep(250);
216216
}
217-
finalUploadPort = actualUploadPort;
218217
}
219218
} catch (InterruptedException ex) {
220219
// noop

0 commit comments

Comments
 (0)