steps towards presets

This commit is contained in:
rusefi 2020-08-29 16:44:57 -04:00
parent 34b2a1831f
commit 3250f324d8
1 changed files with 3 additions and 1 deletions

View File

@ -378,7 +378,6 @@ struct ThermistorConf @brief Thermistor curve parameters
adc_channel_e adcChannel;
end_struct
#define ET_DEFAULT_FRANKENSO 0
#define ET_DODGE_NEON_1995 2
#define ET_FORD_ASPIRE 3
#define ET_FORD_FIESTA 4
@ -395,11 +394,14 @@ end_struct
#define ET_MRE_MIATA_NA6_VAF 12
#define ET_MRE_MIATA_NB2_MAP 11
#define ET_MRE_MIATA_NB2_MAF 15
#define ET_MRE_BODY_CONTROL 23
#define ET_MRE_OLD_TEST_BOARD 30
#define ET_MRE_NEW_TEST_BOARD 31
#define ET_MRE_DEFAULTS 60
#define ET_MRE_MIATA_NA6_MAP 66
#define ET_VW_B6 62
#define ET_DEFAULT_FRANKENSO 0
#define ET_FRANKENSO_MIATA_NA6 41
#define ET_FRANKENSO_MIATA_NB2 47
#define ET_FRANKENSO_MIATA_NA6_VAF 57