1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-23 16:25:19 +03:00

some renaming to RC_DEADBAND in the receiver tab

This commit is contained in:
NightHawk32 2015-12-27 18:56:00 -05:00
parent d70a3f6e69
commit c58829ba14
2 changed files with 7 additions and 7 deletions

View file

@ -25,7 +25,7 @@ function configuration_backup(callback) {
function update_profile_specific_data_list() {
if (semver.lt(CONFIG.apiVersion, "1.12.0")) {
profileSpecificData.push(MSP_codes.MSP_CHANNEL_FORWARDING);
// } else {
} else {
profileSpecificData.push(MSP_codes.MSP_SERVO_MIX_RULES);
}
if (semver.gte(CONFIG.apiVersion, "1.15.0")) {