Auto-generated configs and docs

This commit is contained in:
GitHub gen-configs Action 2022-10-28 01:19:55 +00:00
parent 6b97bf8e07
commit 5191680479
2 changed files with 10 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 Mon Oct 24 16:45:38 UTC 2022
// was generated automatically by rusEFI tool from sensor_type.h // by enum2string.jar tool on Fri Oct 28 01:18:54 UTC 2022
// see also gen_config_and_enums.bat
@ -85,10 +85,16 @@ case SensorType::Maf2:
return "Maf2";
case SensorType::Map:
return "Map";
case SensorType::Map2:
return "Map2";
case SensorType::MapFast:
return "MapFast";
case SensorType::MapFast2:
return "MapFast2";
case SensorType::MapSlow:
return "MapSlow";
case SensorType::MapSlow2:
return "MapSlow2";
case SensorType::OilPressure:
return "OilPressure";
case SensorType::PlaceholderLast:

View File

@ -43,6 +43,9 @@ public enum SensorType {
EGT1,
EGT2,
Maf2,
Map2,
MapSlow2,
MapFast2,
AuxAnalog1,
AuxAnalog2,
AuxAnalog3,