mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-23 16:25:19 +03:00
Forgot Bithelper
This commit is contained in:
parent
80beaee158
commit
a968d3c4e9
1 changed files with 2 additions and 2 deletions
|
@ -2178,8 +2178,8 @@ var mspHelper = (function () {
|
|||
case MSPCodes.MSP2_INAV_EZ_TUNE_SET:
|
||||
|
||||
buffer.push(FC.EZ_TUNE.enabled);
|
||||
buffer.push(lowByte(FC.EZ_TUNE.filterHz));
|
||||
buffer.push(highByte(FC.EZ_TUNE.filterHz));
|
||||
buffer.push(BitHelper.lowByte(FC.EZ_TUNE.filterHz));
|
||||
buffer.push(BitHelper.highByte(FC.EZ_TUNE.filterHz));
|
||||
buffer.push(FC.EZ_TUNE.axisRatio);
|
||||
buffer.push(FC.EZ_TUNE.response);
|
||||
buffer.push(FC.EZ_TUNE.damping);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue