update ir adress space

This commit is contained in:
2025-01-30 16:17:45 +03:00
parent 444b84c313
commit 277985f79a
2 changed files with 5 additions and 7 deletions

View File

@ -1,7 +1,5 @@
{
"board": "STMicroelectronics:stm32:GenF4",
"port": "COM17",
"prebuild": "if exist bin rd /s /q bin",
"configuration": "clock=25MHz,pnum=MAKET_F401RETX,upload_method=swdMethod,xserial=generic,usb=CDCgen,xusb=FS,opt=osstd,dbg=none,rtlib=nano",
"sketch": "IR-protocol.ino"
"prebuild": "if exist bin rd /s /q bin"
}