fix DRS LED flicker

This commit is contained in:
2025-04-18 20:34:54 +02:00
parent 80e38cc036
commit 0913466808
3 changed files with 26 additions and 14 deletions

View File

@ -183,6 +183,8 @@ typedef struct {
ConePosition cone_pos[NUM_CONES];
ParamType last_param_confirmed;
uint8_t drs_led_active;
} VehicleState;
extern VehicleState vehicle_state;