mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-08-31 21:23:49 +08:00
@@ -46,7 +46,7 @@ def allow_logging(started, params, CP: car.CarParams, classic_model, tinygrad_mo
|
||||
return not frogpilot_toggles.no_logging and logging(started, params, CP, classic_model, tinygrad_model, frogpilot_toggles)
|
||||
|
||||
def allow_uploads(started, params, CP: car.CarParams, classic_model, tinygrad_model, frogpilot_toggles) -> bool:
|
||||
return False
|
||||
return not frogpilot_toggles.no_uploads
|
||||
|
||||
def run_classic_modeld(started, params, CP: car.CarParams, classic_model, tinygrad_model, frogpilot_toggles) -> bool:
|
||||
return started and classic_model
|
||||
|
||||
Reference in New Issue
Block a user