From 98a21f5e56ffd6825bd84535bbc91806e43479ac Mon Sep 17 00:00:00 2001 From: DashyFox Date: Thu, 16 Jan 2025 17:02:51 +0300 Subject: [PATCH] Update arduino.json --- .vscode/arduino.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.vscode/arduino.json b/.vscode/arduino.json index d14354b..3d8ebd7 100644 --- a/.vscode/arduino.json +++ b/.vscode/arduino.json @@ -1,7 +1,5 @@ { "board": "STMicroelectronics:stm32:GenF4", "port": "COM17", - "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" + "prebuild": "if exist bin rd /s /q bin" } \ No newline at end of file