Custom Auto-generated Configs

[no ci]
This commit is contained in:
GitHub git update Action 2024-07-17 16:43:39 +00:00
parent 14ae4787ff
commit eb634646d0
4 changed files with 11 additions and 15 deletions

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Tue Jul 16 16:42:06 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Wed Jul 17 16:41:25 UTC 2024
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -2775,11 +2775,9 @@ struct engine_configuration_s {
*/
int16_t idlePidRpmDeadZone;
/**
* This is the target battery voltage the alternator PID control will attempt to maintain
* units: Volts
* offset 1492
*/
float targetVBatt;
float unusedTargetVBatt;
/**
* See Over/Undervoltage Shutdown/Retry bit in documentation
offset 1496 bit 0 */
@ -5680,4 +5678,4 @@ struct persistent_config_s {
static_assert(sizeof(persistent_config_s) == 22800);
// end
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Tue Jul 16 16:42:06 UTC 2024
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Wed Jul 17 16:41:25 UTC 2024

View File

@ -1288,7 +1288,7 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 3379610609
#define SIGNATURE_HASH 628814068
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1700,7 +1700,7 @@
#define ts_show_vvt_output true
#define ts_show_wbo_canbus_index true
#define ts_show_wbo_canbus_set_index true
#define TS_SIGNATURE "rusEFI main.2024.07.16.XYZ.3379610609"
#define TS_SIGNATURE "rusEFI main.2024.07.17.XYZ.628814068"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 3379610609
#define TS_SIGNATURE "rusEFI main.2024.07.16.XYZ.3379610609"
#define SIGNATURE_HASH 628814068
#define TS_SIGNATURE "rusEFI main.2024.07.17.XYZ.628814068"

View File

@ -38,12 +38,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI main.2024.07.16.XYZ.3379610609"
signature = "rusEFI main.2024.07.17.XYZ.628814068"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI main.2024.07.16.XYZ.3379610609" ; signature is expected to be 7 or more characters.
signature= "rusEFI main.2024.07.17.XYZ.628814068" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -100,7 +100,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="NONE","On-board Battery Sense (A0)","Analog Inputs 1 (A1)","Analog Inputs 2 (A2)","Analog Inputs 3 (A3)","Analog Inputs 4 (A4)","On-board MAP (A5)","Analog Inputs 6 (A6)","Analog Inputs 7 (A7)","On-board BARO (B0)","Analog Inputs 9 (B1)","Analog Inputs 10 (C0)","Primary On-board O2 (C1)","Secondary On-board O2 (C2)","Analog Inputs 13 (C3)","Analog Inputs 14 (C4)","Analog Inputs 15 (C5)"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Tue Jul 16 16:42:06 UTC 2024
; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Wed Jul 17 16:41:25 UTC 2024
pageSize = 22800
page = 1
@ -741,7 +741,7 @@ throttlePedalUpVoltage = scalar, F32, 1480, "voltage", 1, 0, -6, 6, 2
throttlePedalWOTVoltage = scalar, F32, 1484, "voltage", 1, 0, -6, 6, 2
startUpFuelPumpDuration = scalar, S16, 1488, "seconds", 1, 0, 0, 6000, 0
idlePidRpmDeadZone = scalar, S16, 1490, "RPM", 1, 0, 0, 800, 0
targetVBatt = scalar, F32, 1492, "Volts", 1, 0, 0, 30, 1
unusedTargetVBatt = scalar, F32, 1492, "", 1, 0, 0, 100, 0
mc33810DisableRecoveryMode = bits, U32, 1496, [0:0], "false", "true"
mc33810Gpgd0Mode = bits, U32, 1496, [1:1], "false", "true"
mc33810Gpgd1Mode = bits, U32, 1496, [2:2], "false", "true"
@ -2048,7 +2048,6 @@ alternatorVoltageTargetRpmBins = array, U16, 22792, [4], "RPM", 1, 0, 0, 18000,
throttlePedalWOTVoltage = "Pedal in the floor"
startUpFuelPumpDuration = "on IGN voltage detection turn fuel pump on to build fuel pressure"
idlePidRpmDeadZone = "If the RPM closer to target than this value, disable closed loop idle correction to prevent oscillation"
targetVBatt = "This is the target battery voltage the alternator PID control will attempt to maintain"
mc33810DisableRecoveryMode = "See Over/Undervoltage Shutdown/Retry bit in documentation"
enableExtendedCanBroadcast = "Send out board statistics"
useAuxSpeedForSlipRatio = "Use Aux Speed 1 as one of speeds for wheel slip ratio?"
@ -8688,7 +8687,6 @@ dialog = lambda_monitorDialog, "lambda_monitor"
field = "Battery Input Divider Coefficient", vbattDividerCoeff
dialog = alternator, "Alternator Settings", yAxis
field = "Enabled", isAlternatorControlEnabled
field = "Target", targetVBatt, {isAlternatorControlEnabled == 1}
field = "Control output", alternatorControlPin, {isAlternatorControlEnabled == 1}
field = "Control output mode", alternatorControlPinMode, {isAlternatorControlEnabled == 1}
field = "PWM frequency", alternatorPwmFrequency, {isAlternatorControlEnabled == 1}