mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-19 14:25:13 +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);
|
_3D.deadband3d_high = data.getUint16(offset, true);
|
||||||
offset += 2;
|
offset += 2;
|
||||||
_3D.neutral3d = data.getUint16(offset, true);
|
_3D.neutral3d = data.getUint16(offset, true);
|
||||||
offset += 2;
|
|
||||||
if (semver.lt(CONFIG.apiVersion, "1.17.0")) {
|
if (semver.lt(CONFIG.apiVersion, "1.17.0")) {
|
||||||
|
offset += 2;
|
||||||
_3D.deadband3d_throttle = data.getUint16(offset, true);
|
_3D.deadband3d_throttle = data.getUint16(offset, true);
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue