getting all start-up issues together
This commit is contained in:
parent
69a232e12d
commit
5caed7ec31
|
@ -1718,7 +1718,7 @@ typedef enum {
|
||||||
CUSTOM_OBD_TRG_DECODING = 6035,
|
CUSTOM_OBD_TRG_DECODING = 6035,
|
||||||
// todo: looks like following two errors always happen together, it's just timing affects which one is published?
|
// todo: looks like following two errors always happen together, it's just timing affects which one is published?
|
||||||
CUSTOM_SYNC_ERROR = 6036,
|
CUSTOM_SYNC_ERROR = 6036,
|
||||||
CUSTOM_SYNC_COUNT_MISMATCH = 6037,
|
CUSTOM_6037 = 6037,
|
||||||
/**
|
/**
|
||||||
* This error happens if some pinout configuration changes were applied but ECU was not reset afterwards.
|
* This error happens if some pinout configuration changes were applied but ECU was not reset afterwards.
|
||||||
*/
|
*/
|
||||||
|
@ -1730,11 +1730,8 @@ typedef enum {
|
||||||
CUSTOM_OBD_LOCAL_FREEZE = 6042,
|
CUSTOM_OBD_LOCAL_FREEZE = 6042,
|
||||||
CUSTOM_6043 = 6043,
|
CUSTOM_6043 = 6043,
|
||||||
CUSTOM_LOGGING_BUFFER_OVERFLOW = 6044,
|
CUSTOM_LOGGING_BUFFER_OVERFLOW = 6044,
|
||||||
/**
|
CUSTOM_OBD_6045 = 6045,
|
||||||
* This is not engine miss detection - this is only internal scheduler state validation
|
CUSTOM_OBD_6046 = 6046,
|
||||||
* Should not happen
|
|
||||||
*/
|
|
||||||
CUSTOM_OBD_SKIPPED_SPARK = 6045,
|
|
||||||
CUSTOM_OBD_6047 = 6047,
|
CUSTOM_OBD_6047 = 6047,
|
||||||
CUSTOM_OBD_PIN_CONFLICT = 6048,
|
CUSTOM_OBD_PIN_CONFLICT = 6048,
|
||||||
CUSTOM_OBD_LOW_FREQUENCY = 6049,
|
CUSTOM_OBD_LOW_FREQUENCY = 6049,
|
||||||
|
@ -2099,6 +2096,12 @@ typedef enum {
|
||||||
|
|
||||||
CUSTOM_ERR_TRIGGER_SYNC = 9000,
|
CUSTOM_ERR_TRIGGER_SYNC = 9000,
|
||||||
CUSTOM_OBD_TRIGGER_WAVEFORM = 9001,
|
CUSTOM_OBD_TRIGGER_WAVEFORM = 9001,
|
||||||
|
CUSTOM_SYNC_COUNT_MISMATCH = 9002,
|
||||||
|
/**
|
||||||
|
* This is not engine miss detection - this is only internal scheduler state validation
|
||||||
|
* Should not happen
|
||||||
|
*/
|
||||||
|
CUSTOM_OBD_SKIPPED_SPARK = 9009,
|
||||||
/**
|
/**
|
||||||
* This is not engine miss detection - this is only internal scheduler state validation
|
* This is not engine miss detection - this is only internal scheduler state validation
|
||||||
* Should not happen
|
* Should not happen
|
||||||
|
|
Loading…
Reference in New Issue