mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-23 16:25: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;
|
newDenominator = value;
|
||||||
newFrequency = pidSelectElement.find('option:selected').text();
|
newFrequency = pidSelectElement.find('option:selected').text();
|
||||||
}
|
}
|
||||||
self.analyticsChanges['PIDLoopDenominator'] = newDenominator;
|
self.analyticsChanges['PIDLoopSettings'] = `denominator: ${newDenominator} | frequency: ${newFrequency}`;
|
||||||
self.analyticsChanges['PIDLoopFrequency'] = newFrequency;
|
|
||||||
|
|
||||||
PID_ADVANCED_CONFIG.pid_process_denom = value;
|
PID_ADVANCED_CONFIG.pid_process_denom = value;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue