You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hoverserial/.vscode/arduino.json

7 lines
247 B

{
"board": "STM32:stm32:GenF1",
"configuration": "pnum=BLUEPILL_F103C8,upload_method=swdMethod,xserial=generic,usb=CDCgen,xusb=FS,opt=osstd,rtlib=nano",
"port": "/dev/ttyACM0",
"sketch": "hoverserial.ino",
"output": "./build"
}