mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-17 21:35:30 +03:00
Fix backup, broken by a missed rename in 1cb6413
.
This commit is contained in:
parent
7e6cdd5d1d
commit
7bf70092d3
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ function configuration_backup(callback) {
|
||||||
if (semver.lt(CONFIG.apiVersion, "1.12.0")) {
|
if (semver.lt(CONFIG.apiVersion, "1.12.0")) {
|
||||||
profileSpecificData.push(MSP_codes.MSP_CHANNEL_FORWARDING);
|
profileSpecificData.push(MSP_codes.MSP_CHANNEL_FORWARDING);
|
||||||
} else {
|
} else {
|
||||||
profileSpecificData.push(MSP_codes.MSP_SERVO_RULES);
|
profileSpecificData.push(MSP_codes.MSP_SERVO_MIX_RULES);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue