diff --git a/python/__init__.py b/python/__init__.py index 3b778e26..39f0d0a7 100644 --- a/python/__init__.py +++ b/python/__init__.py @@ -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'')