This commit is contained in:
Your Name
2024-05-05 05:19:42 -05:00
parent f68bfa8d6c
commit f8e3d83cda
2 changed files with 2 additions and 2 deletions

View File

@@ -26,3 +26,5 @@
- bluetooth dummy device - bluetooth dummy device
- dash cam - dash cam
- change disk used on sidebar to disk free / percent used - change disk used on sidebar to disk free / percent used
- show distance to lead on dash
- warn if lead is going more than 30 under my speed or 20 if auto mode is off

View File

@@ -400,8 +400,6 @@ def manager_thread(frogpilot_functions) -> None:
if openpilot_crashed: if openpilot_crashed:
frogpilot_functions.delete_logs() frogpilot_functions.delete_logs()
frogpilot_functions.prune_logs()
started = sm['deviceState'].started started = sm['deviceState'].started
if started and not started_prev: if started and not started_prev: