mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-14 20:10:11 +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();
|
||||
} else {
|
||||
configuration.profiles.push({
|
||||
'PID': jQuery.extend(true, [], PID),
|
||||
'PID': jQuery.extend(true, {}, PID),
|
||||
'PIDs': jQuery.extend(true, [], PIDs),
|
||||
'RC': jQuery.extend(true, {}, RC_tuning),
|
||||
'AccTrim': jQuery.extend(true, [], CONFIG.accelerometerTrims),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue