From 7b902efdcad24739bf8264e19a7354b899bda81d Mon Sep 17 00:00:00 2001 From: Pernilla Date: Mon, 7 Apr 2025 11:44:38 +0200 Subject: [PATCH] Update description --- src/modules/internal_combustion_engine_control/module.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/modules/internal_combustion_engine_control/module.yaml b/src/modules/internal_combustion_engine_control/module.yaml index 7877fdff2c..fbf258766a 100644 --- a/src/modules/internal_combustion_engine_control/module.yaml +++ b/src/modules/internal_combustion_engine_control/module.yaml @@ -121,11 +121,13 @@ parameters: ICE_STRT_CHOKE: description: - short: Choke position during startup, 1 for fully choked. + short: Choke position during startup, 100 % for fully choked. + long: | + If the engine does not fire fully choked, open the choke slightly to allow for more air into the fuel/air mixture by reducing a few percentages until fire. type: float unit: norm min: 0 max: 1 decimal: 0 increment: 0.01 - default: 0.8 + default: 1.0