Skip to content

Commit

Permalink
🐛 correct display of crawling gear for man truck
Browse files Browse the repository at this point in the history
  • Loading branch information
JAGFx committed Mar 2, 2024
1 parent 3f39257 commit e68a1cb
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/data/truck-engine-rpm.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,17 @@
"high" : {
"from" : 2400
}
},
{
"modelId" : "vehicle.man.tgx_2020",
"low" : {
"from" : 900,
"to" : 1400
},
"mid" : null,
"high" : {
"from" : 21500
}
}
]
},
Expand Down
1 change: 1 addition & 0 deletions src/utils/telemetry/_grear.utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ export const crawlingGearCount = (brandName) => {
case 'Volvo':
case 'Scania':
case 'Kenworth':
case 'MAN':
crawlingGear = 2;
break;
}
Expand Down

0 comments on commit e68a1cb

Please sign in to comment.