From cf5a6641f45c52e77c3ca61a767691152cfda661 Mon Sep 17 00:00:00 2001 From: DashyFox Date: Thu, 14 Nov 2024 15:07:28 +0300 Subject: [PATCH] Update arduino.json --- .vscode/arduino.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.vscode/arduino.json b/.vscode/arduino.json index 7a92b42..082eeca 100644 --- a/.vscode/arduino.json +++ b/.vscode/arduino.json @@ -1,5 +1,6 @@ { "board": "STMicroelectronics:stm32:GenF1", "port": "COM17", - "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