1
0
Fork 0
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:
Konstantin Sharlaimov (DigitalEntity) 2017-02-01 01:06:04 +10:00
parent 7aa5592f72
commit 4a2abf5718

View file

@ -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;