mirror of
https://github.com/Show-maket/IR-protocol.git
synced 2025-05-04 07:10:16 +00:00
json
This commit is contained in:
parent
3b5045669b
commit
4d12f77a8b
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
|||||||
.vscode/*
|
.vscode/*
|
||||||
bin/*
|
bin/*
|
||||||
|
!.vscode/arduino.json
|
7
.vscode/arduino.json
vendored
Normal file
7
.vscode/arduino.json
vendored
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
{
|
||||||
|
"configuration": "device_variant=STM32F103C8,upload_method=STLinkMethod,cpu_speed=speed_72mhz,opt=osstd",
|
||||||
|
"board": "stm32duino:STM32F1:genericSTM32F103C",
|
||||||
|
"port": "COM17",
|
||||||
|
"output": "bin",
|
||||||
|
"prebuild": "if exist bin rd /s /q bin"
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user