This commit is contained in:
Rick Lan
2024-06-13 15:59:30 +08:00
parent 9e5c15d0af
commit 001112fc76
2 changed files with 0 additions and 6 deletions
-3
View File
@@ -209,9 +209,6 @@ static void update_state(UIState *s) {
(scene.started &&
sm.rcv_frame("liveCalibration") > scene.started_frame &&
sm.rcv_frame("modelV2") > scene.started_frame);
// dp
scene.alka_enabled = sm["controlsStateExt"].getControlsStateExt().getAlkaEnabled();
}
void ui_update_params(UIState *s) {
-3
View File
@@ -108,9 +108,6 @@ typedef struct UIScene {
bool started, ignition, is_metric, map_on_left, longitudinal_control;
bool world_objects_visible = false;
uint64_t started_frame;
// dp
bool alka_enabled = false;
} UIScene;
class UIState : public QObject {