mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-23 16:25:19 +03:00
Add MSP2_INAV_OUTPUT_MAPPING decoding
This commit is contained in:
parent
05355f749c
commit
1e981d50a4
3 changed files with 27 additions and 2 deletions
5
js/fc.js
5
js/fc.js
|
@ -52,7 +52,8 @@ var CONFIG,
|
|||
FW_CONFIG,
|
||||
DEBUG_TRACE,
|
||||
MIXER_CONFIG,
|
||||
BATTERY_CONFIG;
|
||||
BATTERY_CONFIG,
|
||||
OUTPUT_MAPPING;
|
||||
|
||||
var FC = {
|
||||
MAX_SERVO_RATE: 125,
|
||||
|
@ -490,6 +491,8 @@ var FC = {
|
|||
};
|
||||
|
||||
RXFAIL_CONFIG = [];
|
||||
|
||||
OUTPUT_MAPPING = [];
|
||||
},
|
||||
getFeatures: function () {
|
||||
var features = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue