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:
parent
4ccf9bbd90
commit
d9ae0b1231
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user