1
0
mirror of https://github.com/arduino/Arduino.git synced 2025-01-19 08:52:15 +01:00

avoid losing the sketch serial port on 1200bps touch

This commit is contained in:
Martino Facchin 2016-04-05 19:08:16 +02:00
parent a6a623658d
commit 72c337d88d

View File

@ -214,7 +214,6 @@ public class SerialUploader extends Uploader {
}
Thread.sleep(250);
}
finalUploadPort = actualUploadPort;
}
} catch (InterruptedException ex) {
// noop