Auto-generated configs and docs

This commit is contained in:
GitHub gen-configs Action 2023-04-02 06:09:34 +00:00
parent 82794403f8
commit 9be0f63235
2 changed files with 3 additions and 0 deletions

View File

@ -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:

View File

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