Skip to content

Commit

Permalink
Lua aux gauge #4672
Browse files Browse the repository at this point in the history
  • Loading branch information
rusefillc committed Oct 18, 2022
1 parent 2ebd4df commit 5a0a9ac
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions java_console/models/src/main/java/com/rusefi/core/Sensor.java
Expand Up @@ -167,6 +167,9 @@ public enum Sensor implements BinaryLogEntry {
// trim("trim", SensorCategory.SENSOR_INPUTS, FieldType.INT, 992, 1.0, -1.0, -1.0, ""),
// luaAdjustment("luaAdjustment", SensorCategory.SENSOR_INPUTS, FieldType.INT, 996, 1.0, -1.0, -1.0, ""),

LUAGAUGE1("Lua gauge 1", SensorCategory.SENSOR_INPUTS, FieldType.FLOAT, TsOutputs.LUAGAUGES1, 1, 4, 18000, "value"),
LUAGAUGE2("Lua gauge 2", SensorCategory.SENSOR_INPUTS, FieldType.FLOAT, TsOutputs.LUAGAUGES2, 1, 4, 18000, "value"),

// Synthetic (console only) channels
ETB_CONTROL_QUALITY("ETB metric", SensorCategory.SNIFFING, "", 100),
;
Expand Down

0 comments on commit 5a0a9ac

Please sign in to comment.