Auto-generated configs and docs

This commit is contained in:
GitHub gen-configs Action 2023-03-06 04:49:42 +00:00
parent 1c6e06caf3
commit 48c033b4ca
2 changed files with 4 additions and 1 deletions

View File

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

View File

@ -60,5 +60,6 @@ public enum SensorType {
AuxLinear2,
AuxSpeed1,
AuxSpeed2,
CurrentGear,
PlaceholderLast,
}