mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-09-27 19:43:41 +08:00
0b2c431d3a
version: sunnypilot v2026.003.000 (dev)
date: 2026-09-14T15:43:39
master commit: a5f44653d7
6 lines
149 B
Python
6 lines
149 B
Python
from openpilot.selfdrive.ui.ui_state import ui_state
|
|
|
|
|
|
def restart_needed_callback(_=None):
|
|
ui_state.params.put_bool("OnroadCycleRequested", True)
|