wideband magic numbers
(cherry picked from commit d4db234cf68557963e6147ac1c9ba9e85c717e25)
This commit is contained in:
parent
32536ca6c2
commit
63d178cbde
|
@ -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()) {
|
||||
|
|
Loading…
Reference in New Issue