From 03d74e30cdf5559d6ab02246479e03627963a131 Mon Sep 17 00:00:00 2001 From: DashyFox Date: Wed, 17 Apr 2024 11:29:32 +0300 Subject: [PATCH] json --- .vscode/arduino.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.vscode/arduino.json b/.vscode/arduino.json index e617ff1..7c70ba3 100644 --- a/.vscode/arduino.json +++ b/.vscode/arduino.json @@ -3,5 +3,6 @@ "board": "stm32duino:STM32F1:genericSTM32F103C", "port": "COM17", "output": "bin", - "prebuild": "if exist bin rd /s /q bin" + "prebuild": "if exist bin rd /s /q bin", + "sketch": "IR-protocol.ino" } \ No newline at end of file