Skip to content

Commit 88ee461

Browse files
committed
Custom Auto-generated Configs
[no ci]
1 parent 3d6a3e9 commit 88ee461

9 files changed

Lines changed: 43 additions & 35 deletions

File tree

generated/console/binary/generated/data_logs.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -933,5 +933,6 @@ entry = ltftLearning, "LTFT learning", int, "%d"
933933
entry = ltftCorrecting, "LTFT correcting", int, "%d"
934934
entry = ltftSavePending, "LTFT saving", int, "%d"
935935
entry = ltftLoadPending, "LTFT loading calibration", int, "%d"
936+
entry = ltftLoadError, "LTFT loading calibration error", int, "%d"
936937
entry = ltftCorrection1, "LTFT: Bank 1", float, "%.3f"
937938
entry = ltftCorrection2, "LTFT: Bank 2", float, "%.3f"

generated/console/binary/generated/fancy_content.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -661,6 +661,7 @@ indicatorPanel = long_term_fuel_trim_stateIndicatorPanel, 2
661661
indicator = {ltftCorrecting}, "ltftCorrecting No", "ltftCorrecting Yes"
662662
indicator = {ltftSavePending}, "ltftSavePending No", "ltftSavePending Yes"
663663
indicator = {ltftLoadPending}, "ltftLoadPending No", "ltftLoadPending Yes"
664+
indicator = {ltftLoadError}, "ltftLoadError No", "ltftLoadError Yes"
664665

665666
dialog = long_term_fuel_trim_stateDialog, "long_term_fuel_trim_state"
666667
panel = long_term_fuel_trim_stateIndicatorPanel

generated/console/binary/generated/live_data_fragments.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -976,6 +976,7 @@ ltftLearning = bits, U32, 1992, [0:0]
976976
ltftCorrecting = bits, U32, 1992, [1:1]
977977
ltftSavePending = bits, U32, 1992, [2:2]
978978
ltftLoadPending = bits, U32, 1992, [3:3]
979+
ltftLoadError = bits, U32, 1992, [4:4]
979980
ltftCorrection1 = scalar, F32, 1996, "%", 100.0, -1.0
980981
ltftCorrection2 = scalar, F32, 2000, "%", 100.0, -1.0
981982
; total TS size = 2004

