diff --git a/.gitignore b/.gitignore index 04ae825..474dff0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ .vscode/* -bin/* \ No newline at end of file +bin/* +!.vscode/arduino.json \ No newline at end of file diff --git a/.vscode/arduino.json b/.vscode/arduino.json new file mode 100644 index 0000000..3a9af5c --- /dev/null +++ b/.vscode/arduino.json @@ -0,0 +1,5 @@ +{ + "board": "GyverCore:avr:nano", + "port": "COM5", + "prebuild": "if exist bin rd /s /q bin" +} \ No newline at end of file