Skip to content

Commit 6b6e3c7

Browse files
committed
rtd uncomment break threshold
1 parent a8587c0 commit 6b6e3c7

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

DASH/Core/User/Src/FEB_RTD.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ void FEB_State_Update_RTD(void)
5050
// RTD requires: fresh CAN inputs, button held, brake applied, inverter enabled, BMS energized
5151
// if (inputs_fresh && (brake_pressure >= RTD_BRAKE_THRESHOLD) && (inv_enabled == 1) &&
5252
// (bms_state == BMS_STATE_ENERGIZED) && states.button_rtd)
53-
if (states.button_rtd)
53+
if ((brake_pressure >= RTD_BRAKE_THRESHOLD) && states.button_rtd)
5454
{
5555
if (!rtd_timer_armed)
5656
{

DASH/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.5.5
1+
1.5.6

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.5.13
1+
1.5.14

0 commit comments

Comments
 (0)