wideband magic numbers

(cherry picked from commit d4db234cf68557963e6147ac1c9ba9e85c717e25)
This commit is contained in:
Matthew Kennedy 2023-04-01 18:31:51 -07:00 committed by rusefi
parent 32536ca6c2
commit 63d178cbde
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ void updateWidebandFirmware() {
for (int i = 0; i < 2; i++) {
{
// Send bootloader entry command
CanTxMessage m(CanCategory::WBO_SERVICE, 0xEF0'0000, 0, bus, true);
CanTxMessage m(CanCategory::WBO_SERVICE, WB_BL_ENTER, 0, bus, true);
}
if (!waitAck()) {