1
0
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:
Martino Facchin 2016-04-05 19:08:16 +02:00
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