From e68568b766bc9fda6f17318eb4abf9e0670ed547 Mon Sep 17 00:00:00 2001 From: rusefillc Date: Tue, 19 Oct 2021 11:05:20 -0400 Subject: [PATCH] docs --- firmware/controllers/sensors/sensor_type.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/firmware/controllers/sensors/sensor_type.h b/firmware/controllers/sensors/sensor_type.h index 9c2db392d5..cd404fce62 100644 --- a/firmware/controllers/sensors/sensor_type.h +++ b/firmware/controllers/sensors/sensor_type.h @@ -16,21 +16,21 @@ ************************************** */ typedef enum __attribute__ ((__packed__)) { - Invalid, - Clt, + Invalid, // we need indeces for Lua consumers. At the moment we still do not expose constants into Lua :( + Clt, // 1 Iat, Rpm, Map, Maf, - OilPressure, + OilPressure, // 6 FuelPressureLow, // in kPa FuelPressureHigh, // in kPa FuelPressureInjector, // This is the "resolved" position, potentially composited out of the following two - Tps1, + Tps1, // 10 // This is the first sensor Tps1Primary, // This is the second sensor