1
0
mirror of https://github.com/arduino/Arduino.git synced 2024-12-01 12:24:14 +01:00

Change default Port from COM1 to nothing selected

This commit is contained in:
PaulStoffregen 2018-08-31 03:53:27 -07:00 committed by Cristian Maglie
parent 4ccf9bbd90
commit d9ae0b1231

View File

@ -267,7 +267,8 @@ programmer = arduino:avrispmkii
upload.using = bootloader
upload.verify = true
serial.port=COM1
#default port is empty to prevent running AVRDUDE before Port selected (issue #7943)
serial.port=
serial.databits=8
serial.stopbits=1
serial.parity=N