Update arduino.json

This commit is contained in:
DashyFox 2024-11-14 15:07:28 +03:00
parent da152c65ee
commit cf5a6641f4

View File

@ -1,5 +1,6 @@
{ {
"board": "STMicroelectronics:stm32:GenF1", "board": "STMicroelectronics:stm32:GenF1",
"port": "COM17", "port": "COM17",
"prebuild": "if exist bin rd /s /q bin" "prebuild": "if exist bin rd /s /q bin",
"sketch": "IR-protocol.ino"
} }