mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-16 04:45:18 +03:00
Fix mispaced statement
This commit is contained in:
parent
7aa5592f72
commit
4a2abf5718
1 changed files with 1 additions and 1 deletions
|
@ -260,8 +260,8 @@ var mspHelper = (function (gui) {
|
|||
_3D.deadband3d_high = data.getUint16(offset, true);
|
||||
offset += 2;
|
||||
_3D.neutral3d = data.getUint16(offset, true);
|
||||
offset += 2;
|
||||
if (semver.lt(CONFIG.apiVersion, "1.17.0")) {
|
||||
offset += 2;
|
||||
_3D.deadband3d_throttle = data.getUint16(offset, true);
|
||||
}
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue