mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-04 02:09:30 +02:00
Fix CAN speed
This commit is contained in:
parent
5b55197c5e
commit
b6d6fcb044
1 changed files with 1 additions and 1 deletions
|
@ -188,7 +188,7 @@ void BmwPhevBattery::wake_battery_via_canbus() {
|
|||
// Followed by a Recessive interval of at least ~3 µs (min) and at most ~10 µs (max)
|
||||
// Then a second dominant pulse of similar timing.
|
||||
|
||||
auto original_speed = change_can_speed(CAN_Speed::CAN_SPEED_250KBPS);
|
||||
auto original_speed = change_can_speed(CAN_Speed::CAN_SPEED_100KBPS);
|
||||
|
||||
transmit_can_frame(&BMW_PHEV_BUS_WAKEUP_REQUEST, can_config.battery);
|
||||
transmit_can_frame(&BMW_PHEV_BUS_WAKEUP_REQUEST, can_config.battery);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue