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.
Upload using programmer and no com port on host #845
Open
Description
I have AVRISP and no comports on my machine. with default extension settings isn't possible to flash device with "Upload using programmer" beacuse its asking for comport with attached arduino board which isn't exist in my case. Solution is add in .vscode\arduino.json next line:
"port": "com1"
this dirty, but solution.