We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13254b1 commit b1726c2Copy full SHA for b1726c2
js/msp/MSPHelper.js
@@ -545,7 +545,7 @@ MspHelper.prototype.process_data = function(dataHandler) {
545
if (semver.gte(CONFIG.apiVersion, "1.20.0")) {
546
RX_CONFIG.rcInterpolation = data.readU8();
547
RX_CONFIG.rcInterpolationInterval = data.readU8();
548
- RX_CONFIG.airModeActivateThreshold = data.readU8();
+ RX_CONFIG.airModeActivateThreshold = data.readU16();
549
} else {
550
RX_CONFIG.rcInterpolation = 0;
551
RX_CONFIG.rcInterpolationInterval = 0;
0 commit comments