Skip to content

Commit

Permalink
chore: add alpine and aston martin names
Browse files Browse the repository at this point in the history
  • Loading branch information
Alintya committed May 27, 2024
1 parent ed52566 commit 058d903
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions f1-telemetry/src/packet/generic.rs
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,8 @@ impl Team {
Team::McLaren => "McLaren",
Team::AlfaRomeo => "Alfa Romeo",
Team::AlphaTauri => "Alpha Tauri",
Team::Alpine => "Alpine",
Team::AstonMartin => "Aston Martin",
Team::MyTeam => "My Team",
_ => "[N/A]",
}
Expand Down

0 comments on commit 058d903

Please sign in to comment.