mirror of
https://github.com/infiniteCable2/openpilot.git
synced 2026-09-09 09:43:41 +08:00
Merge branch 'master-new' of https://github.com/sunnypilot/sunnypilot into master-new
This commit is contained in:
@@ -91,6 +91,11 @@ void UIState::updateStatus() {
|
||||
}
|
||||
}
|
||||
|
||||
if (engaged() != engaged_prev) {
|
||||
engaged_prev = engaged();
|
||||
emit engagedChanged(engaged());
|
||||
}
|
||||
|
||||
// Handle onroad/offroad transition
|
||||
if (scene.started != started_prev || sm->frame == 1) {
|
||||
if (scene.started) {
|
||||
|
||||
Reference in New Issue
Block a user