Merge branch 'master-upstream-1d5b89956b32bbda2940724ce70c5166e44668c5' into sync-20250309

# Conflicts:
#	tests/safety_replay/replay_drive.py
This commit is contained in:
DevTekVE
2025-03-09 14:36:40 +01:00
13 changed files with 29 additions and 280 deletions

View File

@@ -710,6 +710,9 @@ class Panda:
# ******************* configuration *******************
def set_alternative_experience(self, alternative_experience):
self._handle.controlWrite(Panda.REQUEST_OUT, 0xdf, int(alternative_experience), 0, b'')
def set_power_save(self, power_save_enabled=0):
self._handle.controlWrite(Panda.REQUEST_OUT, 0xe7, int(power_save_enabled), 0, b'')