10.3.x-maintenance
skaman82 2015-11-03 07:21:25 +01:00
commit 80439ef4bd
1 changed files with 6 additions and 1 deletions

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
}
];