Auto-generated configs and docs

This commit is contained in:
GitHub gen-configs Action 2023-05-07 08:52:55 +00:00
parent 89d66d4abd
commit 5befc8438e
2 changed files with 3 additions and 0 deletions

View File

@ -96,6 +96,8 @@ case SensorType::PlaceholderLast:
return "PlaceholderLast";
case SensorType::Rpm:
return "Rpm";
case SensorType::ThrottleInletPressure:
return "ThrottleInletPressure";
case SensorType::Tps1:
return "Tps1";
case SensorType::Tps1Primary:

View File

@ -45,6 +45,7 @@ public enum SensorType {
Map2,
MapSlow2,
MapFast2,
ThrottleInletPressure,
DetectedGear,
AuxAnalog1,
AuxAnalog2,