We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a87c60c commit 05b6892Copy full SHA for 05b6892
src/js/tabs/onboard_logging.js
@@ -180,7 +180,7 @@ TABS.onboard_logging.initialize = function (callback) {
180
181
// Offer a reasonable choice of logging rates (if people want weird steps they can use CLI)
182
var loggingRates = [];
183
- var pidRate = 8000 / PID_ADVANCED_CONFIG.gyro_sync_denom / PID_ADVANCED_CONFIG.pid_process_denom;
+ var pidRate = 32000 / PID_ADVANCED_CONFIG.gyro_sync_denom / PID_ADVANCED_CONFIG.pid_process_denom;
184
185
if (semver.gte(CONFIG.apiVersion, "1.36.0")) {
186
loggingRates = [
0 commit comments