Skip to content

Commit 0d64aab

Browse files
committed
Custom Auto-generated Configs
[no ci]
1 parent 3e00190 commit 0d64aab

5 files changed

Lines changed: 24 additions & 19 deletions

File tree

generated/controllers/generated/rusefi_generated_mazduino.h

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -610,6 +610,9 @@
610610
#define GAUGE_CATEGORY_SYNC "Sync"
611611
#define GAUGE_CATEGORY_TIMING "Timing"
612612
#define GAUGE_COIL_DWELL_TIME "Ignition: coil charge time"
613+
#define GAUGE_LONG_NAME_AAT "Ambient Temperature"
614+
#define GAUGE_LONG_NAME_CLT "Coolant temp"
615+
#define GAUGE_LONG_NAME_IAT "Intake air temp"
613616
#define GAUGE_LUA_FROM_0 -30000
614617
#define GAUGE_LUA_FROM_1 -30000
615618
#define GAUGE_LUA_FROM_2 -30000
@@ -784,6 +787,7 @@
784787
#define GAUGE_NAME_WARNING_COUNTER "Warning: counter"
785788
#define GAUGE_NAME_WARNING_LAST "Warning: last"
786789
#define GAUGE_NAME_WG_POSITION "Wastegate position sensor"
790+
#define GAUGE_PRECISION_TEMPERATURE_C 1,1
787791
#define gear_controller_e_enum "None", "Button Shift", "Automatic", "Generic"
788792
#define GEAR_DETECTION_DIALOG_NAME "Gear Detection"
789793
#define gear_e_GEAR_1 1
@@ -1494,7 +1498,7 @@
14941498
#define SentInput_NONE 0
14951499
#define show_tcu_gauges true
14961500
#define show_vvt_output_pin true
1497-
#define SIGNATURE_HASH 1295728529
1501+
#define SIGNATURE_HASH 4277702967
14981502
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
14991503
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
15001504
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@@ -2036,7 +2040,7 @@
20362040
#define ts_show_wastegate_sensor true
20372041
#define ts_show_wbo_canbus_index true
20382042
#define ts_show_wbo_canbus_set_index true
2039-
#define TS_SIGNATURE "rusEFI main.2025.07.17.mazduino.1295728529"
2043+
#define TS_SIGNATURE "rusEFI main.2025.07.18.mazduino.4277702967"
20402044
#define TS_SIMULATE_CAN '>'
20412045
#define TS_SIMULATE_CAN_char >
20422046
#define TS_TEST_COMMAND 't'
@@ -2075,6 +2079,7 @@
20752079
#define UiMode_FULL 0
20762080
#define UiMode_INSTALLATION 1
20772081
#define UiMode_TUNING 2
2082+
#define UNITS_CELSIUS "C"
20782083
#define VBAT_INJECTOR_CURVE_PRESSURE_SIZE 2
20792084
#define VBAT_INJECTOR_CURVE_SIZE 8
20802085
#define VE_BLEND1_TABLE_NAME "VE blend 1"

generated/controllers/generated/signature_mazduino.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
// CHeaderConsumer was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
33
//
44

5-
#define SIGNATURE_HASH 1295728529
6-
#define TS_SIGNATURE "rusEFI main.2025.07.17.mazduino.1295728529"
5+
#define SIGNATURE_HASH 4277702967
6+
#define TS_SIGNATURE "rusEFI main.2025.07.18.mazduino.4277702967"

generated/live_data_generated/long_term_fuel_trim_state_generated.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,19 @@ struct long_term_fuel_trim_state_s {
1010
* units: cnt
1111
* offset 0
1212
*/
13-
scaled_channel<uint32_t, 1, 1> ltftCntHit = (uint32_t)0;
13+
uint32_t ltftCntHit = (uint32_t)0;
1414
/**
1515
* LTFT learning: miss
1616
* units: cnt
1717
* offset 4
1818
*/
19-
scaled_channel<uint32_t, 1, 1> ltftCntMiss = (uint32_t)0;
19+
uint32_t ltftCntMiss = (uint32_t)0;
2020
/**
2121
* LTFT learning: in deadband
2222
* units: cnt
2323
* offset 8
2424
*/
25-
scaled_channel<uint32_t, 1, 1> ltftCntDeadband = (uint32_t)0;
25+
uint32_t ltftCntDeadband = (uint32_t)0;
2626
/**
2727
* LTFT learning
2828
offset 12 bit 0 */

generated/tunerstudio/generated/rusefi_mazduino.ini

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@ enable2ndByteCanID = false
3838

3939
[MegaTune]
4040
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
41-
signature = "rusEFI main.2025.07.17.mazduino.1295728529"
41+
signature = "rusEFI main.2025.07.18.mazduino.4277702967"
4242

4343
[TunerStudio]
4444
queryCommand = "S"
4545
versionInfo = "V" ; firmware version for title bar.
46-
signature= "rusEFI main.2025.07.17.mazduino.1295728529" ; signature is expected to be 7 or more characters.
46+
signature= "rusEFI main.2025.07.18.mazduino.4277702967" ; signature is expected to be 7 or more characters.
4747

4848
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
4949
useLegacyFTempUnits = false
@@ -5293,8 +5293,8 @@ gaugeCategory = Debug
52935293

52945294
gaugeCategory = Sensors - Basic
52955295
RPMGauge = RPMValue, "RPM - engine speed", "RPM", 0, {rpmHardLimit + 2000}, 200, {cranking_rpm}, {rpmHardLimit - 500}, {rpmHardLimit}, 0, 0
5296-
CLTGauge = coolant, "Coolant temp", "C", -40, 140, -15, 1, 95, 110, 1, 1
5297-
IATGauge = intake, "Intake air temp", "C", -40, 140, -15, 1, 95, 110, 1, 1
5296+
CLTGauge = coolant, "Coolant temp", "C", -40, 140, -15, 1, 95, 110, 1,1
5297+
IATGauge = intake, "Intake air temp", "C", -40, 140, -15, 1, 95, 110, 1,1
52985298
afr1Gauge = AFRValue, "Air/Fuel Ratio", "", 10, 19.4, 12, 13, 15, 16, 2, 2
52995299
afr2Gauge = AFRValue2, "Air/Fuel Ratio 2", "", 10, 19.4, 12, 13, 15, 16, 2, 2
53005300
smoothedAfr1Gauge = SmoothedAFRValue, "Smoothed Air/Fuel Ratio", "", 10, 19.4, 12, 13, 15, 16, 2, 2
@@ -5313,15 +5313,15 @@ gaugeCategory = Sensors - Extra 1
53135313
wheelSlipRatioGauge = wheelSlipRatio, "Wheel Slip Ratio", "", 0, 200, 0, 1, 3, 4, 3, 3
53145314
turboSpeedGauge = turboSpeed, "Turbocharger Speed", "hz", 0, 200, 0, 1, 3, 4, 1, 1
53155315
baroPressureGauge = baroPressure, "Barometric pressure", "kPa", 0, 130, 40, 50, 110, 120, 2, 0
5316-
internalMcuTemperatureGauge = internalMcuTemperature, "ECU temperature", "C", 0, 100, 0, 0, 75, 100, 0, 0
5316+
internalMcuTemperatureGauge = internalMcuTemperature, "ECU temperature", "C", 0, 100, 0, 0, 75, 100, 1,1
53175317
OilPressGauge = oilPressure, "Oil Pressure", "kPa", 0, 750, 35, 75, 550, 700, 0, 0
5318-
OilTempGauge = oilTemp, "Oil Temperature", "C", -40, 140, -15, 1, 95, 110, 1, 1
5319-
AuxT1Gauge = auxTemp1, "Aux temp 1", "C", -40, 140, -15, 1, 95, 110, 1, 1
5320-
AuxT2Gauge = auxTemp2, "Aux temp 2", "C", -40, 140, -15, 1, 95, 110, 1, 1
5321-
ambientTempGauge = ambientTemp, "Ambient Temperature", "C", -40, 140, -15, 1, 95, 110, 1, 1
5318+
OilTempGauge = oilTemp, "Oil Temperature", "C", -40, 140, -15, 1, 95, 110, 1,1
5319+
AuxT1Gauge = auxTemp1, "Aux temp 1", "C", -40, 140, -15, 1, 95, 110, 1,1
5320+
AuxT2Gauge = auxTemp2, "Aux temp 2", "C", -40, 140, -15, 1, 95, 110, 1,1
5321+
ambientTempGauge = ambientTemp, "Ambient Temperature", "C", -40, 140, -15, 1, 95, 110, 1,1
53225322
lowFuelPressureGauge = lowFuelPressure, "Fuel pressure (low)", "kPa", 0, 700, 0, 0, 700, 700, 1, 0
53235323
flexPercentGauge = flexPercent, "Flex Ethanol %", "%", 0, 100, 0, 0, 100, 100, 0, 0
5324-
fuelTempGauge = fuelTemp, "Fuel Temperature", "C", 0, 100, 0, 0, 75, 100, 0, 0
5324+
fuelTempGauge = fuelTemp, "Fuel Temperature", "C", 0, 100, 0, 0, 75, 100, 1,1
53255325
fuelTankLevelGauge = fuelTankLevel,"Fuel level", "%", 0, 100, 10, 20, 100, 100, 1, 1
53265326
acPressureGauge = acPressure, "A/C pressure", "kPa", 0, 900, 0, 0, 900, 900, 0, 0
53275327
AuxL1Gauge = auxLinear1, "Aux linear #1", "", -1000, 1000, -1000, -1000, 1000, 1000, 2, 2
@@ -5394,7 +5394,7 @@ gaugeCategory = Acceleration Enrichment
53945394
gaugeCategory = Fueling
53955395
;Name Var Title Units Lo Hi LoD LoW HiW HiD vd ld
53965396
fuelCutReasonGauge = fuelCutReason,"Fuel Cut Code", "code", 0.0,0.0, 0.0,0.0, 0.0,0.0, 0,0
5397-
tChargeGauge = sd_tCharge, "Fuel: Estimated charge temperature", "C", -40, 140, -15, 1, 95, 110, 1, 1
5397+
tChargeGauge = sd_tCharge, "Fuel: Estimated charge temperature", "C", -40, 140, -15, 1, 95, 110, 1,1
53985398
baroCorrectionGauge = baroCorrection,"Fuel: Barometric pressure mult", "ratio", 0.5, 1.5, 0.6, 0.7, 1.3, 1.4, 1, 1
53995399
crankingFuelGauge = crankingFuel_fuel, "Fuel: cranking", "mg", 0, 100, 0, 0, 100, 100, 3, 1
54005400
iatCorrectionGauge = running_intakeTemperatureCoefficient, "Fuel: IAT correction", "mult", 0, 3, 0, 0, 3, 3, 2, 2
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
! Generated by gen_signature.sh
22
! SIGNATURE_HASH is a built-in variable generated by config_definition-all.jar
33
! gen_signature.sh Using env variable branch [main]
4-
#define TS_SIGNATURE "rusEFI main.2025.07.17.mazduino.@@SIGNATURE_HASH@@"
4+
#define TS_SIGNATURE "rusEFI main.2025.07.18.mazduino.@@SIGNATURE_HASH@@"

0 commit comments

Comments
 (0)