mirror of
https://github.com/arduino/Arduino.git
synced 2025-01-17 06:52:18 +01:00
Reduced upload delay for programming port
This commit is contained in:
parent
2f8e766588
commit
914c53815a
@ -91,7 +91,7 @@ public class BasicUploader extends Uploader {
|
||||
|
||||
uploadPort = waitForUploadPort(uploadPort, before);
|
||||
} else {
|
||||
Thread.sleep(1000);
|
||||
Thread.sleep(400);
|
||||
}
|
||||
} catch (SerialException e) {
|
||||
throw new RunnerException(e.getMessage());
|
||||
|
Loading…
x
Reference in New Issue
Block a user