generated/console/binary/generated/log_fields_generated.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// generated by class com.rusefi.output.SdCardFieldsContent
2+
#include "board_lookup.h"
23
static const MLG::Entries::Field fields[] = {
34
{packedTime, GAUGE_NAME_TIME, "sec", 0},
45
{engine->outputChannels, 0, 0, "SD: Present", ""},

generated/controllers/generated/rusefi_generated_mazduino.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1498,7 +1498,7 @@
14981498
#define SentInput_NONE 0
14991499
#define show_tcu_gauges true
15001500
#define show_vvt_output_pin true
1501-
#define SIGNATURE_HASH 4005974880
1501+
#define SIGNATURE_HASH 3678575316
15021502
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
15031503
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
15041504
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@@ -2040,7 +2040,7 @@
20402040
#define ts_show_wastegate_sensor true
20412041
#define ts_show_wbo_canbus_index true
20422042
#define ts_show_wbo_canbus_set_index true
2043-
#define TS_SIGNATURE "rusEFI main.2025.07.19.mazduino.4005974880"
2043+
#define TS_SIGNATURE "rusEFI main.2025.07.20.mazduino.3678575316"
20442044
#define TS_SIMULATE_CAN '>'
20452045
#define TS_SIMULATE_CAN_char >
20462046
#define TS_TEST_COMMAND 't'

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 4005974880
6-
#define TS_SIGNATURE "rusEFI main.2025.07.19.mazduino.4005974880"
5+
#define SIGNATURE_HASH 3678575316
6+
#define TS_SIGNATURE "rusEFI main.2025.07.20.mazduino.3678575316"

generated/live_data_generated/long_term_fuel_trim_state_generated.h

Lines changed: 29 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -40,89 +40,90 @@ struct long_term_fuel_trim_state_s {
4040
offset 12 bit 3 */
4141
bool ltftLoadPending : 1 {};
4242
/**
43+
* LTFT loading calibration error
4344
offset 12 bit 4 */
44-
bool unusedBit_7_4 : 1 {};
45+
bool ltftLoadError : 1 {};
4546
/**
4647
offset 12 bit 5 */
47-
bool unusedBit_7_5 : 1 {};
48+
bool unusedBit_8_5 : 1 {};
4849
/**
4950
offset 12 bit 6 */
50-
bool unusedBit_7_6 : 1 {};
51+
bool unusedBit_8_6 : 1 {};
5152
/**
5253
offset 12 bit 7 */
53-
bool unusedBit_7_7 : 1 {};
54+
bool unusedBit_8_7 : 1 {};
5455
/**
5556
offset 12 bit 8 */
56-
bool unusedBit_7_8 : 1 {};
57+
bool unusedBit_8_8 : 1 {};
5758
/**
5859
offset 12 bit 9 */
59-
bool unusedBit_7_9 : 1 {};
60+
bool unusedBit_8_9 : 1 {};
6061
/**
6162
offset 12 bit 10 */
62-
bool unusedBit_7_10 : 1 {};
63+
bool unusedBit_8_10 : 1 {};
6364
/**
6465
offset 12 bit 11 */
65-
bool unusedBit_7_11 : 1 {};
66+
bool unusedBit_8_11 : 1 {};
6667
/**
6768
offset 12 bit 12 */
68-
bool unusedBit_7_12 : 1 {};
69+
bool unusedBit_8_12 : 1 {};
6970
/**
7071
offset 12 bit 13 */
71-
bool unusedBit_7_13 : 1 {};
72+
bool unusedBit_8_13 : 1 {};
7273
/**
7374
offset 12 bit 14 */
74-
bool unusedBit_7_14 : 1 {};
75+
bool unusedBit_8_14 : 1 {};
7576
/**
7677
offset 12 bit 15 */
77-
bool unusedBit_7_15 : 1 {};
78+
bool unusedBit_8_15 : 1 {};
7879
/**
7980
offset 12 bit 16 */
80-
bool unusedBit_7_16 : 1 {};
81+
bool unusedBit_8_16 : 1 {};
8182
/**
8283
offset 12 bit 17 */
83-
bool unusedBit_7_17 : 1 {};
84+
bool unusedBit_8_17 : 1 {};
8485
/**
8586
offset 12 bit 18 */
86-
bool unusedBit_7_18 : 1 {};
87+
bool unusedBit_8_18 : 1 {};
8788
/**
8889
offset 12 bit 19 */
89-
bool unusedBit_7_19 : 1 {};
90+
bool unusedBit_8_19 : 1 {};
9091
/**
9192
offset 12 bit 20 */
92-
bool unusedBit_7_20 : 1 {};
93+
bool unusedBit_8_20 : 1 {};
9394
/**
9495
offset 12 bit 21 */
95-
bool unusedBit_7_21 : 1 {};
96+
bool unusedBit_8_21 : 1 {};
9697
/**
9798
offset 12 bit 22 */
98-
bool unusedBit_7_22 : 1 {};
99+
bool unusedBit_8_22 : 1 {};
99100
/**
100101
offset 12 bit 23 */
101-
bool unusedBit_7_23 : 1 {};
102+
bool unusedBit_8_23 : 1 {};
102103
/**
103104
offset 12 bit 24 */
104-
bool unusedBit_7_24 : 1 {};
105+
bool unusedBit_8_24 : 1 {};
105106
/**
106107
offset 12 bit 25 */
107-
bool unusedBit_7_25 : 1 {};
108+
bool unusedBit_8_25 : 1 {};
108109
/**
109110
offset 12 bit 26 */
110-
bool unusedBit_7_26 : 1 {};
111+
bool unusedBit_8_26 : 1 {};
111112
/**
112113
offset 12 bit 27 */
113-
bool unusedBit_7_27 : 1 {};
114+
bool unusedBit_8_27 : 1 {};
114115
/**
115116
offset 12 bit 28 */
116-
bool unusedBit_7_28 : 1 {};
117+
bool unusedBit_8_28 : 1 {};
117118
/**
118119
offset 12 bit 29 */
119-
bool unusedBit_7_29 : 1 {};
120+
bool unusedBit_8_29 : 1 {};
120121
/**
121122
offset 12 bit 30 */
122-
bool unusedBit_7_30 : 1 {};
123+
bool unusedBit_8_30 : 1 {};
123124
/**
124125
offset 12 bit 31 */
125-
bool unusedBit_7_31 : 1 {};
126+
bool unusedBit_8_31 : 1 {};
126127
/**
127128
* LTFT: Bank
128129
* units: %

generated/tunerstudio/generated/rusefi_mazduino.ini

Lines changed: 5 additions & 2 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.19.mazduino.4005974880"
41+
signature = "rusEFI main.2025.07.20.mazduino.3678575316"
4242

4343
[TunerStudio]
4444
queryCommand = "S"
4545
versionInfo = "V" ; firmware version for title bar.
46-
signature= "rusEFI main.2025.07.19.mazduino.4005974880" ; signature is expected to be 7 or more characters.
46+
signature= "rusEFI main.2025.07.20.mazduino.3678575316" ; 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
@@ -3760,6 +3760,7 @@ ltftLearning = bits, U32, 1992, [0:0]
37603760
ltftCorrecting = bits, U32, 1992, [1:1]
37613761
ltftSavePending = bits, U32, 1992, [2:2]
37623762
ltftLoadPending = bits, U32, 1992, [3:3]
3763+
ltftLoadError = bits, U32, 1992, [4:4]
37633764
ltftCorrection1 = scalar, F32, 1996, "%", 100.0, -1.0
37643765
ltftCorrection2 = scalar, F32, 2000, "%", 100.0, -1.0
37653766
; total TS size = 2004
@@ -6592,6 +6593,7 @@ entry = ltftLearning, "LTFT learning", int, "%d"
65926593
entry = ltftCorrecting, "LTFT correcting", int, "%d"
65936594
entry = ltftSavePending, "LTFT saving", int, "%d"
65946595
entry = ltftLoadPending, "LTFT loading calibration", int, "%d"
6596+
entry = ltftLoadError, "LTFT loading calibration error", int, "%d"
65956597
entry = ltftCorrection1, "LTFT: Bank 1", float, "%.3f"
65966598
entry = ltftCorrection2, "LTFT: Bank 2", float, "%.3f"
65976599

@@ -7844,6 +7846,7 @@ indicatorPanel = long_term_fuel_trim_stateIndicatorPanel, 2
78447846
indicator = {ltftCorrecting}, "ltftCorrecting No", "ltftCorrecting Yes"
78457847
indicator = {ltftSavePending}, "ltftSavePending No", "ltftSavePending Yes"
78467848
indicator = {ltftLoadPending}, "ltftLoadPending No", "ltftLoadPending Yes"
7849+
indicator = {ltftLoadError}, "ltftLoadError No", "ltftLoadError Yes"
78477850

78487851
dialog = long_term_fuel_trim_stateDialog, "long_term_fuel_trim_state"
78497852
panel = long_term_fuel_trim_stateIndicatorPanel
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.19.mazduino.@@SIGNATURE_HASH@@"
4+
#define TS_SIGNATURE "rusEFI main.2025.07.20.mazduino.@@SIGNATURE_HASH@@"

0 commit comments

Comments
 (0)