Skip to content

Commit 28f7faa

Browse files
authored
add position data (#2)
1 parent 9f5dee5 commit 28f7faa

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

format.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,9 @@
180180
"bms_input_voltage": [4, "float", "V", 12, 24, "Battery;BMS CAN"],
181181
"charge_enable": [1, "bool", "", 0, 0, "Battery;BMS"],
182182
"discharge_enable": [1, "bool", "", 0, 0, "Battery;Shutdown"],
183-
"tstamp_unix": [8, "uint64", "ms", 0, 0, "Software;Timestamp"]
183+
"tstamp_unix": [8, "uint64", "ms", 0, 0, "Software;Timestamp"],
184+
"lat": [4, "float", "Degree", 0, 0, "Software;GPS"],
185+
"lon": [4, "float", "Degree", 0, 0, "Software;GPS"],
186+
"elev": [4, "float", "meter", 0, 0, "Software;GPS"]
184187
}
185188

0 commit comments

Comments
 (0)