mirror of
https://github.com/Show-maket/IR-protocol.git
synced 2026-09-21 20:39:35 +00:00
json
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
|||||||
.vscode/*
|
.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