mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-16 21:05: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")) {
|
||||
profileSpecificData.push(MSP_codes.MSP_CHANNEL_FORWARDING);
|
||||
} 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