mirror of
https://github.com/Show-maket/IR-protocol.git
synced 2026-09-21 12:29:35 +00:00
json
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
.vscode/*
|
||||
bin/*
|
||||
bin/*
|
||||
!.vscode/arduino.json
|
||||
5
.vscode/arduino.json
vendored
Normal file
5
.vscode/arduino.json
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
{
|
||||
"board": "GyverCore:avr:nano",
|
||||
"port": "COM5",
|
||||
"prebuild": "if exist bin rd /s /q bin"
|
||||
}
|
||||
Reference in New Issue
Block a user