Skip to content

Commit 95bfa2e

Browse files
committed
Replaced RTC values with time received on driver IO
1 parent e311e1b commit 95bfa2e

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

format.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,10 @@
2323
"bus_12V": [4, "float", "V", 0, 100, "LV Boards"],
2424
"mainIO_current_in": [4, "float", "A", 0, 100, "LV Boards"],
2525
"driverIO_current_in": [4, "float", "A", 0, 100, "LV Boards"],
26-
"rtc_sc": [1, "uint8", "sec", 0, 59, "General"],
27-
"rtc_mn": [1, "uint8", "min", 0, 59, "General"],
28-
"rtc_hr": [1, "uint8", "hr", 1, 12, "General"],
26+
"tstamp_ms": [2, "uint16", "ms", 0, 999, "General"],
27+
"tstamp_sc": [1, "uint8", "s", 0, 59, "General"],
28+
"tstamp_mn": [1, "uint8", "min", 0, 59, "General"],
29+
"tstamp_hr": [1, "uint8", "hr", 0, 23, "General"],
2930
"mppt_contactor": [1, "bool", "", 1, 1, "MPS"],
3031
"motor_controller_contactor": [1, "bool", "", 1, 1, "MPS"],
3132
"low_contactor": [1, "bool", "", 1, 1, "MPS"],

0 commit comments

Comments
 (0)