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:
parent
f2ac7369de
commit
0c175725b1
6 changed files with 50 additions and 10 deletions
|
@ -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
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue