Skip to content

Commit e68a1cb

Browse files
committed
🐛 correct display of crawling gear for man truck
1 parent 3f39257 commit e68a1cb

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

src/data/truck-engine-rpm.json

+11
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,17 @@
8484
"high" : {
8585
"from" : 2400
8686
}
87+
},
88+
{
89+
"modelId" : "vehicle.man.tgx_2020",
90+
"low" : {
91+
"from" : 900,
92+
"to" : 1400
93+
},
94+
"mid" : null,
95+
"high" : {
96+
"from" : 21500
97+
}
8798
}
8899
]
89100
},

src/utils/telemetry/_grear.utils.js

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ export const crawlingGearCount = (brandName) => {
77
case 'Volvo':
88
case 'Scania':
99
case 'Kenworth':
10+
case 'MAN':
1011
crawlingGear = 2;
1112
break;
1213
}

0 commit comments

Comments
 (0)