IR-protocol/.vscode/arduino.json
2024-04-17 11:08:31 +03:00

7 lines
252 B
JSON

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