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