mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-16 11:21:18 +03:00
Fixed upload for robot boards
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user