Skip to content

Commit 9a30265

Browse files
committed
weak steering while not engaged
1 parent 577f10b commit 9a30265

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

board/safety_declarations.h

+1
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ bool brake_pressed_prev = false;
9393
// It is always 0 on mainline comma.ai openpilot
9494
#define UNSAFE_DISABLE_DISENGAGE_ON_GAS 1
9595
#define UNSAFE_DISABLE_STOCK_AEB 2
96+
#define UNSAFE_ENABLE_WEAK_STEERING_WHILE_NOT_ENGAGED 4
9697
int unsafe_mode = 0;
9798

9899
// time since safety mode has been changed

0 commit comments

Comments
 (0)