mirror of
https://github.com/arduino/Arduino.git
synced 2025-01-18 07:52:14 +01:00
updated avrdudeUploader with new path for Caterina
This commit is contained in:
parent
30421143f9
commit
d3d94b157e
@ -85,7 +85,7 @@ public class AvrdudeUploader extends Uploader {
|
||||
// this wait a moment for the bootloader to enumerate. On Windows, also must
|
||||
// deal with the fact that the COM port number changes from bootloader to
|
||||
// sketch.
|
||||
if (boardPreferences.get("bootloader.path").equals("caterina_LUFA")) {
|
||||
if (boardPreferences.get("bootloader.path").equals("caterina")) {
|
||||
String caterinaUploadPort = null;
|
||||
try {
|
||||
// Toggle 1200 bps on selected serial port to force board reset.
|
||||
|
Loading…
x
Reference in New Issue
Block a user