Auto-generated configs and docs

This commit is contained in:
GitHub gen-configs Action 2023-05-08 04:28:33 +00:00
parent 8965776203
commit 53081d938e
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 Sun Apr 30 14:55:15 UTC 2023
// was generated automatically by rusEFI tool from sensor_type.h // by enum2string.jar tool on Mon May 08 04:27:43 UTC 2023
// see also gen_config_and_enums.bat
@ -105,6 +105,8 @@ case SensorType::PlaceholderLast:
return "PlaceholderLast";
case SensorType::Rpm:
return "Rpm";
case SensorType::ThrottleInletPressure:
return "ThrottleInletPressure";
case SensorType::Tps1:
return "Tps1";
case SensorType::Tps1Primary:

View File

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