Include zoe modules default build

This commit is contained in:
Carsten Schmiemann 2022-11-20 19:10:55 +01:00
parent a3bb202c6a
commit b4486dd06e
1 changed files with 12 additions and 12 deletions

View File

@ -353,19 +353,19 @@ config OVMS_VEHICLE_CAN_RX_QUEUE_SIZE
help help
The size of the CAN bus RX queue (at the vehicle component). The size of the CAN bus RX queue (at the vehicle component).
config OVMS_VEHICLE_RENAULTZOE_PH2_OBD config OVMS_VEHICLE_RENAULTZOE_PH2_OBD
bool "Include support for Renault Zoe PH2 vehicles via OBD port (read-only)" bool "Include support for Renault Zoe PH2 vehicles via OBD port (read-only)"
default y default y
depends on OVMS depends on OVMS
help help
Enable to include support for Renault Zoe Ph2 vehicles via OBD port (read-only). Enable to include support for Renault Zoe Ph2 vehicles via OBD port (read-only).
config OVMS_VEHICLE_RENAULTZOE_PH2_CAN config OVMS_VEHICLE_RENAULTZOE_PH2_CAN
bool "Include support for Renault Zoe PH2 vehicles via direct CAN access after Core Can Gateway" bool "Include support for Renault Zoe PH2 vehicles via direct CAN access after Core Can Gateway"
default y default y
depends on OVMS depends on OVMS
help help
Enable to include support for Renault Zoe Ph2 vehicles via direct CAN access after Core Can Gateway. Enable to include support for Renault Zoe Ph2 vehicles via direct CAN access after Core Can Gateway.
endmenu # Vehicle Support endmenu # Vehicle Support