mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-19 22:35:15 +03:00
fixed reboot sequence
This commit is contained in:
parent
6581da1654
commit
9de6e9d2f1
9 changed files with 91 additions and 106 deletions
17
js/boards.js
17
js/boards.js
|
@ -56,6 +56,22 @@ var BOARD_DEFINITIONS = [
|
|||
name: "MotoLab",
|
||||
identifier: "MOTO",
|
||||
vcp: true
|
||||
}, {
|
||||
name: "Omnibus",
|
||||
identifier: "OMNI",
|
||||
vcp: true
|
||||
}, {
|
||||
name: "Airbot F4",
|
||||
identifier: "ABF4",
|
||||
vcp: true
|
||||
}, {
|
||||
name: "Revolution",
|
||||
identifier: "REVO",
|
||||
vcp: true
|
||||
}, {
|
||||
name: "Omnibus F4",
|
||||
identifier: "OBF4",
|
||||
vcp: true
|
||||
}
|
||||
];
|
||||
|
||||
|
@ -66,7 +82,6 @@ var DEFAULT_BOARD_DEFINITION = {
|
|||
};
|
||||
|
||||
var BOARD = {
|
||||
|
||||
};
|
||||
|
||||
BOARD.find_board_definition = function (identifier) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue