Auto-generated configs and docs
This commit is contained in:
parent
de65a247d6
commit
9549b2a4ee
|
@ -1,6 +1,6 @@
|
||||||
#include "global.h"
|
#include "global.h"
|
||||||
#include "sensor_type.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
|
// see also gen_config_and_enums.bat
|
||||||
|
|
||||||
|
|
||||||
|
@ -85,10 +85,16 @@ case SensorType::Maf2:
|
||||||
return "Maf2";
|
return "Maf2";
|
||||||
case SensorType::Map:
|
case SensorType::Map:
|
||||||
return "Map";
|
return "Map";
|
||||||
|
case SensorType::Map2:
|
||||||
|
return "Map2";
|
||||||
case SensorType::MapFast:
|
case SensorType::MapFast:
|
||||||
return "MapFast";
|
return "MapFast";
|
||||||
|
case SensorType::MapFast2:
|
||||||
|
return "MapFast2";
|
||||||
case SensorType::MapSlow:
|
case SensorType::MapSlow:
|
||||||
return "MapSlow";
|
return "MapSlow";
|
||||||
|
case SensorType::MapSlow2:
|
||||||
|
return "MapSlow2";
|
||||||
case SensorType::OilPressure:
|
case SensorType::OilPressure:
|
||||||
return "OilPressure";
|
return "OilPressure";
|
||||||
case SensorType::PlaceholderLast:
|
case SensorType::PlaceholderLast:
|
||||||
|
|
|
@ -43,6 +43,9 @@ public enum SensorType {
|
||||||
EGT1,
|
EGT1,
|
||||||
EGT2,
|
EGT2,
|
||||||
Maf2,
|
Maf2,
|
||||||
|
Map2,
|
||||||
|
MapSlow2,
|
||||||
|
MapFast2,
|
||||||
AuxAnalog1,
|
AuxAnalog1,
|
||||||
AuxAnalog2,
|
AuxAnalog2,
|
||||||
AuxAnalog3,
|
AuxAnalog3,
|
||||||
|
|
Loading…
Reference in New Issue