mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-17 21:35:33 +03:00
Update boards.js with some known boards.
This commit is contained in:
parent
b913ae57bd
commit
8ff238bf14
1 changed files with 12 additions and 0 deletions
12
js/boards.js
12
js/boards.js
|
@ -52,6 +52,18 @@ var BOARD_DEFINITIONS = [
|
||||||
name: "SP Racing F3 Mini",
|
name: "SP Racing F3 Mini",
|
||||||
identifier: "SRFM",
|
identifier: "SRFM",
|
||||||
vcp: true
|
vcp: true
|
||||||
|
}, {
|
||||||
|
name: "SP Racing F3 EVO",
|
||||||
|
identifier: "SPEV",
|
||||||
|
vcp: true
|
||||||
|
}, {
|
||||||
|
name: "Alienflight F3",
|
||||||
|
identifier: "AFF3",
|
||||||
|
vcp: true
|
||||||
|
}, {
|
||||||
|
name: "ImmersionRC Fusion F3",
|
||||||
|
identifier: "IFF3",
|
||||||
|
vcp: false
|
||||||
}, {
|
}, {
|
||||||
name: "MotoLab",
|
name: "MotoLab",
|
||||||
identifier: "MOTO",
|
identifier: "MOTO",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue