Project/.vscode/arduino.json

6 lines
115 B
JSON

{
"sketch": "project\\project.ino",
"output": "build",
"board": "arduino:avr:uno",
"port": "COM4"
}