TODO AEM WBO?

This commit is contained in:
rusefi 2019-03-21 22:21:30 -04:00
parent 7a358c1883
commit cb61887db1
2 changed files with 4 additions and 0 deletions

View File

@ -532,6 +532,8 @@ case ES_Innovate_MTX_L:
return "ES_Innovate_MTX_L";
case ES_NarrowBand:
return "ES_NarrowBand";
case ES_AEM:
return "ES_AEM";
case ES_PLX:
return "ES_PLX";
case Force_4_bytes_size_ego_sensor:

View File

@ -618,6 +618,8 @@ typedef enum {
ES_Custom = 5,
ES_AEM = 6,
Force_4_bytes_size_ego_sensor = ENUM_32_BITS,
} ego_sensor_e;