diff --git a/firmware/controllers/sensors/sensor_type.h b/firmware/controllers/sensors/sensor_type.h index ba1283f592..5449c4adee 100644 --- a/firmware/controllers/sensors/sensor_type.h +++ b/firmware/controllers/sensors/sensor_type.h @@ -97,7 +97,8 @@ enum class SensorType : unsigned char { InputShaftSpeed, - // nothing for EGT so far. How many channels? why? one day we shall gather requirements + EGT1, + EGT2, // Leave me at the end! PlaceholderLast,