mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-24 08:45:26 +03:00
EzTune Snappiness
This commit is contained in:
parent
2fdf1f3297
commit
1ba3549af1
2 changed files with 4 additions and 1 deletions
|
@ -1515,6 +1515,7 @@ var mspHelper = (function (gui) {
|
|||
EZ_TUNE.aggressiveness = data.getUint8(7);
|
||||
EZ_TUNE.rate = data.getUint8(8);
|
||||
EZ_TUNE.expo = data.getUint8(9);
|
||||
EZ_TUNE.snappiness = data.getUint8(10);
|
||||
break;
|
||||
|
||||
case MSPCodes.MSP2_INAV_EZ_TUNE_SET:
|
||||
|
@ -2159,6 +2160,7 @@ var mspHelper = (function (gui) {
|
|||
buffer.push(EZ_TUNE.aggressiveness);
|
||||
buffer.push(EZ_TUNE.rate);
|
||||
buffer.push(EZ_TUNE.expo);
|
||||
buffer.push(EZ_TUNE.snappiness);
|
||||
break;
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue