Skip to content

Commit 540d775

Browse files
author
jantje
committed
#480 Added a redirect from serial.port.file to serial.port
This should fix 1.6.8 from SAM package. I'm not sure what the OP is using as this contains another definition
1 parent a5b7a24 commit 540d775

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

it.baeyens.arduino.core/config/pre_processing_platform_default.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,7 @@ esp8266.network.upload.tool=esp8266OTA
1515
TOOLS.ESPTOOL.NETWORK.PASSWORD={NETWORK.AUTH}
1616

1717
#for yun shield to work
18-
TOOLS.AVRDUDE_REMOTE.UPLOAD.VERBOSE=-v
18+
TOOLS.AVRDUDE_REMOTE.UPLOAD.VERBOSE=-v
19+
20+
#for due
21+
serial.port.file={serial.port}

0 commit comments

Comments
 (0)