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 0ddf6ca commit 82ddabbCopy full SHA for 82ddabb
src/flightlog.js
@@ -1773,6 +1773,7 @@ FlightLog.prototype.isFieldDisabled = function () {
1773
disabledFieldsFlags.GPS = (disabledFields & (1 << 12)) !== 0;
1774
disabledFieldsFlags.RPM = (disabledFields & (1 << 13)) !== 0;
1775
disabledFieldsFlags.GYROUNFILT = (disabledFields & (1 << 14)) !== 0;
1776
+ disabledFieldsFlags.SERVO = (disabledFields & (1 << 15)) !== 0;
1777
}
1778
1779
return disabledFieldsFlags;
0 commit comments