This repository was archived by the owner on Oct 1, 2024. It is now read-only.
This repository was archived by the owner on Oct 1, 2024. It is now read-only.
Programmer setting is ignored, causing upload to fail #1722
Open
Description
I have a USBASP programmer, and my arduino.json
has "programmer": "usbasp"
. I have no choice but to set a COM port, or the extension won't allow me to upload In this case I used "port": "port"
as suggested in #630 (comment). The programmer
setting then seems to be ignored, as avrdude
tries to upload via the com port even though I've selected my programmer.
"C:\Users\aram\AppData\Local\Arduino15\packages\arduino\tools\avrdude\6.3.0-arduino17/bin/avrdude" "-CC:\Users\aram\AppData\Local\Arduino15\packages\arduino\tools\avrdude\6.3.0-arduino17/etc/avrdude.conf" -v -V -patmega328p -carduino "-Pport" -b57600 -D "-Uflash:w:y:\git\hawgtrophy\build/hawgtrophy.ino.hex:i"
Metadata
Metadata
Assignees
Labels
No labels