-
Notifications
You must be signed in to change notification settings - Fork 234
Upload Using Programmer #407
Comments
I am also interested in this. Came here to ask for this and found your post. |
I think this can be easily fixed by adding in the file arduino.js ($user.vscode\extensions...arduino\out\src\arduino if on windows) at the line "const args = ["--upload", "--board", boardDescriptor, "--port", dc.port, appPath];" the option "--useprogrammer" as stated here https://github.com/arduino/Arduino/blob/master/build/shared/manpage.adoc . |
Hi, maybe someone was lucky |
I really need this. ;-) |
@icamaster can you send pull request for your change to support programmer ? |
vscode-arduino-0.2.15-rc is support to upload using programmer, can you have a try ? |
the latest vscode arduino is support it now, you can upgrade the version 0.2.15 or later. |
Apologies if there is an extension setting that I overlooked, but I'm wondering if there is a way to Upload Using Programmer. This available in the Arduino app with either
cmd+shift+U
or by holding shift and clicking the Upload button.There is also a menu selection for which Programmer I am using (AVRISP MkII currently).
Thanks for any info -
The text was updated successfully, but these errors were encountered: