mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-22 08:22:04 +03:00
Fixed upload for robot boards
This commit is contained in:
@ -183,6 +183,7 @@ public class AvrdudeUploader extends Uploader {
|
||||
// bootloader port.
|
||||
if (true == avrdudeResult && 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"))) {
|
||||
try {
|
||||
Thread.sleep(500);
|
||||
|
Reference in New Issue
Block a user