6f34f74e9b
date: 2026-04-10T22:07:44 master commit: 4ba0c4b574bff994e9a8f7266b4969b39380a8b1
6 lines
144 B
Python
6 lines
144 B
Python
from openpilot.selfdrive.ui.ui_state import ui_state
|
|
|
|
|
|
def restart_needed_callback(_):
|
|
ui_state.params.put_bool("OnroadCycleRequested", True)
|