Skip to content

Commit

Permalink
Fixed upload for robot boards
Browse files Browse the repository at this point in the history
  • Loading branch information
cmaglie committed May 17, 2013
1 parent 4c73b8c commit 22997bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/processing/app/debug/AvrdudeUploader.java
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ private boolean uploadViaBootloader(String buildPath, String className)
// 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);
Expand Down

0 comments on commit 22997bb

Please sign in to comment.