This commit is contained in:
Your Name
2024-05-18 02:21:46 -05:00
parent a7a403c462
commit 9c3530349a

View File

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