1
0
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:
Cristian Maglie 2012-10-10 18:47:39 +02:00
parent 2f8e766588
commit 914c53815a

View File

@ -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());