Compare commits

...

2 Commits

Author SHA1 Message Date
98a21f5e56 Update arduino.json 2025-01-16 17:02:51 +03:00
591727546e Update .gitignore 2025-01-16 17:02:42 +03:00
2 changed files with 3 additions and 4 deletions

1
.gitignore vendored
View File

@ -2,3 +2,4 @@
bin/* bin/*
!.vscode/launch.json !.vscode/launch.json
log/* log/*
/.vscode

View File

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