mirror of
https://github.com/arduino/Arduino.git
synced 2025-03-03 00:29:21 +01:00
avoid losing the sketch serial port on 1200bps touch
This commit is contained in:
parent
a6a623658d
commit
72c337d88d
@ -214,7 +214,6 @@ public class SerialUploader extends Uploader {
|
|||||||
}
|
}
|
||||||
Thread.sleep(250);
|
Thread.sleep(250);
|
||||||
}
|
}
|
||||||
finalUploadPort = actualUploadPort;
|
|
||||||
}
|
}
|
||||||
} catch (InterruptedException ex) {
|
} catch (InterruptedException ex) {
|
||||||
// noop
|
// noop
|
||||||
|
Loading…
x
Reference in New Issue
Block a user