mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-23 00:05:22 +03:00
Combined gyro analytics into one event.
This commit is contained in:
parent
3a5afe207c
commit
84604a6e4f
1 changed files with 1 additions and 2 deletions
|
@ -1231,8 +1231,7 @@ TABS.configuration.initialize = function (callback, scrollPosition) {
|
|||
newDenominator = value;
|
||||
newFrequency = pidSelectElement.find('option:selected').text();
|
||||
}
|
||||
self.analyticsChanges['PIDLoopDenominator'] = newDenominator;
|
||||
self.analyticsChanges['PIDLoopFrequency'] = newFrequency;
|
||||
self.analyticsChanges['PIDLoopSettings'] = `denominator: ${newDenominator} | frequency: ${newFrequency}`;
|
||||
|
||||
PID_ADVANCED_CONFIG.pid_process_denom = value;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue