Tesla - Wake on CAN

This commit is contained in:
2026-09-03 14:48:51 +02:00
parent 7745f48100
commit d99789b487
3 changed files with 18 additions and 1 deletions

View File

@@ -32,6 +32,9 @@ extern can_health_t can_health[PANDA_CAN_CNT];
extern bool ignition_can;
extern uint32_t ignition_can_cnt;
extern bool ignition_can_gates_line;
// Wake (bootkick) the device from CAN messages, without engaging ignition
extern bool wake_on_can;
extern uint32_t wake_on_can_cnt;
extern bool can_silent;
extern bool can_loopback;