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

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"
}