RIP iPedal

This commit is contained in:
firestar5683
2026-05-11 19:09:47 -05:00
parent 21589861fd
commit a67c8f98b7
16 changed files with 7 additions and 883 deletions
-1
View File
@@ -800,7 +800,6 @@ class StarPilotVariables:
toggle.no_uploads = self.get_value("NoUploads", condition=device_management and not self.vetting_branch)
toggle.no_onroad_uploads = self.get_value("DisableOnroadUploads", condition=toggle.no_uploads)
toggle.always_ipedal = self.get_value("AlwaysIPedal", condition=toggle.car_model == HYUNDAI_CAR.HYUNDAI_IONIQ_6)
toggle.nostalgia_mode = self.get_value("NostalgiaMode", condition=toggle.openpilot_longitudinal and toggle.car_model == HYUNDAI_CAR.HYUNDAI_IONIQ_6)
toggle.remap_cancel_to_distance = self.get_value(
"RemapCancelToDistance",