1
0
mirror of https://github.com/arduino/Arduino.git synced 2025-03-15 12:29:26 +01:00

Fixed upload for robot boards

This commit is contained in:
Cristian Maglie 2013-05-17 19:52:32 +02:00
parent 4c73b8c0f3
commit 22997bbfd5

View File

@ -183,6 +183,7 @@ public class AvrdudeUploader extends Uploader {
// bootloader port.
if (true == avrdudeResult && boardPreferences.get("bootloader.path") != null &&
(boardPreferences.get("bootloader.path").equals("caterina") ||
boardPreferences.get("bootloader.path").equals("caterina-Arduino_Robot") ||
boardPreferences.get("bootloader.path").equals("caterina-LilyPadUSB"))) {
try {
Thread.sleep(500);