We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 577f10b commit 9a30265Copy full SHA for 9a30265
board/safety_declarations.h
@@ -93,6 +93,7 @@ bool brake_pressed_prev = false;
93
// It is always 0 on mainline comma.ai openpilot
94
#define UNSAFE_DISABLE_DISENGAGE_ON_GAS 1
95
#define UNSAFE_DISABLE_STOCK_AEB 2
96
+#define UNSAFE_ENABLE_WEAK_STEERING_WHILE_NOT_ENGAGED 4
97
int unsafe_mode = 0;
98
99
// time since safety mode has been changed
0 commit comments