We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 561c2c1 commit f4fc651Copy full SHA for f4fc651
2 files changed
proto/base_msgs.proto
@@ -258,6 +258,9 @@ message CurrentSensorData_s
258
float twentyfour_volt_sensor = 1;
259
float current_sensor_unfiltered = 2;
260
float current_refererence_unfiltered = 3;
261
+
262
+ bool bpsd_brake_high_sense = 4;
263
+ bool bspd_current_high_sense = 5;
264
}
265
266
message VCRShutdownSensingData_s
proto/hytech_msgs.proto
@@ -149,6 +149,7 @@ message VCRData_s
149
float measured_glv = 14;
150
VCRStatus status = 15;
151
VCRLOC vcr_loc_data = 16;
152
153
154
155
/**
0 commit comments