Set bus state to enable on bootup
This commit is contained in:
parent
1475aacf45
commit
4a36ac21e2
1 changed files with 2 additions and 0 deletions
|
@ -137,6 +137,8 @@ OvmsVehicleRenaultZoePh2::OvmsVehicleRenaultZoePh2() {
|
|||
|
||||
// Poll Specific PIDs
|
||||
POLLSTATE_ON;
|
||||
mt_bus_awake->SetValue(true);
|
||||
|
||||
PollSetPidList(m_can1, renault_zoe_polls);
|
||||
PollSetThrottling(1);
|
||||
PollSetResponseSeparationTime(20);
|
||||
|
|
Loading…
Reference in a new issue