mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-06-25 16:22:05 +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)
|