This commit is contained in:
2024-04-17 10:22:34 +03:00
parent f9a66248b7
commit 6d0df21e51
3 changed files with 19 additions and 4 deletions

View File

@ -1,5 +1,7 @@
{
"board": "GyverCore:avr:nano",
"port": "COM5",
"prebuild": "if exist bin rd /s /q bin"
"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"
}