aboutsummaryrefslogtreecommitdiffstats
path: root/Widgets/ICPage.py
diff options
context:
space:
mode:
Diffstat (limited to 'Widgets/ICPage.py')
-rw-r--r--Widgets/ICPage.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Widgets/ICPage.py b/Widgets/ICPage.py
index 9106249..8681d61 100644
--- a/Widgets/ICPage.py
+++ b/Widgets/ICPage.py
@@ -46,7 +46,7 @@ class IC_Paths():
self.leftIndicator = "Vehicle.Body.Lights.DirectionIndicator.Left.IsSignaling"
self.rightIndicator = "Vehicle.Body.Lights.DirectionIndicator.Right.IsSignaling"
self.hazard = "Vehicle.Body.Lights.Hazard.IsSignaling"
- self.fuelLevel = "Vehicle.Powertrain.FuelSystem.Level"
+ self.fuelLevel = "Vehicle.Powertrain.FuelSystem.RelativeLevel"
self.coolantTemp = "Vehicle.Powertrain.CombustionEngine.ECT"
self.selectedGear = "Vehicle.Powertrain.Transmission.SelectedGear"