Skip to content

Commit

Permalink
LIVE on EON
Browse files Browse the repository at this point in the history
  • Loading branch information
geohot committed May 23, 2019
1 parent 0b26645 commit dc5979f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions board/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -641,7 +641,12 @@ int main() {
// default to silent mode to prevent issues with Ford
// hardcode a specific safety mode if you want to force the panda to be in a specific mode
safety_set_mode(SAFETY_NOOUTPUT, 0);
#ifdef EON
// if we're on an EON, it's fine for CAN to be live for fingerprinting
can_silent = ALL_CAN_LIVE;
#else
can_silent = ALL_CAN_SILENT;
#endif
can_init_all();

adc_init();
Expand Down

0 comments on commit dc5979f

Please sign in to comment.