Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions PSACanBridge/src/Helpers/MessageDecider.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ MessageDecider::MessageDecider()

// MSG to skip
_msgToSkip.push_back(0x260);
_msgToSkip.push_back(0x220);
//_msgToSkip.push_back(0x220);
//VIN - we send the VIN which is set in the config
_msgToSkip.push_back(0x2B6);
_msgToSkip.push_back(0x3B6);
Expand All @@ -45,4 +45,4 @@ uint8_t MessageDecider::ShouldProcess(uint16_t canId)
}

return SHOULD_FORWARD_TO_2010;
}
}