1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-16 04:45:18 +03:00

add midthrottle (midRc) as requested, placeholder multiwiicurrentoutput variable

This commit is contained in:
cTn 2014-09-17 20:13:13 +02:00
parent ee0dec96d8
commit ba046031ed
4 changed files with 18 additions and 6 deletions

View file

@ -24,12 +24,13 @@ var CONFIG = {
};
var BF_CONFIG = {
mixerConfiguration: 0,
features: 0,
serialrx_type: 0,
board_align_roll: 0,
board_align_pitch: 0,
board_align_yaw: 0
mixerConfiguration: 0,
features: 0,
serialrx_type: 0,
board_align_roll: 0,
board_align_pitch: 0,
board_align_yaw: 0,
multiwiicurrentoutput: 0
// TBD
};