1
0
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:
Cristian Maglie 2013-05-17 19:40:57 +02:00
parent f28faa3b2d
commit 4c73b8c0f3

View File

@ -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 {