mirror of
https://github.com/arduino/Arduino.git
synced 2025-01-18 07:52:14 +01:00
Fixed upload for robot boards
This commit is contained in:
parent
f28faa3b2d
commit
4c73b8c0f3
@ -87,6 +87,7 @@ public class AvrdudeUploader extends Uploader {
|
||||
// sketch.
|
||||
if (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"))) {
|
||||
String caterinaUploadPort = null;
|
||||
try {
|
||||
|
Loading…
x
Reference in New Issue
Block a user