mirror of
https://github.com/arduino/Arduino.git
synced 2025-02-07 01:54:26 +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.
|
// sketch.
|
||||||
if (boardPreferences.get("bootloader.path") != null &&
|
if (boardPreferences.get("bootloader.path") != null &&
|
||||||
(boardPreferences.get("bootloader.path").equals("caterina") ||
|
(boardPreferences.get("bootloader.path").equals("caterina") ||
|
||||||
|
boardPreferences.get("bootloader.path").equals("caterina-Arduino_Robot") ||
|
||||||
boardPreferences.get("bootloader.path").equals("caterina-LilyPadUSB"))) {
|
boardPreferences.get("bootloader.path").equals("caterina-LilyPadUSB"))) {
|
||||||
String caterinaUploadPort = null;
|
String caterinaUploadPort = null;
|
||||||
try {
|
try {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user