wip
This commit is contained in:
@@ -288,11 +288,6 @@ static bool hyundai_tx_hook(const CANPacket_t *to_send) {
|
||||
if (!(allowed_resume || allowed_cancel)) {
|
||||
tx = false;
|
||||
}
|
||||
|
||||
// CLEARPILOT - Allow buttons 1 (accel), 2 (decel), 4 (pause/resume)
|
||||
// if (!(button == 1 || button == 2 || button == 3)) {
|
||||
// tx = false;
|
||||
// }
|
||||
}
|
||||
|
||||
return tx;
|
||||
|
||||
Reference in New Issue
Block a user