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