1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-19 22:35:17 +03:00
This commit is contained in:
skaman82 2015-11-03 07:21:25 +01:00
commit 80439ef4bd

View file

@ -33,7 +33,12 @@ var BOARD_DEFINITIONS = [
identifier: "SDF3"
}, {
name: "SP Racing F3",
identifier: "SRF3"
identifier: "SRF3",
vcp: false
}, {
name: "MotoLab",
identifier: "MOTO",
vcp: true
}
];