We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1c640a commit 0b99e2cCopy full SHA for 0b99e2c
1 file changed
format.json
@@ -1,5 +1,5 @@
1
{
2
- "speed": [1,"uint8", "mph", 0, 70, "General"],
+ "speed": [4, "float", "mph", 0, 70, "General"],
3
"driver_eStop": [1, "bool", "", 0, 0, "Shutdown"],
4
"external_eStop": [1, "bool", "", 0, 0, "Shutdown"],
5
"battery_eStop": [1, "bool", "", 0, 0, "Shutdown"],
@@ -87,4 +87,4 @@
87
"avg_cell_resistance": [4, "float", "mOhm", 0, 100, "BMS"],
88
"bms_input_voltage": [4, "float", "V", 12, 24, "BMS"]
89
}
90
-
+
0 commit comments