Fixed upload for robot boards

This commit is contained in:
Cristian Maglie 2013-05-17 19:40:57 +02:00
parent f28faa3b2d
commit 4c73b8c0f3
1 changed files with 1 additions and 0 deletions

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 {