Skip to content

Commit 0b99e2c

Browse files
committed
Changed speed to float
1 parent b1c640a commit 0b99e2c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

format.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"speed": [1,"uint8", "mph", 0, 70, "General"],
2+
"speed": [4, "float", "mph", 0, 70, "General"],
33
"driver_eStop": [1, "bool", "", 0, 0, "Shutdown"],
44
"external_eStop": [1, "bool", "", 0, 0, "Shutdown"],
55
"battery_eStop": [1, "bool", "", 0, 0, "Shutdown"],
@@ -87,4 +87,4 @@
8787
"avg_cell_resistance": [4, "float", "mOhm", 0, 100, "BMS"],
8888
"bms_input_voltage": [4, "float", "V", 12, 24, "BMS"]
8989
}
90-
90+

0 commit comments

Comments
 (0)