feat: add 2024 driver and team IDs

This commit is contained in:
Maciej Pędzich 2025-02-21 22:49:12 +01:00
parent dafbfe8d2f
commit 57a1215249
Signed by: maciejpedzich
GPG Key ID: CE4A303D84882F0D
2 changed files with 27 additions and 0 deletions

View File

@ -143,3 +143,18 @@ pub const KAMUI_KOBAYASHI: u8 = 141;
pub const PASTOR_MALDONADO: u8 = 142;
pub const MIKA_HAKKINEN: u8 = 143;
pub const NIGEL_MANSELL: u8 = 144;
pub const ZANE_MALONEY: u8 = 145;
pub const VICTOR_MARTINS: u8 = 146;
pub const OLIVER_BEARMAN: u8 = 147;
pub const JAK_CRAWFORD: u8 = 148;
pub const ISACK_HADJAR: u8 = 149;
pub const ARTHUR_LECLERC: u8 = 150;
pub const BRAD_BENAVIDES: u8 = 151;
pub const ROMAN_STANEK: u8 = 152;
pub const KUSH_MAINI: u8 = 153;
pub const JAMES_HUNT: u8 = 154;
pub const JUAN_PABLO_MONTOYA: u8 = 155;
pub const BRENDON_LEIGH: u8 = 156;
pub const DAVID_TONIZZA: u8 = 157;
pub const JARNO_OPMEER: u8 = 158;
pub const LUCAS_BLAKELEY: u8 = 159;

View File

@ -10,6 +10,7 @@ pub const HAAS: u8 = 7;
pub const MCLAREN: u8 = 8;
pub const ALFA_ROMEO: u8 = 9;
pub const SAUBER: u8 = 9;
pub const F1_GENERIC: u8 = 41;
pub const MERCEDES_2020: u8 = 85;
pub const FERRARI_2020: u8 = 86;
pub const RED_BULL_2020: u8 = 87;
@ -76,4 +77,15 @@ pub const F1_23_VAN_AMERSFORT_2022: u8 = 137;
pub const F1_23_TRIDENT_2022: u8 = 138;
pub const F1_23_HITECH_2022: u8 = 139;
pub const F1_23_ART_GP_2022: u8 = 140;
pub const ART_GP_2023: u8 = 143;
pub const CAMPOS_2023: u8 = 144;
pub const CARLIN_2023: u8 = 145;
pub const PHM_2023: u8 = 146;
pub const DAMS_2023: u8 = 147;
pub const HITECH_2023: u8 = 148;
pub const MP_MOTORSPORT_2023: u8 = 149;
pub const PREMA_2023: u8 = 150;
pub const TRIDENT_2023: u8 = 151;
pub const VAN_AMERSFORT_2023: u8 = 152;
pub const VIRTUOSI_2023: u8 = 153;
pub const MY_TEAM: u8 = 255;