tle8888 modes corrected

This commit is contained in:
rusefi 2020-04-23 19:39:59 -04:00
parent 043cf5ccaf
commit 8f554e7a52
2 changed files with 5 additions and 5 deletions

View File

@ -431,10 +431,10 @@ typedef enum {
} display_mode_e; } display_mode_e;
typedef enum __attribute__ ((__packed__)){ typedef enum __attribute__ ((__packed__)){
TL_DEFAULT = 0, TL_AUTO = 0,
TL_1 = 1, TL_SEMI_AUTO = 1,
TL_HALL = 2, TL_MANUAL = 2,
TL_MANUAL = 3, TL_HALL = 3,
} tle8888_mode_e; } tle8888_mode_e;

View File

@ -1093,7 +1093,7 @@ float[MAP_ACCEL_TAPER] mapAccelTaperMult;;"mult", 1, 0, 0.0, 300,
uint8_t[20] unusedOldBiquad uint8_t[20] unusedOldBiquad
float[CLT_TIMING_CURVE_SIZE] cltTimingBins;CLT-based timing correction;"C", 1, 0, -100.0, 250.0, 1 float[CLT_TIMING_CURVE_SIZE] cltTimingBins;CLT-based timing correction;"C", 1, 0, -100.0, 250.0, 1
float[CLT_TIMING_CURVE_SIZE] cltTimingExtra;;"degree", 1, 0, -400.0, 400.0, 0 float[CLT_TIMING_CURVE_SIZE] cltTimingExtra;;"degree", 1, 0, -400.0, 400.0, 0
custom tle8888_mode_e 1 bits, U08, @OFFSET@, [0:7], "Default", "mode1", "Hall", "Manual" custom tle8888_mode_e 1 bits, U08, @OFFSET@, [0:7], "Auto", "SemiAuto", "Manual", "Hall"
tle8888_mode_e tle8888mode; tle8888_mode_e tle8888mode;
uint8_t[3] unusedSomethingWasHere; uint8_t[3] unusedSomethingWasHere;