From 2e58611e4fd5c3e3946107a545f69d1c69caa823 Mon Sep 17 00:00:00 2001 From: rusefi Date: Wed, 21 Jul 2021 23:41:34 -0400 Subject: [PATCH] More human approach to boolean fields #2613 --- firmware/integration/rusefi_config.txt | 2 +- firmware/tunerstudio/rusefi.input | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/firmware/integration/rusefi_config.txt b/firmware/integration/rusefi_config.txt index f995db204f..c1ccb8bc41 100644 --- a/firmware/integration/rusefi_config.txt +++ b/firmware/integration/rusefi_config.txt @@ -861,7 +861,7 @@ bit is_enabled_spi_2 bit enableVerboseCanTx;+CAN broadcast using custom rusEFI protocol\nenable can_broadcast/disable can_broadcast bit onOffAlternatorLogic;+This will cause the alternator to be operated in a basic on or off mode, this is the simplest alternator control. bit isCJ125Enabled;enable cj125/disable cj125 - bit vvtCamSensorUseRise;+Use rise or fall signal front\nget vvtCamSensorUseRise + bit vvtCamSensorUseRise,"Rising","Falling";+Use rise or fall signal front\nget vvtCamSensorUseRise bit measureMapOnlyInOneCylinder;+Useful for individual intakes bit stepperForceParkingEveryRestart bit isFasterEngineSpinUpEnabled;+If enabled, try to fire the engine before a full engine cycle has been completed using RPM estimated from the last 90 degrees of engine rotation. As soon as the trigger syncs plus 90 degrees rotation, fuel and ignition events will occur. If disabled, worst case may require up to 4 full crank rotations before any events are scheduled. diff --git a/firmware/tunerstudio/rusefi.input b/firmware/tunerstudio/rusefi.input index c5d20f8b16..5fb14468f1 100644 --- a/firmware/tunerstudio/rusefi.input +++ b/firmware/tunerstudio/rusefi.input @@ -1882,8 +1882,8 @@ cmd_set_engine_type_default = "@@TS_IO_TEST_COMMAND_char@@\x00\x31\x00\x00" ; todo: code generator to hard-code all triggers not requiring VVT? ; todo: https://github.com/rusefi/rusefi/issues/2077 field = "Cam mode (intake cams)", vvtMode1, {trigger_type != @@TT_TT_MAZDA_MIATA_NA@@} - field = "Cam mode (exhaust cams)", vvtMode2, {trigger_type != @@TT_TT_MAZDA_MIATA_NA@@} - field = "VVT use only rising edge", vvtCamSensorUseRise, {trigger_type != @@TT_TT_MAZDA_MIATA_NA@@} + field = "Cam mode (exhaust cams)", vvtMode2, {trigger_type != @@TT_TT_MAZDA_MIATA_NA@@} + field = "VVT sync edge", vvtCamSensorUseRise, {trigger_type != @@TT_TT_MAZDA_MIATA_NA@@} field = "#Set offset so VVT indicates 0 degrees in default position" field = "VVT offset bank 1 intake", vvtOffsets1 field = "VVT offset bank 1 exhaust", vvtOffsets2