This commit is contained in:
2024-04-17 10:08:59 +03:00
parent 91d7cb9ef1
commit f9a66248b7
2 changed files with 7 additions and 1 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
.vscode/*
bin/*
!.vscode/arduino.json

5
.vscode/arduino.json vendored Normal file
View File

@ -0,0 +1,5 @@
{
"board": "GyverCore:avr:nano",
"port": "COM5",
"prebuild": "if exist bin rd /s /q bin"
}