Files
IR-protocol/.vscode/arduino.json
2024-04-17 10:22:34 +03:00

7 lines
297 B
JSON

{
"board": "GyverCore:avr:nano",
"port": "COM5",
"prebuild": "if exist bin rd /s /q bin",
"sketch": "IR-protocol.ino",
"configuration": "boot=optiboot,clock=external_16,serial=default,compiler_version=avrgcc5,timers=yes_millis,init=enable,es=disabled,bod=bod_2_7,co=disabled"
}