Stop Poll after bootup

This commit is contained in:
Carsten Schmiemann 2022-04-17 00:02:50 +02:00
parent a5ce9c2d2d
commit 02fc67a5fe
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ OvmsVehicleRenaultZoePh2::OvmsVehicleRenaultZoePh2() {
RegisterCanBus(1, CAN_MODE_ACTIVE, CAN_SPEED_500KBPS);
// Poll Specific PIDs
POLLSTATE_ON;
POLLSTATE_OFF;
PollSetPidList(m_can1, renault_zoe_polls);
PollSetThrottling(10);