1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-23 08:15:22 +03:00

Added MotoLab to BOARD_DEFINITIONS

This commit is contained in:
Moto Moto 2015-10-31 18:10:01 -05:00
parent 5c85ba7011
commit 24fe790df3

View file

@ -48,6 +48,10 @@ var BOARD_DEFINITIONS = [
name: "SP Racing F3",
identifier: "SRF3",
vcp: false
}, {
name: "MotoLab",
identifier: "MOTO",
vcp: true
}
];