Auto-generated configs and docs
This commit is contained in:
parent
1c6e06caf3
commit
48c033b4ca
|
@ -1,6 +1,6 @@
|
|||
#include "global.h"
|
||||
#include "sensor_type.h"
|
||||
// was generated automatically by rusEFI tool from sensor_type.h // by enum2string.jar tool on Tue Feb 21 04:56:31 UTC 2023
|
||||
// was generated automatically by rusEFI tool from sensor_type.h // by enum2string.jar tool on Mon Mar 06 04:48:55 UTC 2023
|
||||
// see also gen_config_and_enums.bat
|
||||
|
||||
|
||||
|
@ -47,6 +47,8 @@ case SensorType::BatteryVoltage:
|
|||
return "BatteryVoltage";
|
||||
case SensorType::Clt:
|
||||
return "Clt";
|
||||
case SensorType::CurrentGear:
|
||||
return "CurrentGear";
|
||||
case SensorType::DriverThrottleIntent:
|
||||
return "DriverThrottleIntent";
|
||||
case SensorType::EGT1:
|
||||
|
|
|
@ -60,5 +60,6 @@ public enum SensorType {
|
|||
AuxLinear2,
|
||||
AuxSpeed1,
|
||||
AuxSpeed2,
|
||||
CurrentGear,
|
||||
PlaceholderLast,
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue