Skip to content

Commit 4c73b8c

Browse files
committed
Fixed upload for robot boards
1 parent f28faa3 commit 4c73b8c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/src/processing/app/debug/AvrdudeUploader.java

+1
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ private boolean uploadViaBootloader(String buildPath, String className)
8787
// sketch.
8888
if (boardPreferences.get("bootloader.path") != null &&
8989
(boardPreferences.get("bootloader.path").equals("caterina") ||
90+
boardPreferences.get("bootloader.path").equals("caterina-Arduino_Robot") ||
9091
boardPreferences.get("bootloader.path").equals("caterina-LilyPadUSB"))) {
9192
String caterinaUploadPort = null;
9293
try {

0 commit comments

Comments
 (0)