Set bus state to enable on bootup

This commit is contained in:
Carsten Schmiemann 2022-04-14 01:48:06 +02:00
parent 1475aacf45
commit 4a36ac21e2

View file

@ -137,6 +137,8 @@ OvmsVehicleRenaultZoePh2::OvmsVehicleRenaultZoePh2() {
// Poll Specific PIDs // Poll Specific PIDs
POLLSTATE_ON; POLLSTATE_ON;
mt_bus_awake->SetValue(true);
PollSetPidList(m_can1, renault_zoe_polls); PollSetPidList(m_can1, renault_zoe_polls);
PollSetThrottling(1); PollSetThrottling(1);
PollSetResponseSeparationTime(20); PollSetResponseSeparationTime(20);