Revert "always show gpu"

This reverts commit b244f5d0ae.
This commit is contained in:
royjr
2026-08-22 15:57:34 -04:00
parent 9715151cc9
commit f43fa96a8d
@@ -197,8 +197,8 @@ class HudRenderer(Widget):
self._draw_steering_wheel(rect)
def _draw_model_source(self, rect: rl.Rectangle) -> None:
# if ui_state.sm.recv_frame['selfdriveState'] < ui_state.started_frame:
# return
if ui_state.sm.recv_frame['selfdriveState'] < ui_state.started_frame:
return
big_failed = (ui_state.usbgpu_active is False or not ui_state.sm['deviceState'].chestnutPresent or
(ui_state.usbgpu_active is True and ui_state.sm.recv_frame['modelV2'] > ui_state.started_frame and