mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-15 04:15:28 +03:00
Fix backup of PID controller.
This commit is contained in:
parent
c78bd800db
commit
e672dde6e2
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ function configuration_backup(callback) {
|
||||||
fetch_specific_data_item();
|
fetch_specific_data_item();
|
||||||
} else {
|
} else {
|
||||||
configuration.profiles.push({
|
configuration.profiles.push({
|
||||||
'PID': jQuery.extend(true, [], PID),
|
'PID': jQuery.extend(true, {}, PID),
|
||||||
'PIDs': jQuery.extend(true, [], PIDs),
|
'PIDs': jQuery.extend(true, [], PIDs),
|
||||||
'RC': jQuery.extend(true, {}, RC_tuning),
|
'RC': jQuery.extend(true, {}, RC_tuning),
|
||||||
'AccTrim': jQuery.extend(true, [], CONFIG.accelerometerTrims),
|
'AccTrim': jQuery.extend(true, [], CONFIG.accelerometerTrims),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue