mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-06-30 02:52:04 +08:00
Increase IR filter time constant to 30 seconds (#21666)
old-commit-hash: 49c618946cc4aad4fc69b495de485e41929736ba
This commit is contained in:
@@ -411,7 +411,7 @@ void hardware_control_thread() {
|
||||
bool prev_charging_disabled = false;
|
||||
unsigned int cnt = 0;
|
||||
|
||||
FirstOrderFilter integ_lines_filter(0, 10.0, 0.05);
|
||||
FirstOrderFilter integ_lines_filter(0, 30.0, 0.05);
|
||||
|
||||
while (!do_exit && panda->connected) {
|
||||
cnt++;
|
||||
|
||||
Reference in New Issue
Block a user