Skip to content

Commit

Permalink
default settings: fix RusEFI CAN messages offset
Browse files Browse the repository at this point in the history
  • Loading branch information
dron0gus committed Jun 1, 2024
1 parent 4adc794 commit d321f98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firmware/boards/f1_common/f1_port.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ void Configuration::LoadDefaults()
// enable RusEFI protocol
afr[i].RusEfiTx = true;
afr[i].RusEfiTxDiag = true;
afr[i].RusEfiIdOffset = i;
afr[i].RusEfiIdOffset = 2 * i;

// Disable AemNet
afr[i].AemNetTx = false;
Expand Down

0 comments on commit d321f98

Please sign in to comment.