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:
parent
d70a3f6e69
commit
c58829ba14
2 changed files with 7 additions and 7 deletions
|
@ -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")) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue