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:
parent
4c73b8c0f3
commit
22997bbfd5
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user