From b9d89a3e85c8f5a548f65f66bd93e34ff2288502 Mon Sep 17 00:00:00 2001 From: firestarsdog <229254897+firestarsdog@users.noreply.github.com> Date: Thu, 28 May 2026 11:04:09 -0400 Subject: [PATCH] test cycle --- selfdrive/ui/onroad/starpilot/aethergauge.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/selfdrive/ui/onroad/starpilot/aethergauge.py b/selfdrive/ui/onroad/starpilot/aethergauge.py index 589d1b5ac..c0a94861d 100644 --- a/selfdrive/ui/onroad/starpilot/aethergauge.py +++ b/selfdrive/ui/onroad/starpilot/aethergauge.py @@ -259,7 +259,7 @@ class AetherGauge: # === TEST CYCLE OVERRIDE === # Set to True to cycle all Aethergauge visual effects for testing. # Set to False to run off live data. - TEST_CYCLE = False + TEST_CYCLE = True if TEST_CYCLE: now_time = rl.get_time() if now_time > 3.0: