auto-sync
This commit is contained in:
parent
30510fe535
commit
4ff60bd476
|
@ -32,18 +32,18 @@ public enum Sensor {
|
|||
VREF("VRef", "Volts", 6),
|
||||
VBATT("VBatt", "Volts", 18),
|
||||
VREF_WIDTH("VRef w", "", 1),
|
||||
DWELL0("Dwell0", "ms", 0, 30, BackgroundColor.BEIGE),
|
||||
DWELL1("Dwell1", "ms", 0, 30, BackgroundColor.BEIGE),
|
||||
DWELL2("Dwell2", "ms", 0, 30, BackgroundColor.BEIGE),
|
||||
DWELL3("Dwell3", "ms", 0, 30, BackgroundColor.BEIGE),
|
||||
TOTAL_DWELL0("total Dwell0", "ms", 0, 30, BackgroundColor.BEIGE),
|
||||
TOTAL_DWELL1("total Dwell1", "ms", 0, 30, BackgroundColor.BEIGE),
|
||||
TOTAL_DWELL2("total Dwell2", "ms", 0, 30, BackgroundColor.BEIGE),
|
||||
TOTAL_DWELL3("total Dwell3", "ms", 0, 30, BackgroundColor.BEIGE),
|
||||
ADVANCE0("Advance0", "dg", -40, 40, BackgroundColor.BROWN),
|
||||
ADVANCE1("Advance1", "dg", -40, 40, BackgroundColor.BROWN),
|
||||
ADVANCE2("Advance2", "dg", -40, 40, BackgroundColor.BROWN),
|
||||
ADVANCE3("Advance3", "dg", -40, 40, BackgroundColor.BROWN),
|
||||
DWELL0("Input dwl #1", "ms", 0, 30, BackgroundColor.BEIGE),
|
||||
DWELL1("Input dwl #2", "ms", 0, 30, BackgroundColor.BEIGE),
|
||||
DWELL2("Input dwl #3", "ms", 0, 30, BackgroundColor.BEIGE),
|
||||
DWELL3("Input dwl #4", "ms", 0, 30, BackgroundColor.BEIGE),
|
||||
TOTAL_DWELL0("Input tdwl #1", "ms", 0, 30, BackgroundColor.BEIGE),
|
||||
TOTAL_DWELL1("Input tdwl #2", "ms", 0, 30, BackgroundColor.BEIGE),
|
||||
TOTAL_DWELL2("Input tdwl #3", "ms", 0, 30, BackgroundColor.BEIGE),
|
||||
TOTAL_DWELL3("Input tdwl #4", "ms", 0, 30, BackgroundColor.BEIGE),
|
||||
ADVANCE0("Input Adv #1", "dg", -40, 40, BackgroundColor.BROWN),
|
||||
ADVANCE1("Input Adv #2", "dg", -40, 40, BackgroundColor.BROWN),
|
||||
ADVANCE2("Input Adv #3", "dg", -40, 40, BackgroundColor.BROWN),
|
||||
ADVANCE3("Input Adv #4", "dg", -40, 40, BackgroundColor.BROWN),
|
||||
PERIOD0("Period", "dg", 0, 400),
|
||||
DUTY0("Duty0", "%", 0, 100, BackgroundColor.RED),
|
||||
DUTY1("Duty1", "%", 0, 100, BackgroundColor.RED),
|
||||
|
|
Loading…
Reference in New Issue