Auto-generated configs and docs

This commit is contained in:
GitHub gen-configs Action 2023-02-21 02:39:44 +00:00
parent defd0ef554
commit 0b6aa0ea60
2 changed files with 7 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 Fri Oct 28 01:18:54 UTC 2022
// was generated automatically by rusEFI tool from sensor_type.h // by enum2string.jar tool on Tue Feb 21 02:38:56 UTC 2023
// see also gen_config_and_enums.bat
@ -13,6 +13,8 @@ case SensorType::AcceleratorPedalPrimary:
return "AcceleratorPedalPrimary";
case SensorType::AcceleratorPedalSecondary:
return "AcceleratorPedalSecondary";
case SensorType::AnalogTps1:
return "AnalogTps1";
case SensorType::AuxAnalog1:
return "AuxAnalog1";
case SensorType::AuxAnalog2:
@ -101,6 +103,8 @@ case SensorType::PlaceholderLast:
return "PlaceholderLast";
case SensorType::Rpm:
return "Rpm";
case SensorType::SentTps1:
return "SentTps1";
case SensorType::Tps1:
return "Tps1";
case SensorType::Tps1Primary:

View File

@ -16,8 +16,10 @@ public enum SensorType {
FuelPressureHigh,
FuelPressureInjector,
Tps1,
AnalogTps1,
Tps1Primary,
Tps1Secondary,
SentTps1,
Tps2,
Tps2Primary,
Tps2Secondary,