mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-01 19:42:07 +08:00
3aaf249236
* squash squash squash * scroller tici
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)
|