Use 'S' for sport/race mode gear indicator
This commit is contained in:
parent
5de46ed5fd
commit
287c6a8726
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ class Tacho(Dial):
|
|||
|
||||
if self.shift_mode.value >= ShiftMode.SPORT.value \
|
||||
and self.gear.value >= Gear.GEAR_1.value:
|
||||
text += 'R'
|
||||
text += 'S'
|
||||
|
||||
text += str(self.gear)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue