mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-08-20 23:53:44 +08:00
dragonpilot 0.7.10
This commit is contained in:
@@ -79,7 +79,7 @@ def main(sm=None, pm=None):
|
||||
|
||||
min_sr, max_sr = 0.5 * CP.steerRatio, 2.0 * CP.steerRatio
|
||||
|
||||
params = params_reader.get("LiveParameters")
|
||||
params = params_reader.get("LiveParameters") if params_reader.get('dp_reset_live_param_on_start') == b'0' else None
|
||||
|
||||
# Check if car model matches
|
||||
if params is not None:
|
||||
|
||||
Reference in New Issue
Block a user