From 0cbac4f29f0a0efabefa2b543f965c6aec239980 Mon Sep 17 00:00:00 2001 From: rusefillc Date: Sat, 11 Feb 2023 17:30:52 -0500 Subject: [PATCH] fuck would have to test manually unless I improve --- firmware/controllers/algo/engine_types.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/firmware/controllers/algo/engine_types.h b/firmware/controllers/algo/engine_types.h index 91dd200ed8..cd5b3d8ab7 100644 --- a/firmware/controllers/algo/engine_types.h +++ b/firmware/controllers/algo/engine_types.h @@ -125,6 +125,7 @@ typedef enum __attribute__ ((__packed__)) { */ FRANKENSO_MAZDA_MIATA_2003 = 47, + // todo: add wastegate case into HW CI TEST_DC_WASTEGATE_DISCOVERY = 48, FRANKENSO_QA_ENGINE = 49, @@ -213,7 +214,7 @@ typedef enum __attribute__ ((__packed__)) { HELLEN_154_HYUNDAI_COUPE_BK2 = 95, - ET_UNUSED96 = 96, + WASTEGATE_4CHAN_TEST = 96, ET_UNUSED97 = 97, ET_UNUSED98 = 98, ET_UNUSED_17 = 17,