1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-16 12:55:19 +03:00

support for currentscale and currentoffset, ui fully working both read and write

This commit is contained in:
cTn 2014-09-18 13:21:48 +02:00
parent f2ac7369de
commit 0c175725b1
6 changed files with 50 additions and 10 deletions

View file

@ -29,7 +29,9 @@ var BF_CONFIG = {
serialrx_type: 0,
board_align_roll: 0,
board_align_pitch: 0,
board_align_yaw: 0
board_align_yaw: 0,
currentscale: 0,
currentoffset: 0
// TBD
};