From b4486dd06e34a707c660dd4f708b28dd7f384c5c Mon Sep 17 00:00:00 2001 From: Carsten Schmiemann Date: Sun, 20 Nov 2022 19:10:55 +0100 Subject: [PATCH] Include zoe modules default build --- OVMS.V3/main/Kconfig | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/OVMS.V3/main/Kconfig b/OVMS.V3/main/Kconfig index d751d31..5c8ac0e 100644 --- a/OVMS.V3/main/Kconfig +++ b/OVMS.V3/main/Kconfig @@ -353,19 +353,19 @@ config OVMS_VEHICLE_CAN_RX_QUEUE_SIZE help The size of the CAN bus RX queue (at the vehicle component). - config OVMS_VEHICLE_RENAULTZOE_PH2_OBD - bool "Include support for Renault Zoe PH2 vehicles via OBD port (read-only)" - default y - depends on OVMS - help - Enable to include support for Renault Zoe Ph2 vehicles via OBD port (read-only). +config OVMS_VEHICLE_RENAULTZOE_PH2_OBD + bool "Include support for Renault Zoe PH2 vehicles via OBD port (read-only)" + default y + depends on OVMS + help + Enable to include support for Renault Zoe Ph2 vehicles via OBD port (read-only). - config OVMS_VEHICLE_RENAULTZOE_PH2_CAN - bool "Include support for Renault Zoe PH2 vehicles via direct CAN access after Core Can Gateway" - default y - depends on OVMS - help - Enable to include support for Renault Zoe Ph2 vehicles via direct CAN access after Core Can Gateway. +config OVMS_VEHICLE_RENAULTZOE_PH2_CAN + bool "Include support for Renault Zoe PH2 vehicles via direct CAN access after Core Can Gateway" + default y + depends on OVMS + help + Enable to include support for Renault Zoe Ph2 vehicles via direct CAN access after Core Can Gateway. endmenu # Vehicle Support