We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f28faa3 commit 4c73b8cCopy full SHA for 4c73b8c
app/src/processing/app/debug/AvrdudeUploader.java
@@ -87,6 +87,7 @@ private boolean uploadViaBootloader(String buildPath, String className)
87
// sketch.
88
if (boardPreferences.get("bootloader.path") != null &&
89
(boardPreferences.get("bootloader.path").equals("caterina") ||
90
+ boardPreferences.get("bootloader.path").equals("caterina-Arduino_Robot") ||
91
boardPreferences.get("bootloader.path").equals("caterina-LilyPadUSB"))) {
92
String caterinaUploadPort = null;
93
try {
0 commit comments