pasta bad

This commit is contained in:
rusefi 2024-03-07 19:20:56 -05:00
parent e288d24e68
commit 486cab3c9b
1 changed files with 1 additions and 1 deletions

View File

@ -293,7 +293,7 @@ void processCanRxMessage(const CANRxFrame& frame) {
setNormalText();
}
} else if (standardId == (WB_DATA_BASE_ADDR + 2)) {
if (!hasSeenWbo1) {
if (!hasSeenWbo2) {
setCyanText();
chprintf(chp, " ***** WBO2 packet\n");
hasSeenWbo2 = true;