getCruiseState
This commit is contained in:
parent
69a2f2f3c9
commit
06af7cd4a9
@ -2215,7 +2215,7 @@ public:
|
||||
float setSpeed = carState.getCruiseState().getSpeed() * 3.6; // 转换为 km/h
|
||||
sprintf(gap_str, "%.0f", setSpeed);
|
||||
ui_draw_text(s, dx, dy, gap_str, 40, COLOR_WHITE, BOLD);
|
||||
int gap = carState.pcmCruiseGap();
|
||||
int gap = carState.getCruiseState().pcmCruiseGap();
|
||||
gap_last = gap;
|
||||
|
||||
dx = bx + 300 - 30;
|
||||
|
Loading…
x
Reference in New Issue
Block a user