Auto-generated configs and docs
This commit is contained in:
parent
82794403f8
commit
9be0f63235
|
@ -42,6 +42,8 @@ case SensorType::BatteryVoltage:
|
|||
return "BatteryVoltage";
|
||||
case SensorType::Clt:
|
||||
return "Clt";
|
||||
case SensorType::DetectedGear:
|
||||
return "DetectedGear";
|
||||
case SensorType::DriverThrottleIntent:
|
||||
return "DriverThrottleIntent";
|
||||
case SensorType::EGT1:
|
||||
|
|
|
@ -45,6 +45,7 @@ public enum SensorType {
|
|||
Map2,
|
||||
MapSlow2,
|
||||
MapFast2,
|
||||
DetectedGear,
|
||||
AuxAnalog1,
|
||||
AuxAnalog2,
|
||||
AuxAnalog3,
|
||||
|
|
Loading…
Reference in New Issue