1
0
Fork 0
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:
Pawel Spychalski (DzikuVx) 2016-12-23 16:08:42 +01:00
parent 6581da1654
commit 9de6e9d2f1
9 changed files with 91 additions and 106 deletions

View file

@ -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) {