Skip to content

Commit f4fc651

Browse files
committed
bspd brake current sense
1 parent 561c2c1 commit f4fc651

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

proto/base_msgs.proto

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,9 @@ message CurrentSensorData_s
258258
float twentyfour_volt_sensor = 1;
259259
float current_sensor_unfiltered = 2;
260260
float current_refererence_unfiltered = 3;
261+
262+
bool bpsd_brake_high_sense = 4;
263+
bool bspd_current_high_sense = 5;
261264
}
262265

263266
message VCRShutdownSensingData_s

proto/hytech_msgs.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ message VCRData_s
149149
float measured_glv = 14;
150150
VCRStatus status = 15;
151151
VCRLOC vcr_loc_data = 16;
152+
152153
}
153154

154155
/**

0 commit comments

Comments
 (0)