ETB tiny progress
This commit is contained in:
parent
f40c313038
commit
4c4951a910
|
@ -766,6 +766,7 @@ gaugeCategory = Status
|
||||||
recentErrorCode5Gauge = recentErrorCode5, "Error#6", "", 0, 18000, 0, 0, 18000, 18000, 0, 0
|
recentErrorCode5Gauge = recentErrorCode5, "Error#6", "", 0, 18000, 0, 0, 18000, 18000, 0, 0
|
||||||
recentErrorCode6Gauge = recentErrorCode6, "Error#7", "", 0, 18000, 0, 0, 18000, 18000, 0, 0
|
recentErrorCode6Gauge = recentErrorCode6, "Error#7", "", 0, 18000, 0, 0, 18000, 18000, 0, 0
|
||||||
recentErrorCode7Gauge = recentErrorCode7, "Error#8", "", 0, 18000, 0, 0, 18000, 18000, 0, 0
|
recentErrorCode7Gauge = recentErrorCode7, "Error#8", "", 0, 18000, 0, 0, 18000, 18000, 0, 0
|
||||||
|
firmwareVersionGauge = firmwareVersion , "version", "%", 0, 100, 0, 0, 100, 100, 0, 0
|
||||||
|
|
||||||
gaugeCategory = Debug
|
gaugeCategory = Debug
|
||||||
debugFloatField1Gauge = debugFloatField1, @@GAUGE_NAME_DEBUG_F1@@, "%", 0, 100, 0, 0, 100, 100, 4, 4
|
debugFloatField1Gauge = debugFloatField1, @@GAUGE_NAME_DEBUG_F1@@, "%", 0, 100, 0, 0, 100, 100, 4, 4
|
||||||
|
@ -2370,6 +2371,8 @@ cmd_set_engine_type_default = "w\x00\x31\x00\x00"
|
||||||
dialog = etbDialogRight
|
dialog = etbDialogRight
|
||||||
field = "!https://rusefi.com/s/debugmode"
|
field = "!https://rusefi.com/s/debugmode"
|
||||||
field = "Debug mode", debugMode
|
field = "Debug mode", debugMode
|
||||||
|
field = "TPS", tpsAdcChannel
|
||||||
|
field = "Pedal", throttlePedalPositionAdcChannel
|
||||||
field = "Press buttons to calibrate sensors"
|
field = "Press buttons to calibrate sensors"
|
||||||
field = "You would have to remove air filter to move throttle manually"
|
field = "You would have to remove air filter to move throttle manually"
|
||||||
commandButton = "TPS#1 closed position", cmd_calibrate_tps_1_closed
|
commandButton = "TPS#1 closed position", cmd_calibrate_tps_1_closed
|
||||||
|
|
Loading…
Reference in New Issue