Auto-generated configs and docs

This commit is contained in:
GitHub gen-configs Action 2024-06-14 13:58:24 +00:00
parent 9ef99cbf2c
commit 062bf26054
2 changed files with 4 additions and 1 deletions

View File

@ -1,12 +1,14 @@
#include "global.h"
#include "sensor_type.h"
// was generated automatically by rusEFI tool from sensor_type.h // by enum_to_string.jar tool on Mon Apr 15 00:16:37 UTC 2024
// was generated automatically by rusEFI tool from sensor_type.h // by enum_to_string.jar tool on Fri Jun 14 13:56:54 UTC 2024
// see also gen_config_and_enums.bat
const char *getSensorType(SensorType value){
switch(value) {
case SensorType::AcPressure:
return "AcPressure";
case SensorType::AcceleratorPedal:
return "AcceleratorPedal";
case SensorType::AcceleratorPedalPrimary:

View File

@ -87,6 +87,7 @@ public enum SensorType {
DashOverrideVehicleSpeed,
DashOverrideClt,
DashOverrideBatteryVoltage,
AcPressure,
AuxLinear1,
AuxLinear2,
AuxSpeed1,