This commit is contained in:
Your Name
2024-05-18 02:23:13 -05:00
parent 9c3530349a
commit ad5f80f524
3 changed files with 3 additions and 3 deletions

View File

@@ -274,7 +274,7 @@ class FrogPilotPlanner:
frogpilotPlan.vtscControllingCurve = bool(self.mtsc_target > self.vtsc_target)
self.params_memory.set_int("adjustedCruise", frogpilotPlan.adjustedCruise)
self.params_memory.set_int("AdjustedCruise", frogpilotPlan.adjustedCruise)
pm.send('frogpilotPlan', frogpilot_plan_send)