From 251a98078cfa8ce6a6d731218840877b95dc182f Mon Sep 17 00:00:00 2001 From: rusefillc Date: Wed, 21 Feb 2024 08:49:08 -0500 Subject: [PATCH] tooltips --- firmware/integration/rusefi_config.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/firmware/integration/rusefi_config.txt b/firmware/integration/rusefi_config.txt index d4ea93f96b..83fce2dba6 100644 --- a/firmware/integration/rusefi_config.txt +++ b/firmware/integration/rusefi_config.txt @@ -241,8 +241,8 @@ struct_no_prefix engine_configuration_s struct stft_cell_cfg_s - int8_t maxAdd;;"%", 1, 0, 0, 25, 0 - int8_t maxRemove;;"%", 1, 0, -25, 0, 0 + int8_t maxAdd;Maximum % that the short term fuel trim can add;"%", 1, 0, 0, 25, 0 + int8_t maxRemove;Maximum % that the short term fuel trim can remove;"%", 1, 0, -25, 0, 0 uint16_t autoscale timeConstant;Time constant for correction while in this cell: this sets responsiveness of the closed loop correction. A value of 5.0 means it will try to make most of the correction within 5 seconds, and a value of 1.0 will try to correct within 1 second.;"sec", 0.1, 0, 0.1, 100, 2 end_struct