Merge pull request #1217 from MrD-RC/allow-editing-of-derivative-on-airplane

Allow editing of derivative on airplane
pull/1224/head
Alexander van Saase 4 years ago committed by GitHub
commit 6c8322acd1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -74,7 +74,7 @@ var FC = {
return true; // Currently all platforms use D term
},
isCdComponentUsed: function () {
return FC.isRpyDComponentUsed();
return MIXER_CONFIG.platformType == PLATFORM_MULTIROTOR || MIXER_CONFIG.platformType == PLATFORM_TRICOPTER;
},
resetState: function () {
SENSOR_STATUS = {

Loading…
Cancel
Save