Auto-generated configs and docs

This commit is contained in:
GitHub gen-configs Action 2024-09-15 18:48:30 +00:00
parent 52ebf78244
commit bd5c854a08
200 changed files with 2681 additions and 2140 deletions

View File

@ -637,10 +637,10 @@ entry = hwEventCounters4, "Hardware events since boot 4", int, "%d"
entry = hwEventCounters5, "Hardware events since boot 5", int, "%d"
entry = hwEventCounters6, "Hardware events since boot 6", int, "%d"
entry = vvtCamCounter, "Sync: total cams front counter", int, "%d"
entry = mapVvt_MAP_AT_SPECIAL_POINT, "mapVvt_MAP_AT_SPECIAL_POINT", float, "%.3f"
entry = mapVvt_MAP_AT_DIFF, "mapVvt_MAP_AT_DIFF", float, "%.3f"
entry = mapVvt_MAP_AT_SPECIAL_POINT, "InstantMAP at readout angle", float, "%.3f"
entry = mapVvt_MAP_AT_DIFF, "InstantMAP delta @ readout angles", float, "%.3f"
entry = mapVvt_MAP_AT_CYCLE_COUNT, "mapVvt_MAP_AT_CYCLE_COUNT", int, "%d"
entry = mapVvt_map_peak, "mapVvt_map_peak", int, "%d"
entry = mapVvt_sync_counter, "Instant MAP sync counter", int, "%d"
entry = currentEngineDecodedPhase, "Sync: Engine Phase", float, "%.3f"
entry = triggerToothAngleError, "Sync: trigger angle error", float, "%.3f"
entry = triggerIgnoredToothCount, "triggerIgnoredToothCount", int, "%d"

View File

@ -351,7 +351,7 @@ dialog = trigger_centralDialog, "trigger_central"
liveGraph = trigger_central_3_Graph, "Graph", South
graphLine = mapVvt_MAP_AT_DIFF
graphLine = mapVvt_MAP_AT_CYCLE_COUNT
graphLine = mapVvt_map_peak
graphLine = mapVvt_sync_counter
graphLine = currentEngineDecodedPhase
liveGraph = trigger_central_4_Graph, "Graph", South
graphLine = triggerToothAngleError

View File

@ -714,10 +714,10 @@ hwEventCounters4 = scalar, U32, 1280, "", 1, 0
hwEventCounters5 = scalar, U32, 1284, "", 1, 0
hwEventCounters6 = scalar, U32, 1288, "", 1, 0
vvtCamCounter = scalar, U32, 1292, "", 1, 0
mapVvt_MAP_AT_SPECIAL_POINT = scalar, F32, 1296, "", 1, 0
mapVvt_MAP_AT_DIFF = scalar, F32, 1300, "", 1, 0
mapVvt_MAP_AT_CYCLE_COUNT = scalar, U08, 1304, "", 1, 0
mapVvt_map_peak = scalar, U08, 1305, "", 1, 0
mapVvt_MAP_AT_SPECIAL_POINT = scalar, F32, 1296, "kPa", 1, 0
mapVvt_MAP_AT_DIFF = scalar, F32, 1300, "kPa", 1, 0
mapVvt_MAP_AT_CYCLE_COUNT = scalar, S08, 1304, "distance", 1, 0
mapVvt_sync_counter = scalar, U08, 1305, "counter", 1, 0
currentEngineDecodedPhase = scalar, F32, 1308, "deg", 1, 0
triggerToothAngleError = scalar, F32, 1312, "deg", 1, 0
triggerIgnoredToothCount = scalar, U08, 1316, "", 1, 0

View File

@ -503,10 +503,10 @@ hwEventCounters4("Hardware events since boot 4", SensorCategory.SENSOR_INPUTS, F
hwEventCounters5("Hardware events since boot 5", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1284, 1.0, -1.0, -1.0, ""),
hwEventCounters6("Hardware events since boot 6", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1288, 1.0, -1.0, -1.0, ""),
vvtCamCounter("Sync: total cams front counter", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1292, 1.0, -1.0, -1.0, ""),
mapVvt_MAP_AT_SPECIAL_POINT("mapVvt_MAP_AT_SPECIAL_POINT", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1296, 1.0, -10000.0, 10000.0, ""),
mapVvt_MAP_AT_DIFF("mapVvt_MAP_AT_DIFF", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1300, 1.0, -10000.0, 10000.0, ""),
mapVvt_MAP_AT_CYCLE_COUNT("mapVvt_MAP_AT_CYCLE_COUNT", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1304, 1.0, -10000.0, 10000.0, ""),
mapVvt_map_peak("mapVvt_map_peak", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1305, 1.0, -10000.0, 10000.0, ""),
mapVvt_MAP_AT_SPECIAL_POINT("InstantMAP at readout angle", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1296, 1.0, -300.0, 300.0, "kPa"),
mapVvt_MAP_AT_DIFF("InstantMAP delta @ readout angles", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1300, 1.0, -300.0, 300.0, "kPa"),
mapVvt_MAP_AT_CYCLE_COUNT("mapVvt_MAP_AT_CYCLE_COUNT", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1304, 1.0, -10.0, 100.0, "distance"),
mapVvt_sync_counter("Instant MAP sync counter", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1305, 1.0, 0.0, 10000.0, "counter"),
alignmentFill_at_38("need 4 byte alignment", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1306, 1.0, -20.0, 100.0, "units"),
currentEngineDecodedPhase("Sync: Engine Phase", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1308, 1.0, 0.0, 0.0, "deg"),
triggerToothAngleError("Sync: trigger angle error", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1312, 1.0, -30.0, 30.0, "deg"),

View File

@ -499,16 +499,16 @@ static const LogField fields[] = {
{engine->triggerCentral.vvtCamCounter, "Sync: total cams front counter", "", 0},
#endif
#if EFI_SHAFT_POSITION_INPUT
{engine->triggerCentral.mapVvt_MAP_AT_SPECIAL_POINT, "mapVvt_MAP_AT_SPECIAL_POINT", "", 3},
{engine->triggerCentral.mapVvt_MAP_AT_SPECIAL_POINT, "InstantMAP at readout angle", "kPa", 1},
#endif
#if EFI_SHAFT_POSITION_INPUT
{engine->triggerCentral.mapVvt_MAP_AT_DIFF, "mapVvt_MAP_AT_DIFF", "", 3},
{engine->triggerCentral.mapVvt_MAP_AT_DIFF, "InstantMAP delta @ readout angles", "kPa", 1},
#endif
#if EFI_SHAFT_POSITION_INPUT
{engine->triggerCentral.mapVvt_MAP_AT_CYCLE_COUNT, "mapVvt_MAP_AT_CYCLE_COUNT", "", 3},
{engine->triggerCentral.mapVvt_MAP_AT_CYCLE_COUNT, "mapVvt_MAP_AT_CYCLE_COUNT", "distance", 0},
#endif
#if EFI_SHAFT_POSITION_INPUT
{engine->triggerCentral.mapVvt_map_peak, "mapVvt_map_peak", "", 3},
{engine->triggerCentral.mapVvt_sync_counter, "Instant MAP sync counter", "counter", 0},
#endif
#if EFI_SHAFT_POSITION_INPUT
{engine->triggerCentral.currentEngineDecodedPhase, "Sync: Engine Phase", "deg", 0, "Sync"},

View File

@ -958,9 +958,15 @@ struct engine_configuration_s {
*/
uint8_t justATempTest;
/**
* Delta kPa for MAP sync
* units: kPa
* offset 442
*/
uint16_t unused2bytesHere;
uint8_t mapSyncThreshold;
/**
* offset 443
*/
uint8_t unusedByteHere;
/**
* @@CYLINDER_BORE_TOOLTIP@@
* units: mm
@ -1194,6 +1200,7 @@ struct engine_configuration_s {
*/
float adcVcc;
/**
* Magic engine phase: we compare instant MAP at X to instant MAP at x+360 angle in one complete cycle
* units: Deg
* offset 548
*/
@ -2865,7 +2872,7 @@ struct engine_configuration_s {
bool enableKnockSpectrogram : 1 {};
/**
offset 1492 bit 31 */
bool unusedBit_515_31 : 1 {};
bool unusedBit_516_31 : 1 {};
/**
* This is the duration in cycles that the IAC will take to reach its normal idle position, it can be used to hold the idle higher for a few seconds after cranking to improve startup.\Should be 100 once tune is better
* units: cycles
@ -3041,76 +3048,76 @@ struct engine_configuration_s {
bool can2ListenMode : 1 {};
/**
offset 1552 bit 8 */
bool unusedBit_551_8 : 1 {};
bool unusedBit_552_8 : 1 {};
/**
offset 1552 bit 9 */
bool unusedBit_551_9 : 1 {};
bool unusedBit_552_9 : 1 {};
/**
offset 1552 bit 10 */
bool unusedBit_551_10 : 1 {};
bool unusedBit_552_10 : 1 {};
/**
offset 1552 bit 11 */
bool unusedBit_551_11 : 1 {};
bool unusedBit_552_11 : 1 {};
/**
offset 1552 bit 12 */
bool unusedBit_551_12 : 1 {};
bool unusedBit_552_12 : 1 {};
/**
offset 1552 bit 13 */
bool unusedBit_551_13 : 1 {};
bool unusedBit_552_13 : 1 {};
/**
offset 1552 bit 14 */
bool unusedBit_551_14 : 1 {};
bool unusedBit_552_14 : 1 {};
/**
offset 1552 bit 15 */
bool unusedBit_551_15 : 1 {};
bool unusedBit_552_15 : 1 {};
/**
offset 1552 bit 16 */
bool unusedBit_551_16 : 1 {};
bool unusedBit_552_16 : 1 {};
/**
offset 1552 bit 17 */
bool unusedBit_551_17 : 1 {};
bool unusedBit_552_17 : 1 {};
/**
offset 1552 bit 18 */
bool unusedBit_551_18 : 1 {};
bool unusedBit_552_18 : 1 {};
/**
offset 1552 bit 19 */
bool unusedBit_551_19 : 1 {};
bool unusedBit_552_19 : 1 {};
/**
offset 1552 bit 20 */
bool unusedBit_551_20 : 1 {};
bool unusedBit_552_20 : 1 {};
/**
offset 1552 bit 21 */
bool unusedBit_551_21 : 1 {};
bool unusedBit_552_21 : 1 {};
/**
offset 1552 bit 22 */
bool unusedBit_551_22 : 1 {};
bool unusedBit_552_22 : 1 {};
/**
offset 1552 bit 23 */
bool unusedBit_551_23 : 1 {};
bool unusedBit_552_23 : 1 {};
/**
offset 1552 bit 24 */
bool unusedBit_551_24 : 1 {};
bool unusedBit_552_24 : 1 {};
/**
offset 1552 bit 25 */
bool unusedBit_551_25 : 1 {};
bool unusedBit_552_25 : 1 {};
/**
offset 1552 bit 26 */
bool unusedBit_551_26 : 1 {};
bool unusedBit_552_26 : 1 {};
/**
offset 1552 bit 27 */
bool unusedBit_551_27 : 1 {};
bool unusedBit_552_27 : 1 {};
/**
offset 1552 bit 28 */
bool unusedBit_551_28 : 1 {};
bool unusedBit_552_28 : 1 {};
/**
offset 1552 bit 29 */
bool unusedBit_551_29 : 1 {};
bool unusedBit_552_29 : 1 {};
/**
offset 1552 bit 30 */
bool unusedBit_551_30 : 1 {};
bool unusedBit_552_30 : 1 {};
/**
offset 1552 bit 31 */
bool unusedBit_551_31 : 1 {};
bool unusedBit_552_31 : 1 {};
/**
* offset 1556
*/

View File

@ -958,9 +958,15 @@ struct engine_configuration_s {
*/
uint8_t justATempTest;
/**
* Delta kPa for MAP sync
* units: kPa
* offset 442
*/
uint16_t unused2bytesHere;
uint8_t mapSyncThreshold;
/**
* offset 443
*/
uint8_t unusedByteHere;
/**
* @@CYLINDER_BORE_TOOLTIP@@
* units: mm
@ -1194,6 +1200,7 @@ struct engine_configuration_s {
*/
float adcVcc;
/**
* Magic engine phase: we compare instant MAP at X to instant MAP at x+360 angle in one complete cycle
* units: Deg
* offset 548
*/
@ -2865,7 +2872,7 @@ struct engine_configuration_s {
bool enableKnockSpectrogram : 1 {};
/**
offset 1492 bit 31 */
bool unusedBit_515_31 : 1 {};
bool unusedBit_516_31 : 1 {};
/**
* This is the duration in cycles that the IAC will take to reach its normal idle position, it can be used to hold the idle higher for a few seconds after cranking to improve startup.\Should be 100 once tune is better
* units: cycles
@ -3041,76 +3048,76 @@ struct engine_configuration_s {
bool can2ListenMode : 1 {};
/**
offset 1552 bit 8 */
bool unusedBit_551_8 : 1 {};
bool unusedBit_552_8 : 1 {};
/**
offset 1552 bit 9 */
bool unusedBit_551_9 : 1 {};
bool unusedBit_552_9 : 1 {};
/**
offset 1552 bit 10 */
bool unusedBit_551_10 : 1 {};
bool unusedBit_552_10 : 1 {};
/**
offset 1552 bit 11 */
bool unusedBit_551_11 : 1 {};
bool unusedBit_552_11 : 1 {};
/**
offset 1552 bit 12 */
bool unusedBit_551_12 : 1 {};
bool unusedBit_552_12 : 1 {};
/**
offset 1552 bit 13 */
bool unusedBit_551_13 : 1 {};
bool unusedBit_552_13 : 1 {};
/**
offset 1552 bit 14 */
bool unusedBit_551_14 : 1 {};
bool unusedBit_552_14 : 1 {};
/**
offset 1552 bit 15 */
bool unusedBit_551_15 : 1 {};
bool unusedBit_552_15 : 1 {};
/**
offset 1552 bit 16 */
bool unusedBit_551_16 : 1 {};
bool unusedBit_552_16 : 1 {};
/**
offset 1552 bit 17 */
bool unusedBit_551_17 : 1 {};
bool unusedBit_552_17 : 1 {};
/**
offset 1552 bit 18 */
bool unusedBit_551_18 : 1 {};
bool unusedBit_552_18 : 1 {};
/**
offset 1552 bit 19 */
bool unusedBit_551_19 : 1 {};
bool unusedBit_552_19 : 1 {};
/**
offset 1552 bit 20 */
bool unusedBit_551_20 : 1 {};
bool unusedBit_552_20 : 1 {};
/**
offset 1552 bit 21 */
bool unusedBit_551_21 : 1 {};
bool unusedBit_552_21 : 1 {};
/**
offset 1552 bit 22 */
bool unusedBit_551_22 : 1 {};
bool unusedBit_552_22 : 1 {};
/**
offset 1552 bit 23 */
bool unusedBit_551_23 : 1 {};
bool unusedBit_552_23 : 1 {};
/**
offset 1552 bit 24 */
bool unusedBit_551_24 : 1 {};
bool unusedBit_552_24 : 1 {};
/**
offset 1552 bit 25 */
bool unusedBit_551_25 : 1 {};
bool unusedBit_552_25 : 1 {};
/**
offset 1552 bit 26 */
bool unusedBit_551_26 : 1 {};
bool unusedBit_552_26 : 1 {};
/**
offset 1552 bit 27 */
bool unusedBit_551_27 : 1 {};
bool unusedBit_552_27 : 1 {};
/**
offset 1552 bit 28 */
bool unusedBit_551_28 : 1 {};
bool unusedBit_552_28 : 1 {};
/**
offset 1552 bit 29 */
bool unusedBit_551_29 : 1 {};
bool unusedBit_552_29 : 1 {};
/**
offset 1552 bit 30 */
bool unusedBit_551_30 : 1 {};
bool unusedBit_552_30 : 1 {};
/**
offset 1552 bit 31 */
bool unusedBit_551_31 : 1 {};
bool unusedBit_552_31 : 1 {};
/**
* offset 1556
*/

View File

@ -958,9 +958,15 @@ struct engine_configuration_s {
*/
uint8_t justATempTest;
/**
* Delta kPa for MAP sync
* units: kPa
* offset 442
*/
uint16_t unused2bytesHere;
uint8_t mapSyncThreshold;
/**
* offset 443
*/
uint8_t unusedByteHere;
/**
* @@CYLINDER_BORE_TOOLTIP@@
* units: mm
@ -1194,6 +1200,7 @@ struct engine_configuration_s {
*/
float adcVcc;
/**
* Magic engine phase: we compare instant MAP at X to instant MAP at x+360 angle in one complete cycle
* units: Deg
* offset 548
*/
@ -2865,7 +2872,7 @@ struct engine_configuration_s {
bool enableKnockSpectrogram : 1 {};
/**
offset 1492 bit 31 */
bool unusedBit_515_31 : 1 {};
bool unusedBit_516_31 : 1 {};
/**
* This is the duration in cycles that the IAC will take to reach its normal idle position, it can be used to hold the idle higher for a few seconds after cranking to improve startup.\Should be 100 once tune is better
* units: cycles
@ -3041,76 +3048,76 @@ struct engine_configuration_s {
bool can2ListenMode : 1 {};
/**
offset 1552 bit 8 */
bool unusedBit_551_8 : 1 {};
bool unusedBit_552_8 : 1 {};
/**
offset 1552 bit 9 */
bool unusedBit_551_9 : 1 {};
bool unusedBit_552_9 : 1 {};
/**
offset 1552 bit 10 */
bool unusedBit_551_10 : 1 {};
bool unusedBit_552_10 : 1 {};
/**
offset 1552 bit 11 */
bool unusedBit_551_11 : 1 {};
bool unusedBit_552_11 : 1 {};
/**
offset 1552 bit 12 */
bool unusedBit_551_12 : 1 {};
bool unusedBit_552_12 : 1 {};
/**
offset 1552 bit 13 */
bool unusedBit_551_13 : 1 {};
bool unusedBit_552_13 : 1 {};
/**
offset 1552 bit 14 */
bool unusedBit_551_14 : 1 {};
bool unusedBit_552_14 : 1 {};
/**
offset 1552 bit 15 */
bool unusedBit_551_15 : 1 {};
bool unusedBit_552_15 : 1 {};
/**
offset 1552 bit 16 */
bool unusedBit_551_16 : 1 {};
bool unusedBit_552_16 : 1 {};
/**
offset 1552 bit 17 */
bool unusedBit_551_17 : 1 {};
bool unusedBit_552_17 : 1 {};
/**
offset 1552 bit 18 */
bool unusedBit_551_18 : 1 {};
bool unusedBit_552_18 : 1 {};
/**
offset 1552 bit 19 */
bool unusedBit_551_19 : 1 {};
bool unusedBit_552_19 : 1 {};
/**
offset 1552 bit 20 */
bool unusedBit_551_20 : 1 {};
bool unusedBit_552_20 : 1 {};
/**
offset 1552 bit 21 */
bool unusedBit_551_21 : 1 {};
bool unusedBit_552_21 : 1 {};
/**
offset 1552 bit 22 */
bool unusedBit_551_22 : 1 {};
bool unusedBit_552_22 : 1 {};
/**
offset 1552 bit 23 */
bool unusedBit_551_23 : 1 {};
bool unusedBit_552_23 : 1 {};
/**
offset 1552 bit 24 */
bool unusedBit_551_24 : 1 {};
bool unusedBit_552_24 : 1 {};
/**
offset 1552 bit 25 */
bool unusedBit_551_25 : 1 {};
bool unusedBit_552_25 : 1 {};
/**
offset 1552 bit 26 */
bool unusedBit_551_26 : 1 {};
bool unusedBit_552_26 : 1 {};
/**
offset 1552 bit 27 */
bool unusedBit_551_27 : 1 {};
bool unusedBit_552_27 : 1 {};
/**
offset 1552 bit 28 */
bool unusedBit_551_28 : 1 {};
bool unusedBit_552_28 : 1 {};
/**
offset 1552 bit 29 */
bool unusedBit_551_29 : 1 {};
bool unusedBit_552_29 : 1 {};
/**
offset 1552 bit 30 */
bool unusedBit_551_30 : 1 {};
bool unusedBit_552_30 : 1 {};
/**
offset 1552 bit 31 */
bool unusedBit_551_31 : 1 {};
bool unusedBit_552_31 : 1 {};
/**
* offset 1556
*/

View File

@ -958,9 +958,15 @@ struct engine_configuration_s {
*/
uint8_t justATempTest;
/**
* Delta kPa for MAP sync
* units: kPa
* offset 442
*/
uint16_t unused2bytesHere;
uint8_t mapSyncThreshold;
/**
* offset 443
*/
uint8_t unusedByteHere;
/**
* @@CYLINDER_BORE_TOOLTIP@@
* units: mm
@ -1194,6 +1200,7 @@ struct engine_configuration_s {
*/
float adcVcc;
/**
* Magic engine phase: we compare instant MAP at X to instant MAP at x+360 angle in one complete cycle
* units: Deg
* offset 548
*/
@ -2865,7 +2872,7 @@ struct engine_configuration_s {
bool enableKnockSpectrogram : 1 {};
/**
offset 1492 bit 31 */
bool unusedBit_515_31 : 1 {};
bool unusedBit_516_31 : 1 {};
/**
* This is the duration in cycles that the IAC will take to reach its normal idle position, it can be used to hold the idle higher for a few seconds after cranking to improve startup.\Should be 100 once tune is better
* units: cycles
@ -3041,76 +3048,76 @@ struct engine_configuration_s {
bool can2ListenMode : 1 {};
/**
offset 1552 bit 8 */
bool unusedBit_551_8 : 1 {};
bool unusedBit_552_8 : 1 {};
/**
offset 1552 bit 9 */
bool unusedBit_551_9 : 1 {};
bool unusedBit_552_9 : 1 {};
/**
offset 1552 bit 10 */
bool unusedBit_551_10 : 1 {};
bool unusedBit_552_10 : 1 {};
/**
offset 1552 bit 11 */
bool unusedBit_551_11 : 1 {};
bool unusedBit_552_11 : 1 {};
/**
offset 1552 bit 12 */
bool unusedBit_551_12 : 1 {};
bool unusedBit_552_12 : 1 {};
/**
offset 1552 bit 13 */
bool unusedBit_551_13 : 1 {};
bool unusedBit_552_13 : 1 {};
/**
offset 1552 bit 14 */
bool unusedBit_551_14 : 1 {};
bool unusedBit_552_14 : 1 {};
/**
offset 1552 bit 15 */
bool unusedBit_551_15 : 1 {};
bool unusedBit_552_15 : 1 {};
/**
offset 1552 bit 16 */
bool unusedBit_551_16 : 1 {};
bool unusedBit_552_16 : 1 {};
/**
offset 1552 bit 17 */
bool unusedBit_551_17 : 1 {};
bool unusedBit_552_17 : 1 {};
/**
offset 1552 bit 18 */
bool unusedBit_551_18 : 1 {};
bool unusedBit_552_18 : 1 {};
/**
offset 1552 bit 19 */
bool unusedBit_551_19 : 1 {};
bool unusedBit_552_19 : 1 {};
/**
offset 1552 bit 20 */
bool unusedBit_551_20 : 1 {};
bool unusedBit_552_20 : 1 {};
/**
offset 1552 bit 21 */
bool unusedBit_551_21 : 1 {};
bool unusedBit_552_21 : 1 {};
/**
offset 1552 bit 22 */
bool unusedBit_551_22 : 1 {};
bool unusedBit_552_22 : 1 {};
/**
offset 1552 bit 23 */
bool unusedBit_551_23 : 1 {};
bool unusedBit_552_23 : 1 {};
/**
offset 1552 bit 24 */
bool unusedBit_551_24 : 1 {};
bool unusedBit_552_24 : 1 {};
/**
offset 1552 bit 25 */
bool unusedBit_551_25 : 1 {};
bool unusedBit_552_25 : 1 {};
/**
offset 1552 bit 26 */
bool unusedBit_551_26 : 1 {};
bool unusedBit_552_26 : 1 {};
/**
offset 1552 bit 27 */
bool unusedBit_551_27 : 1 {};
bool unusedBit_552_27 : 1 {};
/**
offset 1552 bit 28 */
bool unusedBit_551_28 : 1 {};
bool unusedBit_552_28 : 1 {};
/**
offset 1552 bit 29 */
bool unusedBit_551_29 : 1 {};
bool unusedBit_552_29 : 1 {};
/**
offset 1552 bit 30 */
bool unusedBit_551_30 : 1 {};
bool unusedBit_552_30 : 1 {};
/**
offset 1552 bit 31 */
bool unusedBit_551_31 : 1 {};
bool unusedBit_552_31 : 1 {};
/**
* offset 1556
*/

View File

@ -958,9 +958,15 @@ struct engine_configuration_s {
*/
uint8_t justATempTest;
/**
* Delta kPa for MAP sync
* units: kPa
* offset 442
*/
uint16_t unused2bytesHere;
uint8_t mapSyncThreshold;
/**
* offset 443
*/
uint8_t unusedByteHere;
/**
* @@CYLINDER_BORE_TOOLTIP@@
* units: mm
@ -1194,6 +1200,7 @@ struct engine_configuration_s {
*/
float adcVcc;
/**
* Magic engine phase: we compare instant MAP at X to instant MAP at x+360 angle in one complete cycle
* units: Deg
* offset 548
*/
@ -2865,7 +2872,7 @@ struct engine_configuration_s {
bool enableKnockSpectrogram : 1 {};
/**
offset 1492 bit 31 */
bool unusedBit_515_31 : 1 {};
bool unusedBit_516_31 : 1 {};
/**
* This is the duration in cycles that the IAC will take to reach its normal idle position, it can be used to hold the idle higher for a few seconds after cranking to improve startup.\Should be 100 once tune is better
* units: cycles
@ -3041,76 +3048,76 @@ struct engine_configuration_s {
bool can2ListenMode : 1 {};
/**
offset 1552 bit 8 */
bool unusedBit_551_8 : 1 {};
bool unusedBit_552_8 : 1 {};
/**
offset 1552 bit 9 */
bool unusedBit_551_9 : 1 {};
bool unusedBit_552_9 : 1 {};
/**
offset 1552 bit 10 */
bool unusedBit_551_10 : 1 {};
bool unusedBit_552_10 : 1 {};
/**
offset 1552 bit 11 */
bool unusedBit_551_11 : 1 {};
bool unusedBit_552_11 : 1 {};
/**
offset 1552 bit 12 */
bool unusedBit_551_12 : 1 {};
bool unusedBit_552_12 : 1 {};
/**
offset 1552 bit 13 */
bool unusedBit_551_13 : 1 {};
bool unusedBit_552_13 : 1 {};
/**
offset 1552 bit 14 */
bool unusedBit_551_14 : 1 {};
bool unusedBit_552_14 : 1 {};
/**
offset 1552 bit 15 */
bool unusedBit_551_15 : 1 {};
bool unusedBit_552_15 : 1 {};
/**
offset 1552 bit 16 */
bool unusedBit_551_16 : 1 {};
bool unusedBit_552_16 : 1 {};
/**
offset 1552 bit 17 */
bool unusedBit_551_17 : 1 {};
bool unusedBit_552_17 : 1 {};
/**
offset 1552 bit 18 */
bool unusedBit_551_18 : 1 {};
bool unusedBit_552_18 : 1 {};
/**
offset 1552 bit 19 */
bool unusedBit_551_19 : 1 {};
bool unusedBit_552_19 : 1 {};
/**
offset 1552 bit 20 */
bool unusedBit_551_20 : 1 {};
bool unusedBit_552_20 : 1 {};
/**
offset 1552 bit 21 */
bool unusedBit_551_21 : 1 {};
bool unusedBit_552_21 : 1 {};
/**
offset 1552 bit 22 */
bool unusedBit_551_22 : 1 {};
bool unusedBit_552_22 : 1 {};
/**
offset 1552 bit 23 */
bool unusedBit_551_23 : 1 {};
bool unusedBit_552_23 : 1 {};
/**
offset 1552 bit 24 */
bool unusedBit_551_24 : 1 {};
bool unusedBit_552_24 : 1 {};
/**
offset 1552 bit 25 */
bool unusedBit_551_25 : 1 {};
bool unusedBit_552_25 : 1 {};
/**
offset 1552 bit 26 */
bool unusedBit_551_26 : 1 {};
bool unusedBit_552_26 : 1 {};
/**
offset 1552 bit 27 */
bool unusedBit_551_27 : 1 {};
bool unusedBit_552_27 : 1 {};
/**
offset 1552 bit 28 */
bool unusedBit_551_28 : 1 {};
bool unusedBit_552_28 : 1 {};
/**
offset 1552 bit 29 */
bool unusedBit_551_29 : 1 {};
bool unusedBit_552_29 : 1 {};
/**
offset 1552 bit 30 */
bool unusedBit_551_30 : 1 {};
bool unusedBit_552_30 : 1 {};
/**
offset 1552 bit 31 */
bool unusedBit_551_31 : 1 {};
bool unusedBit_552_31 : 1 {};
/**
* offset 1556
*/

View File

@ -958,9 +958,15 @@ struct engine_configuration_s {
*/
uint8_t justATempTest;
/**
* Delta kPa for MAP sync
* units: kPa
* offset 442
*/
uint16_t unused2bytesHere;
uint8_t mapSyncThreshold;
/**
* offset 443
*/
uint8_t unusedByteHere;
/**
* @@CYLINDER_BORE_TOOLTIP@@
* units: mm
@ -1194,6 +1200,7 @@ struct engine_configuration_s {
*/
float adcVcc;
/**
* Magic engine phase: we compare instant MAP at X to instant MAP at x+360 angle in one complete cycle
* units: Deg
* offset 548
*/
@ -2865,7 +2872,7 @@ struct engine_configuration_s {
bool enableKnockSpectrogram : 1 {};
/**
offset 1508 bit 31 */
bool unusedBit_515_31 : 1 {};
bool unusedBit_516_31 : 1 {};
/**
* This is the duration in cycles that the IAC will take to reach its normal idle position, it can be used to hold the idle higher for a few seconds after cranking to improve startup.\Should be 100 once tune is better
* units: cycles
@ -3041,76 +3048,76 @@ struct engine_configuration_s {
bool can2ListenMode : 1 {};
/**
offset 1568 bit 8 */
bool unusedBit_551_8 : 1 {};
bool unusedBit_552_8 : 1 {};
/**
offset 1568 bit 9 */
bool unusedBit_551_9 : 1 {};
bool unusedBit_552_9 : 1 {};
/**
offset 1568 bit 10 */
bool unusedBit_551_10 : 1 {};
bool unusedBit_552_10 : 1 {};
/**
offset 1568 bit 11 */
bool unusedBit_551_11 : 1 {};
bool unusedBit_552_11 : 1 {};
/**
offset 1568 bit 12 */
bool unusedBit_551_12 : 1 {};
bool unusedBit_552_12 : 1 {};
/**
offset 1568 bit 13 */
bool unusedBit_551_13 : 1 {};
bool unusedBit_552_13 : 1 {};
/**
offset 1568 bit 14 */
bool unusedBit_551_14 : 1 {};
bool unusedBit_552_14 : 1 {};
/**
offset 1568 bit 15 */
bool unusedBit_551_15 : 1 {};
bool unusedBit_552_15 : 1 {};
/**
offset 1568 bit 16 */
bool unusedBit_551_16 : 1 {};
bool unusedBit_552_16 : 1 {};
/**
offset 1568 bit 17 */
bool unusedBit_551_17 : 1 {};
bool unusedBit_552_17 : 1 {};
/**
offset 1568 bit 18 */
bool unusedBit_551_18 : 1 {};
bool unusedBit_552_18 : 1 {};
/**
offset 1568 bit 19 */
bool unusedBit_551_19 : 1 {};
bool unusedBit_552_19 : 1 {};
/**
offset 1568 bit 20 */
bool unusedBit_551_20 : 1 {};
bool unusedBit_552_20 : 1 {};
/**
offset 1568 bit 21 */
bool unusedBit_551_21 : 1 {};
bool unusedBit_552_21 : 1 {};
/**
offset 1568 bit 22 */
bool unusedBit_551_22 : 1 {};
bool unusedBit_552_22 : 1 {};
/**
offset 1568 bit 23 */
bool unusedBit_551_23 : 1 {};
bool unusedBit_552_23 : 1 {};
/**
offset 1568 bit 24 */
bool unusedBit_551_24 : 1 {};
bool unusedBit_552_24 : 1 {};
/**
offset 1568 bit 25 */
bool unusedBit_551_25 : 1 {};
bool unusedBit_552_25 : 1 {};
/**
offset 1568 bit 26 */
bool unusedBit_551_26 : 1 {};
bool unusedBit_552_26 : 1 {};
/**
offset 1568 bit 27 */
bool unusedBit_551_27 : 1 {};
bool unusedBit_552_27 : 1 {};
/**
offset 1568 bit 28 */
bool unusedBit_551_28 : 1 {};
bool unusedBit_552_28 : 1 {};
/**
offset 1568 bit 29 */
bool unusedBit_551_29 : 1 {};
bool unusedBit_552_29 : 1 {};
/**
offset 1568 bit 30 */
bool unusedBit_551_30 : 1 {};
bool unusedBit_552_30 : 1 {};
/**
offset 1568 bit 31 */
bool unusedBit_551_31 : 1 {};
bool unusedBit_552_31 : 1 {};
/**
* offset 1572
*/

View File

@ -958,9 +958,15 @@ struct engine_configuration_s {
*/
uint8_t justATempTest;
/**
* Delta kPa for MAP sync
* units: kPa
* offset 442
*/
uint16_t unused2bytesHere;
uint8_t mapSyncThreshold;
/**
* offset 443
*/
uint8_t unusedByteHere;
/**
* @@CYLINDER_BORE_TOOLTIP@@
* units: mm
@ -1194,6 +1200,7 @@ struct engine_configuration_s {
*/
float adcVcc;
/**
* Magic engine phase: we compare instant MAP at X to instant MAP at x+360 angle in one complete cycle
* units: Deg
* offset 548
*/
@ -2865,7 +2872,7 @@ struct engine_configuration_s {
bool enableKnockSpectrogram : 1 {};
/**
offset 1508 bit 31 */
bool unusedBit_515_31 : 1 {};
bool unusedBit_516_31 : 1 {};
/**
* This is the duration in cycles that the IAC will take to reach its normal idle position, it can be used to hold the idle higher for a few seconds after cranking to improve startup.\Should be 100 once tune is better
* units: cycles
@ -3041,76 +3048,76 @@ struct engine_configuration_s {
bool can2ListenMode : 1 {};
/**
offset 1568 bit 8 */
bool unusedBit_551_8 : 1 {};
bool unusedBit_552_8 : 1 {};
/**
offset 1568 bit 9 */
bool unusedBit_551_9 : 1 {};
bool unusedBit_552_9 : 1 {};
/**
offset 1568 bit 10 */
bool unusedBit_551_10 : 1 {};
bool unusedBit_552_10 : 1 {};
/**
offset 1568 bit 11 */
bool unusedBit_551_11 : 1 {};
bool unusedBit_552_11 : 1 {};
/**
offset 1568 bit 12 */
bool unusedBit_551_12 : 1 {};
bool unusedBit_552_12 : 1 {};
/**
offset 1568 bit 13 */
bool unusedBit_551_13 : 1 {};
bool unusedBit_552_13 : 1 {};
/**
offset 1568 bit 14 */
bool unusedBit_551_14 : 1 {};
bool unusedBit_552_14 : 1 {};
/**
offset 1568 bit 15 */
bool unusedBit_551_15 : 1 {};
bool unusedBit_552_15 : 1 {};
/**
offset 1568 bit 16 */
bool unusedBit_551_16 : 1 {};
bool unusedBit_552_16 : 1 {};
/**
offset 1568 bit 17 */
bool unusedBit_551_17 : 1 {};
bool unusedBit_552_17 : 1 {};
/**
offset 1568 bit 18 */
bool unusedBit_551_18 : 1 {};
bool unusedBit_552_18 : 1 {};
/**
offset 1568 bit 19 */
bool unusedBit_551_19 : 1 {};
bool unusedBit_552_19 : 1 {};
/**
offset 1568 bit 20 */
bool unusedBit_551_20 : 1 {};
bool unusedBit_552_20 : 1 {};
/**
offset 1568 bit 21 */
bool unusedBit_551_21 : 1 {};
bool unusedBit_552_21 : 1 {};
/**
offset 1568 bit 22 */
bool unusedBit_551_22 : 1 {};
bool unusedBit_552_22 : 1 {};
/**
offset 1568 bit 23 */
bool unusedBit_551_23 : 1 {};
bool unusedBit_552_23 : 1 {};
/**
offset 1568 bit 24 */
bool unusedBit_551_24 : 1 {};
bool unusedBit_552_24 : 1 {};
/**
offset 1568 bit 25 */
bool unusedBit_551_25 : 1 {};
bool unusedBit_552_25 : 1 {};
/**
offset 1568 bit 26 */
bool unusedBit_551_26 : 1 {};
bool unusedBit_552_26 : 1 {};
/**
offset 1568 bit 27 */
bool unusedBit_551_27 : 1 {};
bool unusedBit_552_27 : 1 {};
/**
offset 1568 bit 28 */
bool unusedBit_551_28 : 1 {};
bool unusedBit_552_28 : 1 {};
/**
offset 1568 bit 29 */
bool unusedBit_551_29 : 1 {};
bool unusedBit_552_29 : 1 {};
/**
offset 1568 bit 30 */
bool unusedBit_551_30 : 1 {};
bool unusedBit_552_30 : 1 {};
/**
offset 1568 bit 31 */
bool unusedBit_551_31 : 1 {};
bool unusedBit_552_31 : 1 {};
/**
* offset 1572
*/

View File

@ -958,9 +958,15 @@ struct engine_configuration_s {
*/
uint8_t justATempTest;
/**
* Delta kPa for MAP sync
* units: kPa
* offset 442
*/
uint16_t unused2bytesHere;
uint8_t mapSyncThreshold;
/**
* offset 443
*/
uint8_t unusedByteHere;
/**
* @@CYLINDER_BORE_TOOLTIP@@
* units: mm
@ -1194,6 +1200,7 @@ struct engine_configuration_s {
*/
float adcVcc;
/**
* Magic engine phase: we compare instant MAP at X to instant MAP at x+360 angle in one complete cycle
* units: Deg
* offset 548
*/
@ -2865,7 +2872,7 @@ struct engine_configuration_s {
bool enableKnockSpectrogram : 1 {};
/**
offset 1492 bit 31 */
bool unusedBit_515_31 : 1 {};
bool unusedBit_516_31 : 1 {};
/**
* This is the duration in cycles that the IAC will take to reach its normal idle position, it can be used to hold the idle higher for a few seconds after cranking to improve startup.\Should be 100 once tune is better
* units: cycles
@ -3041,76 +3048,76 @@ struct engine_configuration_s {
bool can2ListenMode : 1 {};
/**
offset 1552 bit 8 */
bool unusedBit_551_8 : 1 {};
bool unusedBit_552_8 : 1 {};
/**
offset 1552 bit 9 */
bool unusedBit_551_9 : 1 {};
bool unusedBit_552_9 : 1 {};
/**
offset 1552 bit 10 */
bool unusedBit_551_10 : 1 {};
bool unusedBit_552_10 : 1 {};
/**
offset 1552 bit 11 */
bool unusedBit_551_11 : 1 {};
bool unusedBit_552_11 : 1 {};
/**
offset 1552 bit 12 */
bool unusedBit_551_12 : 1 {};
bool unusedBit_552_12 : 1 {};
/**
offset 1552 bit 13 */
bool unusedBit_551_13 : 1 {};
bool unusedBit_552_13 : 1 {};
/**
offset 1552 bit 14 */
bool unusedBit_551_14 : 1 {};
bool unusedBit_552_14 : 1 {};
/**
offset 1552 bit 15 */
bool unusedBit_551_15 : 1 {};
bool unusedBit_552_15 : 1 {};
/**
offset 1552 bit 16 */
bool unusedBit_551_16 : 1 {};
bool unusedBit_552_16 : 1 {};
/**
offset 1552 bit 17 */
bool unusedBit_551_17 : 1 {};
bool unusedBit_552_17 : 1 {};
/**
offset 1552 bit 18 */
bool unusedBit_551_18 : 1 {};
bool unusedBit_552_18 : 1 {};
/**
offset 1552 bit 19 */
bool unusedBit_551_19 : 1 {};
bool unusedBit_552_19 : 1 {};
/**
offset 1552 bit 20 */
bool unusedBit_551_20 : 1 {};
bool unusedBit_552_20 : 1 {};
/**
offset 1552 bit 21 */
bool unusedBit_551_21 : 1 {};
bool unusedBit_552_21 : 1 {};
/**
offset 1552 bit 22 */
bool unusedBit_551_22 : 1 {};
bool unusedBit_552_22 : 1 {};
/**
offset 1552 bit 23 */
bool unusedBit_551_23 : 1 {};
bool unusedBit_552_23 : 1 {};
/**
offset 1552 bit 24 */
bool unusedBit_551_24 : 1 {};
bool unusedBit_552_24 : 1 {};
/**
offset 1552 bit 25 */
bool unusedBit_551_25 : 1 {};
bool unusedBit_552_25 : 1 {};
/**
offset 1552 bit 26 */
bool unusedBit_551_26 : 1 {};
bool unusedBit_552_26 : 1 {};
/**
offset 1552 bit 27 */
bool unusedBit_551_27 : 1 {};
bool unusedBit_552_27 : 1 {};
/**
offset 1552 bit 28 */
bool unusedBit_551_28 : 1 {};
bool unusedBit_552_28 : 1 {};
/**
offset 1552 bit 29 */
bool unusedBit_551_29 : 1 {};
bool unusedBit_552_29 : 1 {};
/**
offset 1552 bit 30 */
bool unusedBit_551_30 : 1 {};
bool unusedBit_552_30 : 1 {};
/**
offset 1552 bit 31 */
bool unusedBit_551_31 : 1 {};
bool unusedBit_552_31 : 1 {};
/**
* offset 1556
*/
@ -4581,97 +4588,97 @@ struct engine_configuration_s {
bool boardUseTempPullUp : 1 {};
/**
offset 3896 bit 1 */
bool unusedBit_874_1 : 1 {};
bool unusedBit_875_1 : 1 {};
/**
offset 3896 bit 2 */
bool unusedBit_874_2 : 1 {};
bool unusedBit_875_2 : 1 {};
/**
offset 3896 bit 3 */
bool unusedBit_874_3 : 1 {};
bool unusedBit_875_3 : 1 {};
/**
offset 3896 bit 4 */
bool unusedBit_874_4 : 1 {};
bool unusedBit_875_4 : 1 {};
/**
offset 3896 bit 5 */
bool unusedBit_874_5 : 1 {};
bool unusedBit_875_5 : 1 {};
/**
offset 3896 bit 6 */
bool unusedBit_874_6 : 1 {};
bool unusedBit_875_6 : 1 {};
/**
offset 3896 bit 7 */
bool unusedBit_874_7 : 1 {};
bool unusedBit_875_7 : 1 {};
/**
offset 3896 bit 8 */
bool unusedBit_874_8 : 1 {};
bool unusedBit_875_8 : 1 {};
/**
offset 3896 bit 9 */
bool unusedBit_874_9 : 1 {};
bool unusedBit_875_9 : 1 {};
/**
offset 3896 bit 10 */
bool unusedBit_874_10 : 1 {};
bool unusedBit_875_10 : 1 {};
/**
offset 3896 bit 11 */
bool unusedBit_874_11 : 1 {};
bool unusedBit_875_11 : 1 {};
/**
offset 3896 bit 12 */
bool unusedBit_874_12 : 1 {};
bool unusedBit_875_12 : 1 {};
/**
offset 3896 bit 13 */
bool unusedBit_874_13 : 1 {};
bool unusedBit_875_13 : 1 {};
/**
offset 3896 bit 14 */
bool unusedBit_874_14 : 1 {};
bool unusedBit_875_14 : 1 {};
/**
offset 3896 bit 15 */
bool unusedBit_874_15 : 1 {};
bool unusedBit_875_15 : 1 {};
/**
offset 3896 bit 16 */
bool unusedBit_874_16 : 1 {};
bool unusedBit_875_16 : 1 {};
/**
offset 3896 bit 17 */
bool unusedBit_874_17 : 1 {};
bool unusedBit_875_17 : 1 {};
/**
offset 3896 bit 18 */
bool unusedBit_874_18 : 1 {};
bool unusedBit_875_18 : 1 {};
/**
offset 3896 bit 19 */
bool unusedBit_874_19 : 1 {};
bool unusedBit_875_19 : 1 {};
/**
offset 3896 bit 20 */
bool unusedBit_874_20 : 1 {};
bool unusedBit_875_20 : 1 {};
/**
offset 3896 bit 21 */
bool unusedBit_874_21 : 1 {};
bool unusedBit_875_21 : 1 {};
/**
offset 3896 bit 22 */
bool unusedBit_874_22 : 1 {};
bool unusedBit_875_22 : 1 {};
/**
offset 3896 bit 23 */
bool unusedBit_874_23 : 1 {};
bool unusedBit_875_23 : 1 {};
/**
offset 3896 bit 24 */
bool unusedBit_874_24 : 1 {};
bool unusedBit_875_24 : 1 {};
/**
offset 3896 bit 25 */
bool unusedBit_874_25 : 1 {};
bool unusedBit_875_25 : 1 {};
/**
offset 3896 bit 26 */
bool unusedBit_874_26 : 1 {};
bool unusedBit_875_26 : 1 {};
/**
offset 3896 bit 27 */
bool unusedBit_874_27 : 1 {};
bool unusedBit_875_27 : 1 {};
/**
offset 3896 bit 28 */
bool unusedBit_874_28 : 1 {};
bool unusedBit_875_28 : 1 {};
/**
offset 3896 bit 29 */
bool unusedBit_874_29 : 1 {};
bool unusedBit_875_29 : 1 {};
/**
offset 3896 bit 30 */
bool unusedBit_874_30 : 1 {};
bool unusedBit_875_30 : 1 {};
/**
offset 3896 bit 31 */
bool unusedBit_874_31 : 1 {};
bool unusedBit_875_31 : 1 {};
/**
* units: units
* offset 3900

View File

@ -958,9 +958,15 @@ struct engine_configuration_s {
*/
uint8_t justATempTest;
/**
* Delta kPa for MAP sync
* units: kPa
* offset 442
*/
uint16_t unused2bytesHere;
uint8_t mapSyncThreshold;
/**
* offset 443
*/
uint8_t unusedByteHere;
/**
* @@CYLINDER_BORE_TOOLTIP@@
* units: mm
@ -1194,6 +1200,7 @@ struct engine_configuration_s {
*/
float adcVcc;
/**
* Magic engine phase: we compare instant MAP at X to instant MAP at x+360 angle in one complete cycle
* units: Deg
* offset 548
*/
@ -2865,7 +2872,7 @@ struct engine_configuration_s {
bool enableKnockSpectrogram : 1 {};
/**
offset 1492 bit 31 */
bool unusedBit_515_31 : 1 {};
bool unusedBit_516_31 : 1 {};
/**
* This is the duration in cycles that the IAC will take to reach its normal idle position, it can be used to hold the idle higher for a few seconds after cranking to improve startup.\Should be 100 once tune is better
* units: cycles
@ -3041,76 +3048,76 @@ struct engine_configuration_s {
bool can2ListenMode : 1 {};
/**
offset 1552 bit 8 */
bool unusedBit_551_8 : 1 {};
bool unusedBit_552_8 : 1 {};
/**
offset 1552 bit 9 */
bool unusedBit_551_9 : 1 {};
bool unusedBit_552_9 : 1 {};
/**
offset 1552 bit 10 */
bool unusedBit_551_10 : 1 {};
bool unusedBit_552_10 : 1 {};
/**
offset 1552 bit 11 */
bool unusedBit_551_11 : 1 {};
bool unusedBit_552_11 : 1 {};
/**
offset 1552 bit 12 */
bool unusedBit_551_12 : 1 {};
bool unusedBit_552_12 : 1 {};
/**
offset 1552 bit 13 */
bool unusedBit_551_13 : 1 {};
bool unusedBit_552_13 : 1 {};
/**
offset 1552 bit 14 */
bool unusedBit_551_14 : 1 {};
bool unusedBit_552_14 : 1 {};
/**
offset 1552 bit 15 */
bool unusedBit_551_15 : 1 {};
bool unusedBit_552_15 : 1 {};
/**
offset 1552 bit 16 */
bool unusedBit_551_16 : 1 {};
bool unusedBit_552_16 : 1 {};
/**
offset 1552 bit 17 */
bool unusedBit_551_17 : 1 {};
bool unusedBit_552_17 : 1 {};
/**
offset 1552 bit 18 */
bool unusedBit_551_18 : 1 {};
bool unusedBit_552_18 : 1 {};
/**
offset 1552 bit 19 */
bool unusedBit_551_19 : 1 {};
bool unusedBit_552_19 : 1 {};
/**
offset 1552 bit 20 */
bool unusedBit_551_20 : 1 {};
bool unusedBit_552_20 : 1 {};
/**
offset 1552 bit 21 */
bool unusedBit_551_21 : 1 {};
bool unusedBit_552_21 : 1 {};
/**
offset 1552 bit 22 */
bool unusedBit_551_22 : 1 {};
bool unusedBit_552_22 : 1 {};
/**
offset 1552 bit 23 */
bool unusedBit_551_23 : 1 {};
bool unusedBit_552_23 : 1 {};
/**
offset 1552 bit 24 */
bool unusedBit_551_24 : 1 {};
bool unusedBit_552_24 : 1 {};
/**
offset 1552 bit 25 */
bool unusedBit_551_25 : 1 {};
bool unusedBit_552_25 : 1 {};
/**
offset 1552 bit 26 */
bool unusedBit_551_26 : 1 {};
bool unusedBit_552_26 : 1 {};
/**
offset 1552 bit 27 */
bool unusedBit_551_27 : 1 {};
bool unusedBit_552_27 : 1 {};
/**
offset 1552 bit 28 */
bool unusedBit_551_28 : 1 {};
bool unusedBit_552_28 : 1 {};
/**
offset 1552 bit 29 */
bool unusedBit_551_29 : 1 {};
bool unusedBit_552_29 : 1 {};
/**
offset 1552 bit 30 */
bool unusedBit_551_30 : 1 {};
bool unusedBit_552_30 : 1 {};
/**
offset 1552 bit 31 */
bool unusedBit_551_31 : 1 {};
bool unusedBit_552_31 : 1 {};
/**
* offset 1556
*/

View File

@ -958,9 +958,15 @@ struct engine_configuration_s {
*/
uint8_t justATempTest;
/**
* Delta kPa for MAP sync
* units: kPa
* offset 442
*/
uint16_t unused2bytesHere;
uint8_t mapSyncThreshold;
/**
* offset 443
*/
uint8_t unusedByteHere;
/**
* @@CYLINDER_BORE_TOOLTIP@@
* units: mm
@ -1194,6 +1200,7 @@ struct engine_configuration_s {
*/
float adcVcc;
/**
* Magic engine phase: we compare instant MAP at X to instant MAP at x+360 angle in one complete cycle
* units: Deg
* offset 548
*/
@ -2865,7 +2872,7 @@ struct engine_configuration_s {
bool enableKnockSpectrogram : 1 {};
/**
offset 1492 bit 31 */
bool unusedBit_515_31 : 1 {};
bool unusedBit_516_31 : 1 {};
/**
* This is the duration in cycles that the IAC will take to reach its normal idle position, it can be used to hold the idle higher for a few seconds after cranking to improve startup.\Should be 100 once tune is better
* units: cycles
@ -3041,76 +3048,76 @@ struct engine_configuration_s {
bool can2ListenMode : 1 {};
/**
offset 1552 bit 8 */
bool unusedBit_551_8 : 1 {};
bool unusedBit_552_8 : 1 {};
/**
offset 1552 bit 9 */
bool unusedBit_551_9 : 1 {};
bool unusedBit_552_9 : 1 {};
/**
offset 1552 bit 10 */
bool unusedBit_551_10 : 1 {};
bool unusedBit_552_10 : 1 {};
/**
offset 1552 bit 11 */
bool unusedBit_551_11 : 1 {};
bool unusedBit_552_11 : 1 {};
/**
offset 1552 bit 12 */
bool unusedBit_551_12 : 1 {};
bool unusedBit_552_12 : 1 {};
/**
offset 1552 bit 13 */
bool unusedBit_551_13 : 1 {};
bool unusedBit_552_13 : 1 {};
/**
offset 1552 bit 14 */
bool unusedBit_551_14 : 1 {};
bool unusedBit_552_14 : 1 {};
/**
offset 1552 bit 15 */
bool unusedBit_551_15 : 1 {};
bool unusedBit_552_15 : 1 {};
/**
offset 1552 bit 16 */
bool unusedBit_551_16 : 1 {};
bool unusedBit_552_16 : 1 {};
/**
offset 1552 bit 17 */
bool unusedBit_551_17 : 1 {};
bool unusedBit_552_17 : 1 {};
/**
offset 1552 bit 18 */
bool unusedBit_551_18 : 1 {};
bool unusedBit_552_18 : 1 {};
/**
offset 1552 bit 19 */
bool unusedBit_551_19 : 1 {};
bool unusedBit_552_19 : 1 {};
/**
offset 1552 bit 20 */
bool unusedBit_551_20 : 1 {};
bool unusedBit_552_20 : 1 {};
/**
offset 1552 bit 21 */
bool unusedBit_551_21 : 1 {};
bool unusedBit_552_21 : 1 {};
/**
offset 1552 bit 22 */
bool unusedBit_551_22 : 1 {};
bool unusedBit_552_22 : 1 {};
/**
offset 1552 bit 23 */
bool unusedBit_551_23 : 1 {};
bool unusedBit_552_23 : 1 {};
/**
offset 1552 bit 24 */
bool unusedBit_551_24 : 1 {};
bool unusedBit_552_24 : 1 {};
/**
offset 1552 bit 25 */
bool unusedBit_551_25 : 1 {};
bool unusedBit_552_25 : 1 {};
/**
offset 1552 bit 26 */
bool unusedBit_551_26 : 1 {};
bool unusedBit_552_26 : 1 {};
/**
offset 1552 bit 27 */
bool unusedBit_551_27 : 1 {};
bool unusedBit_552_27 : 1 {};
/**
offset 1552 bit 28 */
bool unusedBit_551_28 : 1 {};
bool unusedBit_552_28 : 1 {};
/**
offset 1552 bit 29 */
bool unusedBit_551_29 : 1 {};
bool unusedBit_552_29 : 1 {};
/**
offset 1552 bit 30 */
bool unusedBit_551_30 : 1 {};
bool unusedBit_552_30 : 1 {};
/**
offset 1552 bit 31 */
bool unusedBit_551_31 : 1 {};
bool unusedBit_552_31 : 1 {};
/**
* offset 1556
*/

View File

@ -958,9 +958,15 @@ struct engine_configuration_s {
*/
uint8_t justATempTest;
/**
* Delta kPa for MAP sync
* units: kPa
* offset 442
*/
uint16_t unused2bytesHere;
uint8_t mapSyncThreshold;
/**
* offset 443
*/
uint8_t unusedByteHere;
/**
* @@CYLINDER_BORE_TOOLTIP@@
* units: mm
@ -1194,6 +1200,7 @@ struct engine_configuration_s {
*/
float adcVcc;
/**
* Magic engine phase: we compare instant MAP at X to instant MAP at x+360 angle in one complete cycle
* units: Deg
* offset 548
*/
@ -2865,7 +2872,7 @@ struct engine_configuration_s {
bool enableKnockSpectrogram : 1 {};
/**
offset 1492 bit 31 */
bool unusedBit_515_31 : 1 {};
bool unusedBit_516_31 : 1 {};
/**
* This is the duration in cycles that the IAC will take to reach its normal idle position, it can be used to hold the idle higher for a few seconds after cranking to improve startup.\Should be 100 once tune is better
* units: cycles
@ -3041,76 +3048,76 @@ struct engine_configuration_s {
bool can2ListenMode : 1 {};
/**
offset 1552 bit 8 */
bool unusedBit_551_8 : 1 {};
bool unusedBit_552_8 : 1 {};
/**
offset 1552 bit 9 */
bool unusedBit_551_9 : 1 {};
bool unusedBit_552_9 : 1 {};
/**
offset 1552 bit 10 */
bool unusedBit_551_10 : 1 {};
bool unusedBit_552_10 : 1 {};
/**
offset 1552 bit 11 */
bool unusedBit_551_11 : 1 {};
bool unusedBit_552_11 : 1 {};
/**
offset 1552 bit 12 */
bool unusedBit_551_12 : 1 {};
bool unusedBit_552_12 : 1 {};
/**
offset 1552 bit 13 */
bool unusedBit_551_13 : 1 {};
bool unusedBit_552_13 : 1 {};
/**
offset 1552 bit 14 */
bool unusedBit_551_14 : 1 {};
bool unusedBit_552_14 : 1 {};
/**
offset 1552 bit 15 */
bool unusedBit_551_15 : 1 {};
bool unusedBit_552_15 : 1 {};
/**
offset 1552 bit 16 */
bool unusedBit_551_16 : 1 {};
bool unusedBit_552_16 : 1 {};
/**
offset 1552 bit 17 */
bool unusedBit_551_17 : 1 {};
bool unusedBit_552_17 : 1 {};
/**
offset 1552 bit 18 */
bool unusedBit_551_18 : 1 {};
bool unusedBit_552_18 : 1 {};
/**
offset 1552 bit 19 */
bool unusedBit_551_19 : 1 {};
bool unusedBit_552_19 : 1 {};
/**
offset 1552 bit 20 */
bool unusedBit_551_20 : 1 {};
bool unusedBit_552_20 : 1 {};
/**
offset 1552 bit 21 */
bool unusedBit_551_21 : 1 {};
bool unusedBit_552_21 : 1 {};
/**
offset 1552 bit 22 */
bool unusedBit_551_22 : 1 {};
bool unusedBit_552_22 : 1 {};
/**
offset 1552 bit 23 */
bool unusedBit_551_23 : 1 {};
bool unusedBit_552_23 : 1 {};
/**
offset 1552 bit 24 */
bool unusedBit_551_24 : 1 {};
bool unusedBit_552_24 : 1 {};
/**
offset 1552 bit 25 */
bool unusedBit_551_25 : 1 {};
bool unusedBit_552_25 : 1 {};
/**
offset 1552 bit 26 */
bool unusedBit_551_26 : 1 {};
bool unusedBit_552_26 : 1 {};
/**
offset 1552 bit 27 */
bool unusedBit_551_27 : 1 {};
bool unusedBit_552_27 : 1 {};
/**
offset 1552 bit 28 */
bool unusedBit_551_28 : 1 {};
bool unusedBit_552_28 : 1 {};
/**
offset 1552 bit 29 */
bool unusedBit_551_29 : 1 {};
bool unusedBit_552_29 : 1 {};
/**
offset 1552 bit 30 */
bool unusedBit_551_30 : 1 {};
bool unusedBit_552_30 : 1 {};
/**
offset 1552 bit 31 */
bool unusedBit_551_31 : 1 {};
bool unusedBit_552_31 : 1 {};
/**
* offset 1556
*/

View File

@ -958,9 +958,15 @@ struct engine_configuration_s {
*/
uint8_t justATempTest;
/**
* Delta kPa for MAP sync
* units: kPa
* offset 442
*/
uint16_t unused2bytesHere;
uint8_t mapSyncThreshold;
/**
* offset 443
*/
uint8_t unusedByteHere;
/**
* @@CYLINDER_BORE_TOOLTIP@@
* units: mm
@ -1194,6 +1200,7 @@ struct engine_configuration_s {
*/
float adcVcc;
/**
* Magic engine phase: we compare instant MAP at X to instant MAP at x+360 angle in one complete cycle
* units: Deg
* offset 548
*/
@ -2865,7 +2872,7 @@ struct engine_configuration_s {
bool enableKnockSpectrogram : 1 {};
/**
offset 1492 bit 31 */
bool unusedBit_515_31 : 1 {};
bool unusedBit_516_31 : 1 {};
/**
* This is the duration in cycles that the IAC will take to reach its normal idle position, it can be used to hold the idle higher for a few seconds after cranking to improve startup.\Should be 100 once tune is better
* units: cycles
@ -3041,76 +3048,76 @@ struct engine_configuration_s {
bool can2ListenMode : 1 {};
/**
offset 1552 bit 8 */
bool unusedBit_551_8 : 1 {};
bool unusedBit_552_8 : 1 {};
/**
offset 1552 bit 9 */
bool unusedBit_551_9 : 1 {};
bool unusedBit_552_9 : 1 {};
/**
offset 1552 bit 10 */
bool unusedBit_551_10 : 1 {};
bool unusedBit_552_10 : 1 {};
/**
offset 1552 bit 11 */
bool unusedBit_551_11 : 1 {};
bool unusedBit_552_11 : 1 {};
/**
offset 1552 bit 12 */
bool unusedBit_551_12 : 1 {};
bool unusedBit_552_12 : 1 {};
/**
offset 1552 bit 13 */
bool unusedBit_551_13 : 1 {};
bool unusedBit_552_13 : 1 {};
/**
offset 1552 bit 14 */
bool unusedBit_551_14 : 1 {};
bool unusedBit_552_14 : 1 {};
/**
offset 1552 bit 15 */
bool unusedBit_551_15 : 1 {};
bool unusedBit_552_15 : 1 {};
/**
offset 1552 bit 16 */
bool unusedBit_551_16 : 1 {};
bool unusedBit_552_16 : 1 {};
/**
offset 1552 bit 17 */
bool unusedBit_551_17 : 1 {};
bool unusedBit_552_17 : 1 {};
/**
offset 1552 bit 18 */
bool unusedBit_551_18 : 1 {};
bool unusedBit_552_18 : 1 {};
/**
offset 1552 bit 19 */
bool unusedBit_551_19 : 1 {};
bool unusedBit_552_19 : 1 {};
/**
offset 1552 bit 20 */
bool unusedBit_551_20 : 1 {};
bool unusedBit_552_20 : 1 {};
/**
offset 1552 bit 21 */
bool unusedBit_551_21 : 1 {};
bool unusedBit_552_21 : 1 {};
/**
offset 1552 bit 22 */
bool unusedBit_551_22 : 1 {};
bool unusedBit_552_22 : 1 {};
/**
offset 1552 bit 23 */
bool unusedBit_551_23 : 1 {};
bool unusedBit_552_23 : 1 {};
/**
offset 1552 bit 24 */
bool unusedBit_551_24 : 1 {};
bool unusedBit_552_24 : 1 {};
/**
offset 1552 bit 25 */
bool unusedBit_551_25 : 1 {};
bool unusedBit_552_25 : 1 {};
/**
offset 1552 bit 26 */
bool unusedBit_551_26 : 1 {};
bool unusedBit_552_26 : 1 {};
/**
offset 1552 bit 27 */
bool unusedBit_551_27 : 1 {};
bool unusedBit_552_27 : 1 {};
/**
offset 1552 bit 28 */
bool unusedBit_551_28 : 1 {};
bool unusedBit_552_28 : 1 {};
/**
offset 1552 bit 29 */
bool unusedBit_551_29 : 1 {};
bool unusedBit_552_29 : 1 {};
/**
offset 1552 bit 30 */
bool unusedBit_551_30 : 1 {};
bool unusedBit_552_30 : 1 {};
/**
offset 1552 bit 31 */
bool unusedBit_551_31 : 1 {};
bool unusedBit_552_31 : 1 {};
/**
* offset 1556
*/

View File

@ -958,9 +958,15 @@ struct engine_configuration_s {
*/
uint8_t justATempTest;
/**
* Delta kPa for MAP sync
* units: kPa
* offset 442
*/
uint16_t unused2bytesHere;
uint8_t mapSyncThreshold;
/**
* offset 443
*/
uint8_t unusedByteHere;
/**
* @@CYLINDER_BORE_TOOLTIP@@
* units: mm
@ -1194,6 +1200,7 @@ struct engine_configuration_s {
*/
float adcVcc;
/**
* Magic engine phase: we compare instant MAP at X to instant MAP at x+360 angle in one complete cycle
* units: Deg
* offset 548
*/
@ -2865,7 +2872,7 @@ struct engine_configuration_s {
bool enableKnockSpectrogram : 1 {};
/**
offset 1492 bit 31 */
bool unusedBit_515_31 : 1 {};
bool unusedBit_516_31 : 1 {};
/**
* This is the duration in cycles that the IAC will take to reach its normal idle position, it can be used to hold the idle higher for a few seconds after cranking to improve startup.\Should be 100 once tune is better
* units: cycles
@ -3041,76 +3048,76 @@ struct engine_configuration_s {
bool can2ListenMode : 1 {};
/**
offset 1552 bit 8 */
bool unusedBit_551_8 : 1 {};
bool unusedBit_552_8 : 1 {};
/**
offset 1552 bit 9 */
bool unusedBit_551_9 : 1 {};
bool unusedBit_552_9 : 1 {};
/**
offset 1552 bit 10 */
bool unusedBit_551_10 : 1 {};
bool unusedBit_552_10 : 1 {};
/**
offset 1552 bit 11 */
bool unusedBit_551_11 : 1 {};
bool unusedBit_552_11 : 1 {};
/**
offset 1552 bit 12 */
bool unusedBit_551_12 : 1 {};
bool unusedBit_552_12 : 1 {};
/**
offset 1552 bit 13 */
bool unusedBit_551_13 : 1 {};
bool unusedBit_552_13 : 1 {};
/**
offset 1552 bit 14 */
bool unusedBit_551_14 : 1 {};
bool unusedBit_552_14 : 1 {};
/**
offset 1552 bit 15 */
bool unusedBit_551_15 : 1 {};
bool unusedBit_552_15 : 1 {};
/**
offset 1552 bit 16 */
bool unusedBit_551_16 : 1 {};
bool unusedBit_552_16 : 1 {};
/**
offset 1552 bit 17 */
bool unusedBit_551_17 : 1 {};
bool unusedBit_552_17 : 1 {};
/**
offset 1552 bit 18 */
bool unusedBit_551_18 : 1 {};
bool unusedBit_552_18 : 1 {};
/**
offset 1552 bit 19 */
bool unusedBit_551_19 : 1 {};
bool unusedBit_552_19 : 1 {};
/**
offset 1552 bit 20 */
bool unusedBit_551_20 : 1 {};
bool unusedBit_552_20 : 1 {};
/**
offset 1552 bit 21 */
bool unusedBit_551_21 : 1 {};
bool unusedBit_552_21 : 1 {};
/**
offset 1552 bit 22 */
bool unusedBit_551_22 : 1 {};
bool unusedBit_552_22 : 1 {};
/**
offset 1552 bit 23 */
bool unusedBit_551_23 : 1 {};
bool unusedBit_552_23 : 1 {};
/**
offset 1552 bit 24 */
bool unusedBit_551_24 : 1 {};
bool unusedBit_552_24 : 1 {};
/**
offset 1552 bit 25 */
bool unusedBit_551_25 : 1 {};
bool unusedBit_552_25 : 1 {};
/**
offset 1552 bit 26 */
bool unusedBit_551_26 : 1 {};
bool unusedBit_552_26 : 1 {};
/**
offset 1552 bit 27 */
bool unusedBit_551_27 : 1 {};
bool unusedBit_552_27 : 1 {};
/**
offset 1552 bit 28 */
bool unusedBit_551_28 : 1 {};
bool unusedBit_552_28 : 1 {};
/**
offset 1552 bit 29 */
bool unusedBit_551_29 : 1 {};
bool unusedBit_552_29 : 1 {};
/**
offset 1552 bit 30 */
bool unusedBit_551_30 : 1 {};
bool unusedBit_552_30 : 1 {};
/**
offset 1552 bit 31 */
bool unusedBit_551_31 : 1 {};
bool unusedBit_552_31 : 1 {};
/**
* offset 1556
*/

View File

@ -958,9 +958,15 @@ struct engine_configuration_s {
*/
uint8_t justATempTest;
/**
* Delta kPa for MAP sync
* units: kPa
* offset 442
*/
uint16_t unused2bytesHere;
uint8_t mapSyncThreshold;
/**
* offset 443
*/
uint8_t unusedByteHere;
/**
* @@CYLINDER_BORE_TOOLTIP@@
* units: mm
@ -1194,6 +1200,7 @@ struct engine_configuration_s {
*/
float adcVcc;
/**
* Magic engine phase: we compare instant MAP at X to instant MAP at x+360 angle in one complete cycle
* units: Deg
* offset 548
*/
@ -2865,7 +2872,7 @@ struct engine_configuration_s {
bool enableKnockSpectrogram : 1 {};
/**
offset 1492 bit 31 */
bool unusedBit_515_31 : 1 {};
bool unusedBit_516_31 : 1 {};
/**
* This is the duration in cycles that the IAC will take to reach its normal idle position, it can be used to hold the idle higher for a few seconds after cranking to improve startup.\Should be 100 once tune is better
* units: cycles
@ -3041,76 +3048,76 @@ struct engine_configuration_s {
bool can2ListenMode : 1 {};
/**
offset 1552 bit 8 */
bool unusedBit_551_8 : 1 {};
bool unusedBit_552_8 : 1 {};
/**
offset 1552 bit 9 */
bool unusedBit_551_9 : 1 {};
bool unusedBit_552_9 : 1 {};
/**
offset 1552 bit 10 */
bool unusedBit_551_10 : 1 {};
bool unusedBit_552_10 : 1 {};
/**
offset 1552 bit 11 */
bool unusedBit_551_11 : 1 {};
bool unusedBit_552_11 : 1 {};
/**
offset 1552 bit 12 */
bool unusedBit_551_12 : 1 {};
bool unusedBit_552_12 : 1 {};
/**
offset 1552 bit 13 */
bool unusedBit_551_13 : 1 {};
bool unusedBit_552_13 : 1 {};
/**
offset 1552 bit 14 */
bool unusedBit_551_14 : 1 {};
bool unusedBit_552_14 : 1 {};
/**
offset 1552 bit 15 */
bool unusedBit_551_15 : 1 {};
bool unusedBit_552_15 : 1 {};
/**
offset 1552 bit 16 */
bool unusedBit_551_16 : 1 {};
bool unusedBit_552_16 : 1 {};
/**
offset 1552 bit 17 */
bool unusedBit_551_17 : 1 {};
bool unusedBit_552_17 : 1 {};
/**
offset 1552 bit 18 */
bool unusedBit_551_18 : 1 {};
bool unusedBit_552_18 : 1 {};
/**
offset 1552 bit 19 */
bool unusedBit_551_19 : 1 {};
bool unusedBit_552_19 : 1 {};
/**
offset 1552 bit 20 */
bool unusedBit_551_20 : 1 {};
bool unusedBit_552_20 : 1 {};
/**
offset 1552 bit 21 */
bool unusedBit_551_21 : 1 {};
bool unusedBit_552_21 : 1 {};
/**
offset 1552 bit 22 */
bool unusedBit_551_22 : 1 {};
bool unusedBit_552_22 : 1 {};
/**
offset 1552 bit 23 */
bool unusedBit_551_23 : 1 {};
bool unusedBit_552_23 : 1 {};
/**
offset 1552 bit 24 */
bool unusedBit_551_24 : 1 {};
bool unusedBit_552_24 : 1 {};
/**
offset 1552 bit 25 */
bool unusedBit_551_25 : 1 {};
bool unusedBit_552_25 : 1 {};
/**
offset 1552 bit 26 */
bool unusedBit_551_26 : 1 {};
bool unusedBit_552_26 : 1 {};
/**
offset 1552 bit 27 */
bool unusedBit_551_27 : 1 {};
bool unusedBit_552_27 : 1 {};
/**
offset 1552 bit 28 */
bool unusedBit_551_28 : 1 {};
bool unusedBit_552_28 : 1 {};
/**
offset 1552 bit 29 */
bool unusedBit_551_29 : 1 {};
bool unusedBit_552_29 : 1 {};
/**
offset 1552 bit 30 */
bool unusedBit_551_30 : 1 {};
bool unusedBit_552_30 : 1 {};
/**
offset 1552 bit 31 */
bool unusedBit_551_31 : 1 {};
bool unusedBit_552_31 : 1 {};
/**
* offset 1556
*/

View File

@ -958,9 +958,15 @@ struct engine_configuration_s {
*/
uint8_t justATempTest;
/**
* Delta kPa for MAP sync
* units: kPa
* offset 442
*/
uint16_t unused2bytesHere;
uint8_t mapSyncThreshold;
/**
* offset 443
*/
uint8_t unusedByteHere;
/**
* @@CYLINDER_BORE_TOOLTIP@@
* units: mm
@ -1194,6 +1200,7 @@ struct engine_configuration_s {
*/
float adcVcc;
/**
* Magic engine phase: we compare instant MAP at X to instant MAP at x+360 angle in one complete cycle
* units: Deg
* offset 548
*/
@ -2865,7 +2872,7 @@ struct engine_configuration_s {
bool enableKnockSpectrogram : 1 {};
/**
offset 1492 bit 31 */
bool unusedBit_515_31 : 1 {};
bool unusedBit_516_31 : 1 {};
/**
* This is the duration in cycles that the IAC will take to reach its normal idle position, it can be used to hold the idle higher for a few seconds after cranking to improve startup.\Should be 100 once tune is better
* units: cycles
@ -3041,76 +3048,76 @@ struct engine_configuration_s {
bool can2ListenMode : 1 {};
/**
offset 1552 bit 8 */
bool unusedBit_551_8 : 1 {};
bool unusedBit_552_8 : 1 {};
/**
offset 1552 bit 9 */
bool unusedBit_551_9 : 1 {};
bool unusedBit_552_9 : 1 {};
/**
offset 1552 bit 10 */
bool unusedBit_551_10 : 1 {};
bool unusedBit_552_10 : 1 {};
/**
offset 1552 bit 11 */
bool unusedBit_551_11 : 1 {};
bool unusedBit_552_11 : 1 {};
/**
offset 1552 bit 12 */
bool unusedBit_551_12 : 1 {};
bool unusedBit_552_12 : 1 {};
/**
offset 1552 bit 13 */
bool unusedBit_551_13 : 1 {};
bool unusedBit_552_13 : 1 {};
/**
offset 1552 bit 14 */
bool unusedBit_551_14 : 1 {};
bool unusedBit_552_14 : 1 {};
/**
offset 1552 bit 15 */
bool unusedBit_551_15 : 1 {};
bool unusedBit_552_15 : 1 {};
/**
offset 1552 bit 16 */
bool unusedBit_551_16 : 1 {};
bool unusedBit_552_16 : 1 {};
/**
offset 1552 bit 17 */
bool unusedBit_551_17 : 1 {};
bool unusedBit_552_17 : 1 {};
/**
offset 1552 bit 18 */
bool unusedBit_551_18 : 1 {};
bool unusedBit_552_18 : 1 {};
/**
offset 1552 bit 19 */
bool unusedBit_551_19 : 1 {};
bool unusedBit_552_19 : 1 {};
/**
offset 1552 bit 20 */
bool unusedBit_551_20 : 1 {};
bool unusedBit_552_20 : 1 {};
/**
offset 1552 bit 21 */
bool unusedBit_551_21 : 1 {};
bool unusedBit_552_21 : 1 {};
/**
offset 1552 bit 22 */
bool unusedBit_551_22 : 1 {};
bool unusedBit_552_22 : 1 {};
/**
offset 1552 bit 23 */
bool unusedBit_551_23 : 1 {};
bool unusedBit_552_23 : 1 {};
/**
offset 1552 bit 24 */
bool unusedBit_551_24 : 1 {};
bool unusedBit_552_24 : 1 {};
/**
offset 1552 bit 25 */
bool unusedBit_551_25 : 1 {};
bool unusedBit_552_25 : 1 {};
/**
offset 1552 bit 26 */
bool unusedBit_551_26 : 1 {};
bool unusedBit_552_26 : 1 {};
/**
offset 1552 bit 27 */
bool unusedBit_551_27 : 1 {};
bool unusedBit_552_27 : 1 {};
/**
offset 1552 bit 28 */
bool unusedBit_551_28 : 1 {};
bool unusedBit_552_28 : 1 {};
/**
offset 1552 bit 29 */
bool unusedBit_551_29 : 1 {};
bool unusedBit_552_29 : 1 {};
/**
offset 1552 bit 30 */
bool unusedBit_551_30 : 1 {};
bool unusedBit_552_30 : 1 {};
/**
offset 1552 bit 31 */
bool unusedBit_551_31 : 1 {};
bool unusedBit_552_31 : 1 {};
/**
* offset 1556
*/

View File

@ -958,9 +958,15 @@ struct engine_configuration_s {
*/
uint8_t justATempTest;
/**
* Delta kPa for MAP sync
* units: kPa
* offset 442
*/
uint16_t unused2bytesHere;
uint8_t mapSyncThreshold;
/**
* offset 443
*/
uint8_t unusedByteHere;
/**
* @@CYLINDER_BORE_TOOLTIP@@
* units: mm
@ -1194,6 +1200,7 @@ struct engine_configuration_s {
*/
float adcVcc;
/**
* Magic engine phase: we compare instant MAP at X to instant MAP at x+360 angle in one complete cycle
* units: Deg
* offset 548
*/
@ -2865,7 +2872,7 @@ struct engine_configuration_s {
bool enableKnockSpectrogram : 1 {};
/**
offset 1492 bit 31 */
bool unusedBit_515_31 : 1 {};
bool unusedBit_516_31 : 1 {};
/**
* This is the duration in cycles that the IAC will take to reach its normal idle position, it can be used to hold the idle higher for a few seconds after cranking to improve startup.\Should be 100 once tune is better
* units: cycles
@ -3041,76 +3048,76 @@ struct engine_configuration_s {
bool can2ListenMode : 1 {};
/**
offset 1552 bit 8 */
bool unusedBit_551_8 : 1 {};
bool unusedBit_552_8 : 1 {};
/**
offset 1552 bit 9 */
bool unusedBit_551_9 : 1 {};
bool unusedBit_552_9 : 1 {};
/**
offset 1552 bit 10 */
bool unusedBit_551_10 : 1 {};
bool unusedBit_552_10 : 1 {};
/**
offset 1552 bit 11 */
bool unusedBit_551_11 : 1 {};
bool unusedBit_552_11 : 1 {};
/**
offset 1552 bit 12 */
bool unusedBit_551_12 : 1 {};
bool unusedBit_552_12 : 1 {};
/**
offset 1552 bit 13 */
bool unusedBit_551_13 : 1 {};
bool unusedBit_552_13 : 1 {};
/**
offset 1552 bit 14 */
bool unusedBit_551_14 : 1 {};
bool unusedBit_552_14 : 1 {};
/**
offset 1552 bit 15 */
bool unusedBit_551_15 : 1 {};
bool unusedBit_552_15 : 1 {};
/**
offset 1552 bit 16 */
bool unusedBit_551_16 : 1 {};
bool unusedBit_552_16 : 1 {};
/**
offset 1552 bit 17 */
bool unusedBit_551_17 : 1 {};
bool unusedBit_552_17 : 1 {};
/**
offset 1552 bit 18 */
bool unusedBit_551_18 : 1 {};
bool unusedBit_552_18 : 1 {};
/**
offset 1552 bit 19 */
bool unusedBit_551_19 : 1 {};
bool unusedBit_552_19 : 1 {};
/**
offset 1552 bit 20 */
bool unusedBit_551_20 : 1 {};
bool unusedBit_552_20 : 1 {};
/**
offset 1552 bit 21 */
bool unusedBit_551_21 : 1 {};
bool unusedBit_552_21 : 1 {};
/**
offset 1552 bit 22 */
bool unusedBit_551_22 : 1 {};
bool unusedBit_552_22 : 1 {};
/**
offset 1552 bit 23 */
bool unusedBit_551_23 : 1 {};
bool unusedBit_552_23 : 1 {};
/**
offset 1552 bit 24 */
bool unusedBit_551_24 : 1 {};
bool unusedBit_552_24 : 1 {};
/**
offset 1552 bit 25 */
bool unusedBit_551_25 : 1 {};
bool unusedBit_552_25 : 1 {};
/**
offset 1552 bit 26 */
bool unusedBit_551_26 : 1 {};
bool unusedBit_552_26 : 1 {};
/**
offset 1552 bit 27 */
bool unusedBit_551_27 : 1 {};
bool unusedBit_552_27 : 1 {};
/**
offset 1552 bit 28 */
bool unusedBit_551_28 : 1 {};
bool unusedBit_552_28 : 1 {};
/**
offset 1552 bit 29 */
bool unusedBit_551_29 : 1 {};
bool unusedBit_552_29 : 1 {};
/**
offset 1552 bit 30 */
bool unusedBit_551_30 : 1 {};
bool unusedBit_552_30 : 1 {};
/**
offset 1552 bit 31 */
bool unusedBit_551_31 : 1 {};
bool unusedBit_552_31 : 1 {};
/**
* offset 1556
*/

View File

@ -958,9 +958,15 @@ struct engine_configuration_s {
*/
uint8_t justATempTest;
/**
* Delta kPa for MAP sync
* units: kPa
* offset 442
*/
uint16_t unused2bytesHere;
uint8_t mapSyncThreshold;
/**
* offset 443
*/
uint8_t unusedByteHere;
/**
* @@CYLINDER_BORE_TOOLTIP@@
* units: mm
@ -1194,6 +1200,7 @@ struct engine_configuration_s {
*/
float adcVcc;
/**
* Magic engine phase: we compare instant MAP at X to instant MAP at x+360 angle in one complete cycle
* units: Deg
* offset 548
*/
@ -2865,7 +2872,7 @@ struct engine_configuration_s {
bool enableKnockSpectrogram : 1 {};
/**
offset 1492 bit 31 */
bool unusedBit_515_31 : 1 {};
bool unusedBit_516_31 : 1 {};
/**
* This is the duration in cycles that the IAC will take to reach its normal idle position, it can be used to hold the idle higher for a few seconds after cranking to improve startup.\Should be 100 once tune is better
* units: cycles
@ -3041,76 +3048,76 @@ struct engine_configuration_s {
bool can2ListenMode : 1 {};
/**
offset 1552 bit 8 */
bool unusedBit_551_8 : 1 {};
bool unusedBit_552_8 : 1 {};
/**
offset 1552 bit 9 */
bool unusedBit_551_9 : 1 {};
bool unusedBit_552_9 : 1 {};
/**
offset 1552 bit 10 */
bool unusedBit_551_10 : 1 {};
bool unusedBit_552_10 : 1 {};
/**
offset 1552 bit 11 */
bool unusedBit_551_11 : 1 {};
bool unusedBit_552_11 : 1 {};
/**
offset 1552 bit 12 */
bool unusedBit_551_12 : 1 {};
bool unusedBit_552_12 : 1 {};
/**
offset 1552 bit 13 */
bool unusedBit_551_13 : 1 {};
bool unusedBit_552_13 : 1 {};
/**
offset 1552 bit 14 */
bool unusedBit_551_14 : 1 {};
bool unusedBit_552_14 : 1 {};
/**
offset 1552 bit 15 */
bool unusedBit_551_15 : 1 {};
bool unusedBit_552_15 : 1 {};
/**
offset 1552 bit 16 */
bool unusedBit_551_16 : 1 {};
bool unusedBit_552_16 : 1 {};
/**
offset 1552 bit 17 */
bool unusedBit_551_17 : 1 {};
bool unusedBit_552_17 : 1 {};
/**
offset 1552 bit 18 */
bool unusedBit_551_18 : 1 {};
bool unusedBit_552_18 : 1 {};
/**
offset 1552 bit 19 */
bool unusedBit_551_19 : 1 {};
bool unusedBit_552_19 : 1 {};
/**
offset 1552 bit 20 */
bool unusedBit_551_20 : 1 {};
bool unusedBit_552_20 : 1 {};
/**
offset 1552 bit 21 */
bool unusedBit_551_21 : 1 {};
bool unusedBit_552_21 : 1 {};
/**
offset 1552 bit 22 */
bool unusedBit_551_22 : 1 {};
bool unusedBit_552_22 : 1 {};
/**
offset 1552 bit 23 */
bool unusedBit_551_23 : 1 {};
bool unusedBit_552_23 : 1 {};
/**
offset 1552 bit 24 */
bool unusedBit_551_24 : 1 {};
bool unusedBit_552_24 : 1 {};
/**
offset 1552 bit 25 */
bool unusedBit_551_25 : 1 {};
bool unusedBit_552_25 : 1 {};
/**
offset 1552 bit 26 */
bool unusedBit_551_26 : 1 {};
bool unusedBit_552_26 : 1 {};
/**
offset 1552 bit 27 */
bool unusedBit_551_27 : 1 {};
bool unusedBit_552_27 : 1 {};
/**
offset 1552 bit 28 */
bool unusedBit_551_28 : 1 {};
bool unusedBit_552_28 : 1 {};
/**
offset 1552 bit 29 */
bool unusedBit_551_29 : 1 {};
bool unusedBit_552_29 : 1 {};
/**
offset 1552 bit 30 */
bool unusedBit_551_30 : 1 {};
bool unusedBit_552_30 : 1 {};
/**
offset 1552 bit 31 */
bool unusedBit_551_31 : 1 {};
bool unusedBit_552_31 : 1 {};
/**
* offset 1556
*/

View File

@ -958,9 +958,15 @@ struct engine_configuration_s {
*/
uint8_t justATempTest;
/**
* Delta kPa for MAP sync
* units: kPa
* offset 442
*/
uint16_t unused2bytesHere;
uint8_t mapSyncThreshold;
/**
* offset 443
*/
uint8_t unusedByteHere;
/**
* @@CYLINDER_BORE_TOOLTIP@@
* units: mm
@ -1194,6 +1200,7 @@ struct engine_configuration_s {
*/
float adcVcc;
/**
* Magic engine phase: we compare instant MAP at X to instant MAP at x+360 angle in one complete cycle
* units: Deg
* offset 548
*/
@ -2865,7 +2872,7 @@ struct engine_configuration_s {
bool enableKnockSpectrogram : 1 {};
/**
offset 1492 bit 31 */
bool unusedBit_515_31 : 1 {};
bool unusedBit_516_31 : 1 {};
/**
* This is the duration in cycles that the IAC will take to reach its normal idle position, it can be used to hold the idle higher for a few seconds after cranking to improve startup.\Should be 100 once tune is better
* units: cycles
@ -3041,76 +3048,76 @@ struct engine_configuration_s {
bool can2ListenMode : 1 {};
/**
offset 1552 bit 8 */
bool unusedBit_551_8 : 1 {};
bool unusedBit_552_8 : 1 {};
/**
offset 1552 bit 9 */
bool unusedBit_551_9 : 1 {};
bool unusedBit_552_9 : 1 {};
/**
offset 1552 bit 10 */
bool unusedBit_551_10 : 1 {};
bool unusedBit_552_10 : 1 {};
/**
offset 1552 bit 11 */
bool unusedBit_551_11 : 1 {};
bool unusedBit_552_11 : 1 {};
/**
offset 1552 bit 12 */
bool unusedBit_551_12 : 1 {};
bool unusedBit_552_12 : 1 {};
/**
offset 1552 bit 13 */
bool unusedBit_551_13 : 1 {};
bool unusedBit_552_13 : 1 {};
/**
offset 1552 bit 14 */
bool unusedBit_551_14 : 1 {};
bool unusedBit_552_14 : 1 {};
/**
offset 1552 bit 15 */
bool unusedBit_551_15 : 1 {};
bool unusedBit_552_15 : 1 {};
/**
offset 1552 bit 16 */
bool unusedBit_551_16 : 1 {};
bool unusedBit_552_16 : 1 {};
/**
offset 1552 bit 17 */
bool unusedBit_551_17 : 1 {};
bool unusedBit_552_17 : 1 {};
/**
offset 1552 bit 18 */
bool unusedBit_551_18 : 1 {};
bool unusedBit_552_18 : 1 {};
/**
offset 1552 bit 19 */
bool unusedBit_551_19 : 1 {};
bool unusedBit_552_19 : 1 {};
/**
offset 1552 bit 20 */
bool unusedBit_551_20 : 1 {};
bool unusedBit_552_20 : 1 {};
/**
offset 1552 bit 21 */
bool unusedBit_551_21 : 1 {};
bool unusedBit_552_21 : 1 {};
/**
offset 1552 bit 22 */
bool unusedBit_551_22 : 1 {};
bool unusedBit_552_22 : 1 {};
/**
offset 1552 bit 23 */
bool unusedBit_551_23 : 1 {};
bool unusedBit_552_23 : 1 {};
/**
offset 1552 bit 24 */
bool unusedBit_551_24 : 1 {};
bool unusedBit_552_24 : 1 {};
/**
offset 1552 bit 25 */
bool unusedBit_551_25 : 1 {};
bool unusedBit_552_25 : 1 {};
/**
offset 1552 bit 26 */
bool unusedBit_551_26 : 1 {};
bool unusedBit_552_26 : 1 {};
/**
offset 1552 bit 27 */
bool unusedBit_551_27 : 1 {};
bool unusedBit_552_27 : 1 {};
/**
offset 1552 bit 28 */
bool unusedBit_551_28 : 1 {};
bool unusedBit_552_28 : 1 {};
/**
offset 1552 bit 29 */
bool unusedBit_551_29 : 1 {};
bool unusedBit_552_29 : 1 {};
/**
offset 1552 bit 30 */
bool unusedBit_551_30 : 1 {};
bool unusedBit_552_30 : 1 {};
/**
offset 1552 bit 31 */
bool unusedBit_551_31 : 1 {};
bool unusedBit_552_31 : 1 {};
/**
* offset 1556
*/

View File

@ -958,9 +958,15 @@ struct engine_configuration_s {
*/
uint8_t justATempTest;
/**
* Delta kPa for MAP sync
* units: kPa
* offset 442
*/
uint16_t unused2bytesHere;
uint8_t mapSyncThreshold;
/**
* offset 443
*/
uint8_t unusedByteHere;
/**
* @@CYLINDER_BORE_TOOLTIP@@
* units: mm
@ -1194,6 +1200,7 @@ struct engine_configuration_s {
*/
float adcVcc;
/**
* Magic engine phase: we compare instant MAP at X to instant MAP at x+360 angle in one complete cycle
* units: Deg
* offset 548
*/
@ -2865,7 +2872,7 @@ struct engine_configuration_s {
bool enableKnockSpectrogram : 1 {};
/**
offset 1492 bit 31 */
bool unusedBit_515_31 : 1 {};
bool unusedBit_516_31 : 1 {};
/**
* This is the duration in cycles that the IAC will take to reach its normal idle position, it can be used to hold the idle higher for a few seconds after cranking to improve startup.\Should be 100 once tune is better
* units: cycles
@ -3041,76 +3048,76 @@ struct engine_configuration_s {
bool can2ListenMode : 1 {};
/**
offset 1552 bit 8 */
bool unusedBit_551_8 : 1 {};
bool unusedBit_552_8 : 1 {};
/**
offset 1552 bit 9 */
bool unusedBit_551_9 : 1 {};
bool unusedBit_552_9 : 1 {};
/**
offset 1552 bit 10 */
bool unusedBit_551_10 : 1 {};
bool unusedBit_552_10 : 1 {};
/**
offset 1552 bit 11 */
bool unusedBit_551_11 : 1 {};
bool unusedBit_552_11 : 1 {};
/**
offset 1552 bit 12 */
bool unusedBit_551_12 : 1 {};
bool unusedBit_552_12 : 1 {};
/**
offset 1552 bit 13 */
bool unusedBit_551_13 : 1 {};
bool unusedBit_552_13 : 1 {};
/**
offset 1552 bit 14 */
bool unusedBit_551_14 : 1 {};
bool unusedBit_552_14 : 1 {};
/**
offset 1552 bit 15 */
bool unusedBit_551_15 : 1 {};
bool unusedBit_552_15 : 1 {};
/**
offset 1552 bit 16 */
bool unusedBit_551_16 : 1 {};
bool unusedBit_552_16 : 1 {};
/**
offset 1552 bit 17 */
bool unusedBit_551_17 : 1 {};
bool unusedBit_552_17 : 1 {};
/**
offset 1552 bit 18 */
bool unusedBit_551_18 : 1 {};
bool unusedBit_552_18 : 1 {};
/**
offset 1552 bit 19 */
bool unusedBit_551_19 : 1 {};
bool unusedBit_552_19 : 1 {};
/**
offset 1552 bit 20 */
bool unusedBit_551_20 : 1 {};
bool unusedBit_552_20 : 1 {};
/**
offset 1552 bit 21 */
bool unusedBit_551_21 : 1 {};
bool unusedBit_552_21 : 1 {};
/**
offset 1552 bit 22 */
bool unusedBit_551_22 : 1 {};
bool unusedBit_552_22 : 1 {};
/**
offset 1552 bit 23 */
bool unusedBit_551_23 : 1 {};
bool unusedBit_552_23 : 1 {};
/**
offset 1552 bit 24 */
bool unusedBit_551_24 : 1 {};
bool unusedBit_552_24 : 1 {};
/**
offset 1552 bit 25 */
bool unusedBit_551_25 : 1 {};
bool unusedBit_552_25 : 1 {};
/**
offset 1552 bit 26 */
bool unusedBit_551_26 : 1 {};
bool unusedBit_552_26 : 1 {};
/**
offset 1552 bit 27 */
bool unusedBit_551_27 : 1 {};
bool unusedBit_552_27 : 1 {};
/**
offset 1552 bit 28 */
bool unusedBit_551_28 : 1 {};
bool unusedBit_552_28 : 1 {};
/**
offset 1552 bit 29 */
bool unusedBit_551_29 : 1 {};
bool unusedBit_552_29 : 1 {};
/**
offset 1552 bit 30 */
bool unusedBit_551_30 : 1 {};
bool unusedBit_552_30 : 1 {};
/**
offset 1552 bit 31 */
bool unusedBit_551_31 : 1 {};
bool unusedBit_552_31 : 1 {};
/**
* offset 1556
*/

View File

@ -958,9 +958,15 @@ struct engine_configuration_s {
*/
uint8_t justATempTest;
/**
* Delta kPa for MAP sync
* units: kPa
* offset 442
*/
uint16_t unused2bytesHere;
uint8_t mapSyncThreshold;
/**
* offset 443
*/
uint8_t unusedByteHere;
/**
* @@CYLINDER_BORE_TOOLTIP@@
* units: mm
@ -1194,6 +1200,7 @@ struct engine_configuration_s {
*/
float adcVcc;
/**
* Magic engine phase: we compare instant MAP at X to instant MAP at x+360 angle in one complete cycle
* units: Deg
* offset 548
*/
@ -2865,7 +2872,7 @@ struct engine_configuration_s {
bool enableKnockSpectrogram : 1 {};
/**
offset 1492 bit 31 */
bool unusedBit_515_31 : 1 {};
bool unusedBit_516_31 : 1 {};
/**
* This is the duration in cycles that the IAC will take to reach its normal idle position, it can be used to hold the idle higher for a few seconds after cranking to improve startup.\Should be 100 once tune is better
* units: cycles
@ -3041,76 +3048,76 @@ struct engine_configuration_s {
bool can2ListenMode : 1 {};
/**
offset 1552 bit 8 */
bool unusedBit_551_8 : 1 {};
bool unusedBit_552_8 : 1 {};
/**
offset 1552 bit 9 */
bool unusedBit_551_9 : 1 {};
bool unusedBit_552_9 : 1 {};
/**
offset 1552 bit 10 */
bool unusedBit_551_10 : 1 {};
bool unusedBit_552_10 : 1 {};
/**
offset 1552 bit 11 */
bool unusedBit_551_11 : 1 {};
bool unusedBit_552_11 : 1 {};
/**
offset 1552 bit 12 */
bool unusedBit_551_12 : 1 {};
bool unusedBit_552_12 : 1 {};
/**
offset 1552 bit 13 */
bool unusedBit_551_13 : 1 {};
bool unusedBit_552_13 : 1 {};
/**
offset 1552 bit 14 */
bool unusedBit_551_14 : 1 {};
bool unusedBit_552_14 : 1 {};
/**
offset 1552 bit 15 */
bool unusedBit_551_15 : 1 {};
bool unusedBit_552_15 : 1 {};
/**
offset 1552 bit 16 */
bool unusedBit_551_16 : 1 {};
bool unusedBit_552_16 : 1 {};
/**
offset 1552 bit 17 */
bool unusedBit_551_17 : 1 {};
bool unusedBit_552_17 : 1 {};
/**
offset 1552 bit 18 */
bool unusedBit_551_18 : 1 {};
bool unusedBit_552_18 : 1 {};
/**
offset 1552 bit 19 */
bool unusedBit_551_19 : 1 {};
bool unusedBit_552_19 : 1 {};
/**
offset 1552 bit 20 */
bool unusedBit_551_20 : 1 {};
bool unusedBit_552_20 : 1 {};
/**
offset 1552 bit 21 */
bool unusedBit_551_21 : 1 {};
bool unusedBit_552_21 : 1 {};
/**
offset 1552 bit 22 */
bool unusedBit_551_22 : 1 {};
bool unusedBit_552_22 : 1 {};
/**
offset 1552 bit 23 */
bool unusedBit_551_23 : 1 {};
bool unusedBit_552_23 : 1 {};
/**
offset 1552 bit 24 */
bool unusedBit_551_24 : 1 {};
bool unusedBit_552_24 : 1 {};
/**
offset 1552 bit 25 */
bool unusedBit_551_25 : 1 {};
bool unusedBit_552_25 : 1 {};
/**
offset 1552 bit 26 */
bool unusedBit_551_26 : 1 {};
bool unusedBit_552_26 : 1 {};
/**
offset 1552 bit 27 */
bool unusedBit_551_27 : 1 {};
bool unusedBit_552_27 : 1 {};
/**
offset 1552 bit 28 */
bool unusedBit_551_28 : 1 {};
bool unusedBit_552_28 : 1 {};
/**
offset 1552 bit 29 */
bool unusedBit_551_29 : 1 {};
bool unusedBit_552_29 : 1 {};
/**
offset 1552 bit 30 */
bool unusedBit_551_30 : 1 {};
bool unusedBit_552_30 : 1 {};
/**
offset 1552 bit 31 */
bool unusedBit_551_31 : 1 {};
bool unusedBit_552_31 : 1 {};
/**
* offset 1556
*/

View File

@ -958,9 +958,15 @@ struct engine_configuration_s {
*/
uint8_t justATempTest;
/**
* Delta kPa for MAP sync
* units: kPa
* offset 442
*/
uint16_t unused2bytesHere;
uint8_t mapSyncThreshold;
/**
* offset 443
*/
uint8_t unusedByteHere;
/**
* @@CYLINDER_BORE_TOOLTIP@@
* units: mm
@ -1194,6 +1200,7 @@ struct engine_configuration_s {
*/
float adcVcc;
/**
* Magic engine phase: we compare instant MAP at X to instant MAP at x+360 angle in one complete cycle
* units: Deg
* offset 548
*/
@ -2865,7 +2872,7 @@ struct engine_configuration_s {
bool enableKnockSpectrogram : 1 {};
/**
offset 1492 bit 31 */
bool unusedBit_515_31 : 1 {};
bool unusedBit_516_31 : 1 {};
/**
* This is the duration in cycles that the IAC will take to reach its normal idle position, it can be used to hold the idle higher for a few seconds after cranking to improve startup.\Should be 100 once tune is better
* units: cycles
@ -3041,76 +3048,76 @@ struct engine_configuration_s {
bool can2ListenMode : 1 {};
/**
offset 1552 bit 8 */
bool unusedBit_551_8 : 1 {};
bool unusedBit_552_8 : 1 {};
/**
offset 1552 bit 9 */
bool unusedBit_551_9 : 1 {};
bool unusedBit_552_9 : 1 {};
/**
offset 1552 bit 10 */
bool unusedBit_551_10 : 1 {};
bool unusedBit_552_10 : 1 {};
/**
offset 1552 bit 11 */
bool unusedBit_551_11 : 1 {};
bool unusedBit_552_11 : 1 {};
/**
offset 1552 bit 12 */
bool unusedBit_551_12 : 1 {};
bool unusedBit_552_12 : 1 {};
/**
offset 1552 bit 13 */
bool unusedBit_551_13 : 1 {};
bool unusedBit_552_13 : 1 {};
/**
offset 1552 bit 14 */
bool unusedBit_551_14 : 1 {};
bool unusedBit_552_14 : 1 {};
/**
offset 1552 bit 15 */
bool unusedBit_551_15 : 1 {};
bool unusedBit_552_15 : 1 {};
/**
offset 1552 bit 16 */
bool unusedBit_551_16 : 1 {};
bool unusedBit_552_16 : 1 {};
/**
offset 1552 bit 17 */
bool unusedBit_551_17 : 1 {};
bool unusedBit_552_17 : 1 {};
/**
offset 1552 bit 18 */
bool unusedBit_551_18 : 1 {};
bool unusedBit_552_18 : 1 {};
/**
offset 1552 bit 19 */
bool unusedBit_551_19 : 1 {};
bool unusedBit_552_19 : 1 {};
/**
offset 1552 bit 20 */
bool unusedBit_551_20 : 1 {};
bool unusedBit_552_20 : 1 {};
/**
offset 1552 bit 21 */
bool unusedBit_551_21 : 1 {};
bool unusedBit_552_21 : 1 {};
/**
offset 1552 bit 22 */
bool unusedBit_551_22 : 1 {};
bool unusedBit_552_22 : 1 {};
/**
offset 1552 bit 23 */
bool unusedBit_551_23 : 1 {};
bool unusedBit_552_23 : 1 {};
/**
offset 1552 bit 24 */
bool unusedBit_551_24 : 1 {};
bool unusedBit_552_24 : 1 {};
/**
offset 1552 bit 25 */
bool unusedBit_551_25 : 1 {};
bool unusedBit_552_25 : 1 {};
/**
offset 1552 bit 26 */
bool unusedBit_551_26 : 1 {};
bool unusedBit_552_26 : 1 {};
/**
offset 1552 bit 27 */
bool unusedBit_551_27 : 1 {};
bool unusedBit_552_27 : 1 {};
/**
offset 1552 bit 28 */
bool unusedBit_551_28 : 1 {};
bool unusedBit_552_28 : 1 {};
/**
offset 1552 bit 29 */
bool unusedBit_551_29 : 1 {};
bool unusedBit_552_29 : 1 {};
/**
offset 1552 bit 30 */
bool unusedBit_551_30 : 1 {};
bool unusedBit_552_30 : 1 {};
/**
offset 1552 bit 31 */
bool unusedBit_551_31 : 1 {};
bool unusedBit_552_31 : 1 {};
/**
* offset 1556
*/

View File

@ -958,9 +958,15 @@ struct engine_configuration_s {
*/
uint8_t justATempTest;
/**
* Delta kPa for MAP sync
* units: kPa
* offset 442
*/
uint16_t unused2bytesHere;
uint8_t mapSyncThreshold;
/**
* offset 443
*/
uint8_t unusedByteHere;
/**
* @@CYLINDER_BORE_TOOLTIP@@
* units: mm
@ -1194,6 +1200,7 @@ struct engine_configuration_s {
*/
float adcVcc;
/**
* Magic engine phase: we compare instant MAP at X to instant MAP at x+360 angle in one complete cycle
* units: Deg
* offset 548
*/
@ -2865,7 +2872,7 @@ struct engine_configuration_s {
bool enableKnockSpectrogram : 1 {};
/**
offset 1492 bit 31 */
bool unusedBit_515_31 : 1 {};
bool unusedBit_516_31 : 1 {};
/**
* This is the duration in cycles that the IAC will take to reach its normal idle position, it can be used to hold the idle higher for a few seconds after cranking to improve startup.\Should be 100 once tune is better
* units: cycles
@ -3041,76 +3048,76 @@ struct engine_configuration_s {
bool can2ListenMode : 1 {};
/**
offset 1552 bit 8 */
bool unusedBit_551_8 : 1 {};
bool unusedBit_552_8 : 1 {};
/**
offset 1552 bit 9 */
bool unusedBit_551_9 : 1 {};
bool unusedBit_552_9 : 1 {};
/**
offset 1552 bit 10 */
bool unusedBit_551_10 : 1 {};
bool unusedBit_552_10 : 1 {};
/**
offset 1552 bit 11 */
bool unusedBit_551_11 : 1 {};
bool unusedBit_552_11 : 1 {};
/**
offset 1552 bit 12 */
bool unusedBit_551_12 : 1 {};
bool unusedBit_552_12 : 1 {};
/**
offset 1552 bit 13 */
bool unusedBit_551_13 : 1 {};
bool unusedBit_552_13 : 1 {};
/**
offset 1552 bit 14 */
bool unusedBit_551_14 : 1 {};
bool unusedBit_552_14 : 1 {};
/**
offset 1552 bit 15 */
bool unusedBit_551_15 : 1 {};
bool unusedBit_552_15 : 1 {};
/**
offset 1552 bit 16 */
bool unusedBit_551_16 : 1 {};
bool unusedBit_552_16 : 1 {};
/**
offset 1552 bit 17 */
bool unusedBit_551_17 : 1 {};
bool unusedBit_552_17 : 1 {};
/**
offset 1552 bit 18 */
bool unusedBit_551_18 : 1 {};
bool unusedBit_552_18 : 1 {};
/**
offset 1552 bit 19 */
bool unusedBit_551_19 : 1 {};
bool unusedBit_552_19 : 1 {};
/**
offset 1552 bit 20 */
bool unusedBit_551_20 : 1 {};
bool unusedBit_552_20 : 1 {};
/**
offset 1552 bit 21 */
bool unusedBit_551_21 : 1 {};
bool unusedBit_552_21 : 1 {};
/**
offset 1552 bit 22 */
bool unusedBit_551_22 : 1 {};
bool unusedBit_552_22 : 1 {};
/**
offset 1552 bit 23 */
bool unusedBit_551_23 : 1 {};
bool unusedBit_552_23 : 1 {};
/**
offset 1552 bit 24 */
bool unusedBit_551_24 : 1 {};
bool unusedBit_552_24 : 1 {};
/**
offset 1552 bit 25 */
bool unusedBit_551_25 : 1 {};
bool unusedBit_552_25 : 1 {};
/**
offset 1552 bit 26 */
bool unusedBit_551_26 : 1 {};
bool unusedBit_552_26 : 1 {};
/**
offset 1552 bit 27 */
bool unusedBit_551_27 : 1 {};
bool unusedBit_552_27 : 1 {};
/**
offset 1552 bit 28 */
bool unusedBit_551_28 : 1 {};
bool unusedBit_552_28 : 1 {};
/**
offset 1552 bit 29 */
bool unusedBit_551_29 : 1 {};
bool unusedBit_552_29 : 1 {};
/**
offset 1552 bit 30 */
bool unusedBit_551_30 : 1 {};
bool unusedBit_552_30 : 1 {};
/**
offset 1552 bit 31 */
bool unusedBit_551_31 : 1 {};
bool unusedBit_552_31 : 1 {};
/**
* offset 1556
*/

View File

@ -958,9 +958,15 @@ struct engine_configuration_s {
*/
uint8_t justATempTest;
/**
* Delta kPa for MAP sync
* units: kPa
* offset 442
*/
uint16_t unused2bytesHere;
uint8_t mapSyncThreshold;
/**
* offset 443
*/
uint8_t unusedByteHere;
/**
* @@CYLINDER_BORE_TOOLTIP@@
* units: mm
@ -1194,6 +1200,7 @@ struct engine_configuration_s {
*/
float adcVcc;
/**
* Magic engine phase: we compare instant MAP at X to instant MAP at x+360 angle in one complete cycle
* units: Deg
* offset 548
*/
@ -2865,7 +2872,7 @@ struct engine_configuration_s {
bool enableKnockSpectrogram : 1 {};
/**
offset 1492 bit 31 */
bool unusedBit_515_31 : 1 {};
bool unusedBit_516_31 : 1 {};
/**
* This is the duration in cycles that the IAC will take to reach its normal idle position, it can be used to hold the idle higher for a few seconds after cranking to improve startup.\Should be 100 once tune is better
* units: cycles
@ -3041,76 +3048,76 @@ struct engine_configuration_s {
bool can2ListenMode : 1 {};
/**
offset 1552 bit 8 */
bool unusedBit_551_8 : 1 {};
bool unusedBit_552_8 : 1 {};
/**
offset 1552 bit 9 */
bool unusedBit_551_9 : 1 {};
bool unusedBit_552_9 : 1 {};
/**
offset 1552 bit 10 */
bool unusedBit_551_10 : 1 {};
bool unusedBit_552_10 : 1 {};
/**
offset 1552 bit 11 */
bool unusedBit_551_11 : 1 {};
bool unusedBit_552_11 : 1 {};
/**
offset 1552 bit 12 */
bool unusedBit_551_12 : 1 {};
bool unusedBit_552_12 : 1 {};
/**
offset 1552 bit 13 */
bool unusedBit_551_13 : 1 {};
bool unusedBit_552_13 : 1 {};
/**
offset 1552 bit 14 */
bool unusedBit_551_14 : 1 {};
bool unusedBit_552_14 : 1 {};
/**
offset 1552 bit 15 */
bool unusedBit_551_15 : 1 {};
bool unusedBit_552_15 : 1 {};
/**
offset 1552 bit 16 */
bool unusedBit_551_16 : 1 {};
bool unusedBit_552_16 : 1 {};
/**
offset 1552 bit 17 */
bool unusedBit_551_17 : 1 {};
bool unusedBit_552_17 : 1 {};
/**
offset 1552 bit 18 */
bool unusedBit_551_18 : 1 {};
bool unusedBit_552_18 : 1 {};
/**
offset 1552 bit 19 */
bool unusedBit_551_19 : 1 {};
bool unusedBit_552_19 : 1 {};
/**
offset 1552 bit 20 */
bool unusedBit_551_20 : 1 {};
bool unusedBit_552_20 : 1 {};
/**
offset 1552 bit 21 */
bool unusedBit_551_21 : 1 {};
bool unusedBit_552_21 : 1 {};
/**
offset 1552 bit 22 */
bool unusedBit_551_22 : 1 {};
bool unusedBit_552_22 : 1 {};
/**
offset 1552 bit 23 */
bool unusedBit_551_23 : 1 {};
bool unusedBit_552_23 : 1 {};
/**
offset 1552 bit 24 */
bool unusedBit_551_24 : 1 {};
bool unusedBit_552_24 : 1 {};
/**
offset 1552 bit 25 */
bool unusedBit_551_25 : 1 {};
bool unusedBit_552_25 : 1 {};
/**
offset 1552 bit 26 */
bool unusedBit_551_26 : 1 {};
bool unusedBit_552_26 : 1 {};
/**
offset 1552 bit 27 */
bool unusedBit_551_27 : 1 {};
bool unusedBit_552_27 : 1 {};
/**
offset 1552 bit 28 */
bool unusedBit_551_28 : 1 {};
bool unusedBit_552_28 : 1 {};
/**
offset 1552 bit 29 */
bool unusedBit_551_29 : 1 {};
bool unusedBit_552_29 : 1 {};
/**
offset 1552 bit 30 */
bool unusedBit_551_30 : 1 {};
bool unusedBit_552_30 : 1 {};
/**
offset 1552 bit 31 */
bool unusedBit_551_31 : 1 {};
bool unusedBit_552_31 : 1 {};
/**
* offset 1556
*/

View File

@ -958,9 +958,15 @@ struct engine_configuration_s {
*/
uint8_t justATempTest;
/**
* Delta kPa for MAP sync
* units: kPa
* offset 442
*/
uint16_t unused2bytesHere;
uint8_t mapSyncThreshold;
/**
* offset 443
*/
uint8_t unusedByteHere;
/**
* @@CYLINDER_BORE_TOOLTIP@@
* units: mm
@ -1194,6 +1200,7 @@ struct engine_configuration_s {
*/
float adcVcc;
/**
* Magic engine phase: we compare instant MAP at X to instant MAP at x+360 angle in one complete cycle
* units: Deg
* offset 548
*/
@ -2865,7 +2872,7 @@ struct engine_configuration_s {
bool enableKnockSpectrogram : 1 {};
/**
offset 1492 bit 31 */
bool unusedBit_515_31 : 1 {};
bool unusedBit_516_31 : 1 {};
/**
* This is the duration in cycles that the IAC will take to reach its normal idle position, it can be used to hold the idle higher for a few seconds after cranking to improve startup.\Should be 100 once tune is better
* units: cycles
@ -3041,76 +3048,76 @@ struct engine_configuration_s {
bool can2ListenMode : 1 {};
/**
offset 1552 bit 8 */
bool unusedBit_551_8 : 1 {};
bool unusedBit_552_8 : 1 {};
/**
offset 1552 bit 9 */
bool unusedBit_551_9 : 1 {};
bool unusedBit_552_9 : 1 {};
/**
offset 1552 bit 10 */
bool unusedBit_551_10 : 1 {};
bool unusedBit_552_10 : 1 {};
/**
offset 1552 bit 11 */
bool unusedBit_551_11 : 1 {};
bool unusedBit_552_11 : 1 {};
/**
offset 1552 bit 12 */
bool unusedBit_551_12 : 1 {};
bool unusedBit_552_12 : 1 {};
/**
offset 1552 bit 13 */
bool unusedBit_551_13 : 1 {};
bool unusedBit_552_13 : 1 {};
/**
offset 1552 bit 14 */
bool unusedBit_551_14 : 1 {};
bool unusedBit_552_14 : 1 {};
/**
offset 1552 bit 15 */
bool unusedBit_551_15 : 1 {};
bool unusedBit_552_15 : 1 {};
/**
offset 1552 bit 16 */
bool unusedBit_551_16 : 1 {};
bool unusedBit_552_16 : 1 {};
/**
offset 1552 bit 17 */
bool unusedBit_551_17 : 1 {};
bool unusedBit_552_17 : 1 {};
/**
offset 1552 bit 18 */
bool unusedBit_551_18 : 1 {};
bool unusedBit_552_18 : 1 {};
/**
offset 1552 bit 19 */
bool unusedBit_551_19 : 1 {};
bool unusedBit_552_19 : 1 {};
/**
offset 1552 bit 20 */
bool unusedBit_551_20 : 1 {};
bool unusedBit_552_20 : 1 {};
/**
offset 1552 bit 21 */
bool unusedBit_551_21 : 1 {};
bool unusedBit_552_21 : 1 {};
/**
offset 1552 bit 22 */
bool unusedBit_551_22 : 1 {};
bool unusedBit_552_22 : 1 {};
/**
offset 1552 bit 23 */
bool unusedBit_551_23 : 1 {};
bool unusedBit_552_23 : 1 {};
/**
offset 1552 bit 24 */
bool unusedBit_551_24 : 1 {};
bool unusedBit_552_24 : 1 {};
/**
offset 1552 bit 25 */
bool unusedBit_551_25 : 1 {};
bool unusedBit_552_25 : 1 {};
/**
offset 1552 bit 26 */
bool unusedBit_551_26 : 1 {};
bool unusedBit_552_26 : 1 {};
/**
offset 1552 bit 27 */
bool unusedBit_551_27 : 1 {};
bool unusedBit_552_27 : 1 {};
/**
offset 1552 bit 28 */
bool unusedBit_551_28 : 1 {};
bool unusedBit_552_28 : 1 {};
/**
offset 1552 bit 29 */
bool unusedBit_551_29 : 1 {};
bool unusedBit_552_29 : 1 {};
/**
offset 1552 bit 30 */
bool unusedBit_551_30 : 1 {};
bool unusedBit_552_30 : 1 {};
/**
offset 1552 bit 31 */
bool unusedBit_551_31 : 1 {};
bool unusedBit_552_31 : 1 {};
/**
* offset 1556
*/

View File

@ -958,9 +958,15 @@ struct engine_configuration_s {
*/
uint8_t justATempTest;
/**
* Delta kPa for MAP sync
* units: kPa
* offset 442
*/
uint16_t unused2bytesHere;
uint8_t mapSyncThreshold;
/**
* offset 443
*/
uint8_t unusedByteHere;
/**
* @@CYLINDER_BORE_TOOLTIP@@
* units: mm
@ -1194,6 +1200,7 @@ struct engine_configuration_s {
*/
float adcVcc;
/**
* Magic engine phase: we compare instant MAP at X to instant MAP at x+360 angle in one complete cycle
* units: Deg
* offset 548
*/
@ -2865,7 +2872,7 @@ struct engine_configuration_s {
bool enableKnockSpectrogram : 1 {};
/**
offset 1492 bit 31 */
bool unusedBit_515_31 : 1 {};
bool unusedBit_516_31 : 1 {};
/**
* This is the duration in cycles that the IAC will take to reach its normal idle position, it can be used to hold the idle higher for a few seconds after cranking to improve startup.\Should be 100 once tune is better
* units: cycles
@ -3041,76 +3048,76 @@ struct engine_configuration_s {
bool can2ListenMode : 1 {};
/**
offset 1552 bit 8 */
bool unusedBit_551_8 : 1 {};
bool unusedBit_552_8 : 1 {};
/**
offset 1552 bit 9 */
bool unusedBit_551_9 : 1 {};
bool unusedBit_552_9 : 1 {};
/**
offset 1552 bit 10 */
bool unusedBit_551_10 : 1 {};
bool unusedBit_552_10 : 1 {};
/**
offset 1552 bit 11 */
bool unusedBit_551_11 : 1 {};
bool unusedBit_552_11 : 1 {};
/**
offset 1552 bit 12 */
bool unusedBit_551_12 : 1 {};
bool unusedBit_552_12 : 1 {};
/**
offset 1552 bit 13 */
bool unusedBit_551_13 : 1 {};
bool unusedBit_552_13 : 1 {};
/**
offset 1552 bit 14 */
bool unusedBit_551_14 : 1 {};
bool unusedBit_552_14 : 1 {};
/**
offset 1552 bit 15 */
bool unusedBit_551_15 : 1 {};
bool unusedBit_552_15 : 1 {};
/**
offset 1552 bit 16 */
bool unusedBit_551_16 : 1 {};
bool unusedBit_552_16 : 1 {};
/**
offset 1552 bit 17 */
bool unusedBit_551_17 : 1 {};
bool unusedBit_552_17 : 1 {};
/**
offset 1552 bit 18 */
bool unusedBit_551_18 : 1 {};
bool unusedBit_552_18 : 1 {};
/**
offset 1552 bit 19 */
bool unusedBit_551_19 : 1 {};
bool unusedBit_552_19 : 1 {};
/**
offset 1552 bit 20 */
bool unusedBit_551_20 : 1 {};
bool unusedBit_552_20 : 1 {};
/**
offset 1552 bit 21 */
bool unusedBit_551_21 : 1 {};
bool unusedBit_552_21 : 1 {};
/**
offset 1552 bit 22 */
bool unusedBit_551_22 : 1 {};
bool unusedBit_552_22 : 1 {};
/**
offset 1552 bit 23 */
bool unusedBit_551_23 : 1 {};
bool unusedBit_552_23 : 1 {};
/**
offset 1552 bit 24 */
bool unusedBit_551_24 : 1 {};
bool unusedBit_552_24 : 1 {};
/**
offset 1552 bit 25 */
bool unusedBit_551_25 : 1 {};
bool unusedBit_552_25 : 1 {};
/**
offset 1552 bit 26 */
bool unusedBit_551_26 : 1 {};
bool unusedBit_552_26 : 1 {};
/**
offset 1552 bit 27 */
bool unusedBit_551_27 : 1 {};
bool unusedBit_552_27 : 1 {};
/**
offset 1552 bit 28 */
bool unusedBit_551_28 : 1 {};
bool unusedBit_552_28 : 1 {};
/**
offset 1552 bit 29 */
bool unusedBit_551_29 : 1 {};
bool unusedBit_552_29 : 1 {};
/**
offset 1552 bit 30 */
bool unusedBit_551_30 : 1 {};
bool unusedBit_552_30 : 1 {};
/**
offset 1552 bit 31 */
bool unusedBit_551_31 : 1 {};
bool unusedBit_552_31 : 1 {};
/**
* offset 1556
*/

View File

@ -958,9 +958,15 @@ struct engine_configuration_s {
*/
uint8_t justATempTest;
/**
* Delta kPa for MAP sync
* units: kPa
* offset 442
*/
uint16_t unused2bytesHere;
uint8_t mapSyncThreshold;
/**
* offset 443
*/
uint8_t unusedByteHere;
/**
* @@CYLINDER_BORE_TOOLTIP@@
* units: mm
@ -1194,6 +1200,7 @@ struct engine_configuration_s {
*/
float adcVcc;
/**
* Magic engine phase: we compare instant MAP at X to instant MAP at x+360 angle in one complete cycle
* units: Deg
* offset 548
*/
@ -2865,7 +2872,7 @@ struct engine_configuration_s {
bool enableKnockSpectrogram : 1 {};
/**
offset 1492 bit 31 */
bool unusedBit_515_31 : 1 {};
bool unusedBit_516_31 : 1 {};
/**
* This is the duration in cycles that the IAC will take to reach its normal idle position, it can be used to hold the idle higher for a few seconds after cranking to improve startup.\Should be 100 once tune is better
* units: cycles
@ -3041,76 +3048,76 @@ struct engine_configuration_s {
bool can2ListenMode : 1 {};
/**
offset 1552 bit 8 */
bool unusedBit_551_8 : 1 {};
bool unusedBit_552_8 : 1 {};
/**
offset 1552 bit 9 */
bool unusedBit_551_9 : 1 {};
bool unusedBit_552_9 : 1 {};
/**
offset 1552 bit 10 */
bool unusedBit_551_10 : 1 {};
bool unusedBit_552_10 : 1 {};
/**
offset 1552 bit 11 */
bool unusedBit_551_11 : 1 {};
bool unusedBit_552_11 : 1 {};
/**
offset 1552 bit 12 */
bool unusedBit_551_12 : 1 {};
bool unusedBit_552_12 : 1 {};
/**
offset 1552 bit 13 */
bool unusedBit_551_13 : 1 {};
bool unusedBit_552_13 : 1 {};
/**
offset 1552 bit 14 */
bool unusedBit_551_14 : 1 {};
bool unusedBit_552_14 : 1 {};
/**
offset 1552 bit 15 */
bool unusedBit_551_15 : 1 {};
bool unusedBit_552_15 : 1 {};
/**
offset 1552 bit 16 */
bool unusedBit_551_16 : 1 {};
bool unusedBit_552_16 : 1 {};
/**
offset 1552 bit 17 */
bool unusedBit_551_17 : 1 {};
bool unusedBit_552_17 : 1 {};
/**
offset 1552 bit 18 */
bool unusedBit_551_18 : 1 {};
bool unusedBit_552_18 : 1 {};
/**
offset 1552 bit 19 */
bool unusedBit_551_19 : 1 {};
bool unusedBit_552_19 : 1 {};
/**
offset 1552 bit 20 */
bool unusedBit_551_20 : 1 {};
bool unusedBit_552_20 : 1 {};
/**
offset 1552 bit 21 */
bool unusedBit_551_21 : 1 {};
bool unusedBit_552_21 : 1 {};
/**
offset 1552 bit 22 */
bool unusedBit_551_22 : 1 {};
bool unusedBit_552_22 : 1 {};
/**
offset 1552 bit 23 */
bool unusedBit_551_23 : 1 {};
bool unusedBit_552_23 : 1 {};
/**
offset 1552 bit 24 */
bool unusedBit_551_24 : 1 {};
bool unusedBit_552_24 : 1 {};
/**
offset 1552 bit 25 */
bool unusedBit_551_25 : 1 {};
bool unusedBit_552_25 : 1 {};
/**
offset 1552 bit 26 */
bool unusedBit_551_26 : 1 {};
bool unusedBit_552_26 : 1 {};
/**
offset 1552 bit 27 */
bool unusedBit_551_27 : 1 {};
bool unusedBit_552_27 : 1 {};
/**
offset 1552 bit 28 */
bool unusedBit_551_28 : 1 {};
bool unusedBit_552_28 : 1 {};
/**
offset 1552 bit 29 */
bool unusedBit_551_29 : 1 {};
bool unusedBit_552_29 : 1 {};
/**
offset 1552 bit 30 */
bool unusedBit_551_30 : 1 {};
bool unusedBit_552_30 : 1 {};
/**
offset 1552 bit 31 */
bool unusedBit_551_31 : 1 {};
bool unusedBit_552_31 : 1 {};
/**
* offset 1556
*/

View File

@ -958,9 +958,15 @@ struct engine_configuration_s {
*/
uint8_t justATempTest;
/**
* Delta kPa for MAP sync
* units: kPa
* offset 442
*/
uint16_t unused2bytesHere;
uint8_t mapSyncThreshold;
/**
* offset 443
*/
uint8_t unusedByteHere;
/**
* @@CYLINDER_BORE_TOOLTIP@@
* units: mm
@ -1194,6 +1200,7 @@ struct engine_configuration_s {
*/
float adcVcc;
/**
* Magic engine phase: we compare instant MAP at X to instant MAP at x+360 angle in one complete cycle
* units: Deg
* offset 548
*/
@ -2865,7 +2872,7 @@ struct engine_configuration_s {
bool enableKnockSpectrogram : 1 {};
/**
offset 1492 bit 31 */
bool unusedBit_515_31 : 1 {};
bool unusedBit_516_31 : 1 {};
/**
* This is the duration in cycles that the IAC will take to reach its normal idle position, it can be used to hold the idle higher for a few seconds after cranking to improve startup.\Should be 100 once tune is better
* units: cycles
@ -3041,76 +3048,76 @@ struct engine_configuration_s {
bool can2ListenMode : 1 {};
/**
offset 1552 bit 8 */
bool unusedBit_551_8 : 1 {};
bool unusedBit_552_8 : 1 {};
/**
offset 1552 bit 9 */
bool unusedBit_551_9 : 1 {};
bool unusedBit_552_9 : 1 {};
/**
offset 1552 bit 10 */
bool unusedBit_551_10 : 1 {};
bool unusedBit_552_10 : 1 {};
/**
offset 1552 bit 11 */
bool unusedBit_551_11 : 1 {};
bool unusedBit_552_11 : 1 {};
/**
offset 1552 bit 12 */
bool unusedBit_551_12 : 1 {};
bool unusedBit_552_12 : 1 {};
/**
offset 1552 bit 13 */
bool unusedBit_551_13 : 1 {};
bool unusedBit_552_13 : 1 {};
/**
offset 1552 bit 14 */
bool unusedBit_551_14 : 1 {};
bool unusedBit_552_14 : 1 {};
/**
offset 1552 bit 15 */
bool unusedBit_551_15 : 1 {};
bool unusedBit_552_15 : 1 {};
/**
offset 1552 bit 16 */
bool unusedBit_551_16 : 1 {};
bool unusedBit_552_16 : 1 {};
/**
offset 1552 bit 17 */
bool unusedBit_551_17 : 1 {};
bool unusedBit_552_17 : 1 {};
/**
offset 1552 bit 18 */
bool unusedBit_551_18 : 1 {};
bool unusedBit_552_18 : 1 {};
/**
offset 1552 bit 19 */
bool unusedBit_551_19 : 1 {};
bool unusedBit_552_19 : 1 {};
/**
offset 1552 bit 20 */
bool unusedBit_551_20 : 1 {};
bool unusedBit_552_20 : 1 {};
/**
offset 1552 bit 21 */
bool unusedBit_551_21 : 1 {};
bool unusedBit_552_21 : 1 {};
/**
offset 1552 bit 22 */
bool unusedBit_551_22 : 1 {};
bool unusedBit_552_22 : 1 {};
/**
offset 1552 bit 23 */
bool unusedBit_551_23 : 1 {};
bool unusedBit_552_23 : 1 {};
/**
offset 1552 bit 24 */
bool unusedBit_551_24 : 1 {};
bool unusedBit_552_24 : 1 {};
/**
offset 1552 bit 25 */
bool unusedBit_551_25 : 1 {};
bool unusedBit_552_25 : 1 {};
/**
offset 1552 bit 26 */
bool unusedBit_551_26 : 1 {};
bool unusedBit_552_26 : 1 {};
/**
offset 1552 bit 27 */
bool unusedBit_551_27 : 1 {};
bool unusedBit_552_27 : 1 {};
/**
offset 1552 bit 28 */
bool unusedBit_551_28 : 1 {};
bool unusedBit_552_28 : 1 {};
/**
offset 1552 bit 29 */
bool unusedBit_551_29 : 1 {};
bool unusedBit_552_29 : 1 {};
/**
offset 1552 bit 30 */
bool unusedBit_551_30 : 1 {};
bool unusedBit_552_30 : 1 {};
/**
offset 1552 bit 31 */
bool unusedBit_551_31 : 1 {};
bool unusedBit_552_31 : 1 {};
/**
* offset 1556
*/

View File

@ -958,9 +958,15 @@ struct engine_configuration_s {
*/
uint8_t justATempTest;
/**
* Delta kPa for MAP sync
* units: kPa
* offset 442
*/
uint16_t unused2bytesHere;
uint8_t mapSyncThreshold;
/**
* offset 443
*/
uint8_t unusedByteHere;
/**
* @@CYLINDER_BORE_TOOLTIP@@
* units: mm
@ -1194,6 +1200,7 @@ struct engine_configuration_s {
*/
float adcVcc;
/**
* Magic engine phase: we compare instant MAP at X to instant MAP at x+360 angle in one complete cycle
* units: Deg
* offset 548
*/
@ -2865,7 +2872,7 @@ struct engine_configuration_s {
bool enableKnockSpectrogram : 1 {};
/**
offset 1492 bit 31 */
bool unusedBit_515_31 : 1 {};
bool unusedBit_516_31 : 1 {};
/**
* This is the duration in cycles that the IAC will take to reach its normal idle position, it can be used to hold the idle higher for a few seconds after cranking to improve startup.\Should be 100 once tune is better
* units: cycles
@ -3041,76 +3048,76 @@ struct engine_configuration_s {
bool can2ListenMode : 1 {};
/**
offset 1552 bit 8 */
bool unusedBit_551_8 : 1 {};
bool unusedBit_552_8 : 1 {};
/**
offset 1552 bit 9 */
bool unusedBit_551_9 : 1 {};
bool unusedBit_552_9 : 1 {};
/**
offset 1552 bit 10 */
bool unusedBit_551_10 : 1 {};
bool unusedBit_552_10 : 1 {};
/**
offset 1552 bit 11 */
bool unusedBit_551_11 : 1 {};
bool unusedBit_552_11 : 1 {};
/**
offset 1552 bit 12 */
bool unusedBit_551_12 : 1 {};
bool unusedBit_552_12 : 1 {};
/**
offset 1552 bit 13 */
bool unusedBit_551_13 : 1 {};
bool unusedBit_552_13 : 1 {};
/**
offset 1552 bit 14 */
bool unusedBit_551_14 : 1 {};
bool unusedBit_552_14 : 1 {};
/**
offset 1552 bit 15 */
bool unusedBit_551_15 : 1 {};
bool unusedBit_552_15 : 1 {};
/**
offset 1552 bit 16 */
bool unusedBit_551_16 : 1 {};
bool unusedBit_552_16 : 1 {};
/**
offset 1552 bit 17 */
bool unusedBit_551_17 : 1 {};
bool unusedBit_552_17 : 1 {};
/**
offset 1552 bit 18 */
bool unusedBit_551_18 : 1 {};
bool unusedBit_552_18 : 1 {};
/**
offset 1552 bit 19 */
bool unusedBit_551_19 : 1 {};
bool unusedBit_552_19 : 1 {};
/**
offset 1552 bit 20 */
bool unusedBit_551_20 : 1 {};
bool unusedBit_552_20 : 1 {};
/**
offset 1552 bit 21 */
bool unusedBit_551_21 : 1 {};
bool unusedBit_552_21 : 1 {};
/**
offset 1552 bit 22 */
bool unusedBit_551_22 : 1 {};
bool unusedBit_552_22 : 1 {};
/**
offset 1552 bit 23 */
bool unusedBit_551_23 : 1 {};
bool unusedBit_552_23 : 1 {};
/**
offset 1552 bit 24 */
bool unusedBit_551_24 : 1 {};
bool unusedBit_552_24 : 1 {};
/**
offset 1552 bit 25 */
bool unusedBit_551_25 : 1 {};
bool unusedBit_552_25 : 1 {};
/**
offset 1552 bit 26 */
bool unusedBit_551_26 : 1 {};
bool unusedBit_552_26 : 1 {};
/**
offset 1552 bit 27 */
bool unusedBit_551_27 : 1 {};
bool unusedBit_552_27 : 1 {};
/**
offset 1552 bit 28 */
bool unusedBit_551_28 : 1 {};
bool unusedBit_552_28 : 1 {};
/**
offset 1552 bit 29 */
bool unusedBit_551_29 : 1 {};
bool unusedBit_552_29 : 1 {};
/**
offset 1552 bit 30 */
bool unusedBit_551_30 : 1 {};
bool unusedBit_552_30 : 1 {};
/**
offset 1552 bit 31 */
bool unusedBit_551_31 : 1 {};
bool unusedBit_552_31 : 1 {};
/**
* offset 1556
*/

View File

@ -958,9 +958,15 @@ struct engine_configuration_s {
*/
uint8_t justATempTest;
/**
* Delta kPa for MAP sync
* units: kPa
* offset 442
*/
uint16_t unused2bytesHere;
uint8_t mapSyncThreshold;
/**
* offset 443
*/
uint8_t unusedByteHere;
/**
* @@CYLINDER_BORE_TOOLTIP@@
* units: mm
@ -1194,6 +1200,7 @@ struct engine_configuration_s {
*/
float adcVcc;
/**
* Magic engine phase: we compare instant MAP at X to instant MAP at x+360 angle in one complete cycle
* units: Deg
* offset 548
*/
@ -2865,7 +2872,7 @@ struct engine_configuration_s {
bool enableKnockSpectrogram : 1 {};
/**
offset 1492 bit 31 */
bool unusedBit_515_31 : 1 {};
bool unusedBit_516_31 : 1 {};
/**
* This is the duration in cycles that the IAC will take to reach its normal idle position, it can be used to hold the idle higher for a few seconds after cranking to improve startup.\Should be 100 once tune is better
* units: cycles
@ -3041,76 +3048,76 @@ struct engine_configuration_s {
bool can2ListenMode : 1 {};
/**
offset 1552 bit 8 */
bool unusedBit_551_8 : 1 {};
bool unusedBit_552_8 : 1 {};
/**
offset 1552 bit 9 */
bool unusedBit_551_9 : 1 {};
bool unusedBit_552_9 : 1 {};
/**
offset 1552 bit 10 */
bool unusedBit_551_10 : 1 {};
bool unusedBit_552_10 : 1 {};
/**
offset 1552 bit 11 */
bool unusedBit_551_11 : 1 {};
bool unusedBit_552_11 : 1 {};
/**
offset 1552 bit 12 */
bool unusedBit_551_12 : 1 {};
bool unusedBit_552_12 : 1 {};
/**
offset 1552 bit 13 */
bool unusedBit_551_13 : 1 {};
bool unusedBit_552_13 : 1 {};
/**
offset 1552 bit 14 */
bool unusedBit_551_14 : 1 {};
bool unusedBit_552_14 : 1 {};
/**
offset 1552 bit 15 */
bool unusedBit_551_15 : 1 {};
bool unusedBit_552_15 : 1 {};
/**
offset 1552 bit 16 */
bool unusedBit_551_16 : 1 {};
bool unusedBit_552_16 : 1 {};
/**
offset 1552 bit 17 */
bool unusedBit_551_17 : 1 {};
bool unusedBit_552_17 : 1 {};
/**
offset 1552 bit 18 */
bool unusedBit_551_18 : 1 {};
bool unusedBit_552_18 : 1 {};
/**
offset 1552 bit 19 */
bool unusedBit_551_19 : 1 {};
bool unusedBit_552_19 : 1 {};
/**
offset 1552 bit 20 */
bool unusedBit_551_20 : 1 {};
bool unusedBit_552_20 : 1 {};
/**
offset 1552 bit 21 */
bool unusedBit_551_21 : 1 {};
bool unusedBit_552_21 : 1 {};
/**
offset 1552 bit 22 */
bool unusedBit_551_22 : 1 {};
bool unusedBit_552_22 : 1 {};
/**
offset 1552 bit 23 */
bool unusedBit_551_23 : 1 {};
bool unusedBit_552_23 : 1 {};
/**
offset 1552 bit 24 */
bool unusedBit_551_24 : 1 {};
bool unusedBit_552_24 : 1 {};
/**
offset 1552 bit 25 */
bool unusedBit_551_25 : 1 {};
bool unusedBit_552_25 : 1 {};
/**
offset 1552 bit 26 */
bool unusedBit_551_26 : 1 {};
bool unusedBit_552_26 : 1 {};
/**
offset 1552 bit 27 */
bool unusedBit_551_27 : 1 {};
bool unusedBit_552_27 : 1 {};
/**
offset 1552 bit 28 */
bool unusedBit_551_28 : 1 {};
bool unusedBit_552_28 : 1 {};
/**
offset 1552 bit 29 */
bool unusedBit_551_29 : 1 {};
bool unusedBit_552_29 : 1 {};
/**
offset 1552 bit 30 */
bool unusedBit_551_30 : 1 {};
bool unusedBit_552_30 : 1 {};
/**
offset 1552 bit 31 */
bool unusedBit_551_31 : 1 {};
bool unusedBit_552_31 : 1 {};
/**
* offset 1556
*/

View File

@ -958,9 +958,15 @@ struct engine_configuration_s {
*/
uint8_t justATempTest;
/**
* Delta kPa for MAP sync
* units: kPa
* offset 442
*/
uint16_t unused2bytesHere;
uint8_t mapSyncThreshold;
/**
* offset 443
*/
uint8_t unusedByteHere;
/**
* @@CYLINDER_BORE_TOOLTIP@@
* units: mm
@ -1194,6 +1200,7 @@ struct engine_configuration_s {
*/
float adcVcc;
/**
* Magic engine phase: we compare instant MAP at X to instant MAP at x+360 angle in one complete cycle
* units: Deg
* offset 548
*/
@ -2865,7 +2872,7 @@ struct engine_configuration_s {
bool enableKnockSpectrogram : 1 {};
/**
offset 1492 bit 31 */
bool unusedBit_515_31 : 1 {};
bool unusedBit_516_31 : 1 {};
/**
* This is the duration in cycles that the IAC will take to reach its normal idle position, it can be used to hold the idle higher for a few seconds after cranking to improve startup.\Should be 100 once tune is better
* units: cycles
@ -3041,76 +3048,76 @@ struct engine_configuration_s {
bool can2ListenMode : 1 {};
/**
offset 1552 bit 8 */
bool unusedBit_551_8 : 1 {};
bool unusedBit_552_8 : 1 {};
/**
offset 1552 bit 9 */
bool unusedBit_551_9 : 1 {};
bool unusedBit_552_9 : 1 {};
/**
offset 1552 bit 10 */
bool unusedBit_551_10 : 1 {};
bool unusedBit_552_10 : 1 {};
/**
offset 1552 bit 11 */
bool unusedBit_551_11 : 1 {};
bool unusedBit_552_11 : 1 {};
/**
offset 1552 bit 12 */
bool unusedBit_551_12 : 1 {};
bool unusedBit_552_12 : 1 {};
/**
offset 1552 bit 13 */
bool unusedBit_551_13 : 1 {};
bool unusedBit_552_13 : 1 {};
/**
offset 1552 bit 14 */
bool unusedBit_551_14 : 1 {};
bool unusedBit_552_14 : 1 {};
/**
offset 1552 bit 15 */
bool unusedBit_551_15 : 1 {};
bool unusedBit_552_15 : 1 {};
/**
offset 1552 bit 16 */
bool unusedBit_551_16 : 1 {};
bool unusedBit_552_16 : 1 {};
/**
offset 1552 bit 17 */
bool unusedBit_551_17 : 1 {};
bool unusedBit_552_17 : 1 {};
/**
offset 1552 bit 18 */
bool unusedBit_551_18 : 1 {};
bool unusedBit_552_18 : 1 {};
/**
offset 1552 bit 19 */
bool unusedBit_551_19 : 1 {};
bool unusedBit_552_19 : 1 {};
/**
offset 1552 bit 20 */
bool unusedBit_551_20 : 1 {};
bool unusedBit_552_20 : 1 {};
/**
offset 1552 bit 21 */
bool unusedBit_551_21 : 1 {};
bool unusedBit_552_21 : 1 {};
/**
offset 1552 bit 22 */
bool unusedBit_551_22 : 1 {};
bool unusedBit_552_22 : 1 {};
/**
offset 1552 bit 23 */
bool unusedBit_551_23 : 1 {};
bool unusedBit_552_23 : 1 {};
/**
offset 1552 bit 24 */
bool unusedBit_551_24 : 1 {};
bool unusedBit_552_24 : 1 {};
/**
offset 1552 bit 25 */
bool unusedBit_551_25 : 1 {};
bool unusedBit_552_25 : 1 {};
/**
offset 1552 bit 26 */
bool unusedBit_551_26 : 1 {};
bool unusedBit_552_26 : 1 {};
/**
offset 1552 bit 27 */
bool unusedBit_551_27 : 1 {};
bool unusedBit_552_27 : 1 {};
/**
offset 1552 bit 28 */
bool unusedBit_551_28 : 1 {};
bool unusedBit_552_28 : 1 {};
/**
offset 1552 bit 29 */
bool unusedBit_551_29 : 1 {};
bool unusedBit_552_29 : 1 {};
/**
offset 1552 bit 30 */
bool unusedBit_551_30 : 1 {};
bool unusedBit_552_30 : 1 {};
/**
offset 1552 bit 31 */
bool unusedBit_551_31 : 1 {};
bool unusedBit_552_31 : 1 {};
/**
* offset 1556
*/

View File

@ -958,9 +958,15 @@ struct engine_configuration_s {
*/
uint8_t justATempTest;
/**
* Delta kPa for MAP sync
* units: kPa
* offset 442
*/
uint16_t unused2bytesHere;
uint8_t mapSyncThreshold;
/**
* offset 443
*/
uint8_t unusedByteHere;
/**
* @@CYLINDER_BORE_TOOLTIP@@
* units: mm
@ -1194,6 +1200,7 @@ struct engine_configuration_s {
*/
float adcVcc;
/**
* Magic engine phase: we compare instant MAP at X to instant MAP at x+360 angle in one complete cycle
* units: Deg
* offset 548
*/
@ -2865,7 +2872,7 @@ struct engine_configuration_s {
bool enableKnockSpectrogram : 1 {};
/**
offset 1492 bit 31 */
bool unusedBit_515_31 : 1 {};
bool unusedBit_516_31 : 1 {};
/**
* This is the duration in cycles that the IAC will take to reach its normal idle position, it can be used to hold the idle higher for a few seconds after cranking to improve startup.\Should be 100 once tune is better
* units: cycles
@ -3041,76 +3048,76 @@ struct engine_configuration_s {
bool can2ListenMode : 1 {};
/**
offset 1552 bit 8 */
bool unusedBit_551_8 : 1 {};
bool unusedBit_552_8 : 1 {};
/**
offset 1552 bit 9 */
bool unusedBit_551_9 : 1 {};
bool unusedBit_552_9 : 1 {};
/**
offset 1552 bit 10 */
bool unusedBit_551_10 : 1 {};
bool unusedBit_552_10 : 1 {};
/**
offset 1552 bit 11 */
bool unusedBit_551_11 : 1 {};
bool unusedBit_552_11 : 1 {};
/**
offset 1552 bit 12 */
bool unusedBit_551_12 : 1 {};
bool unusedBit_552_12 : 1 {};
/**
offset 1552 bit 13 */
bool unusedBit_551_13 : 1 {};
bool unusedBit_552_13 : 1 {};
/**
offset 1552 bit 14 */
bool unusedBit_551_14 : 1 {};
bool unusedBit_552_14 : 1 {};
/**
offset 1552 bit 15 */
bool unusedBit_551_15 : 1 {};
bool unusedBit_552_15 : 1 {};
/**
offset 1552 bit 16 */
bool unusedBit_551_16 : 1 {};
bool unusedBit_552_16 : 1 {};
/**
offset 1552 bit 17 */
bool unusedBit_551_17 : 1 {};
bool unusedBit_552_17 : 1 {};
/**
offset 1552 bit 18 */
bool unusedBit_551_18 : 1 {};
bool unusedBit_552_18 : 1 {};
/**
offset 1552 bit 19 */
bool unusedBit_551_19 : 1 {};
bool unusedBit_552_19 : 1 {};
/**
offset 1552 bit 20 */
bool unusedBit_551_20 : 1 {};
bool unusedBit_552_20 : 1 {};
/**
offset 1552 bit 21 */
bool unusedBit_551_21 : 1 {};
bool unusedBit_552_21 : 1 {};
/**
offset 1552 bit 22 */
bool unusedBit_551_22 : 1 {};
bool unusedBit_552_22 : 1 {};
/**
offset 1552 bit 23 */
bool unusedBit_551_23 : 1 {};
bool unusedBit_552_23 : 1 {};
/**
offset 1552 bit 24 */
bool unusedBit_551_24 : 1 {};
bool unusedBit_552_24 : 1 {};
/**
offset 1552 bit 25 */
bool unusedBit_551_25 : 1 {};
bool unusedBit_552_25 : 1 {};
/**
offset 1552 bit 26 */
bool unusedBit_551_26 : 1 {};
bool unusedBit_552_26 : 1 {};
/**
offset 1552 bit 27 */
bool unusedBit_551_27 : 1 {};
bool unusedBit_552_27 : 1 {};
/**
offset 1552 bit 28 */
bool unusedBit_551_28 : 1 {};
bool unusedBit_552_28 : 1 {};
/**
offset 1552 bit 29 */
bool unusedBit_551_29 : 1 {};
bool unusedBit_552_29 : 1 {};
/**
offset 1552 bit 30 */
bool unusedBit_551_30 : 1 {};
bool unusedBit_552_30 : 1 {};
/**
offset 1552 bit 31 */
bool unusedBit_551_31 : 1 {};
bool unusedBit_552_31 : 1 {};
/**
* offset 1556
*/

View File

@ -958,9 +958,15 @@ struct engine_configuration_s {
*/
uint8_t justATempTest;
/**
* Delta kPa for MAP sync
* units: kPa
* offset 442
*/
uint16_t unused2bytesHere;
uint8_t mapSyncThreshold;
/**
* offset 443
*/
uint8_t unusedByteHere;
/**
* @@CYLINDER_BORE_TOOLTIP@@
* units: mm
@ -1194,6 +1200,7 @@ struct engine_configuration_s {
*/
float adcVcc;
/**
* Magic engine phase: we compare instant MAP at X to instant MAP at x+360 angle in one complete cycle
* units: Deg
* offset 548
*/
@ -2865,7 +2872,7 @@ struct engine_configuration_s {
bool enableKnockSpectrogram : 1 {};
/**
offset 1492 bit 31 */
bool unusedBit_515_31 : 1 {};
bool unusedBit_516_31 : 1 {};
/**
* This is the duration in cycles that the IAC will take to reach its normal idle position, it can be used to hold the idle higher for a few seconds after cranking to improve startup.\Should be 100 once tune is better
* units: cycles
@ -3041,76 +3048,76 @@ struct engine_configuration_s {
bool can2ListenMode : 1 {};
/**
offset 1552 bit 8 */
bool unusedBit_551_8 : 1 {};
bool unusedBit_552_8 : 1 {};
/**
offset 1552 bit 9 */
bool unusedBit_551_9 : 1 {};
bool unusedBit_552_9 : 1 {};
/**
offset 1552 bit 10 */
bool unusedBit_551_10 : 1 {};
bool unusedBit_552_10 : 1 {};
/**
offset 1552 bit 11 */
bool unusedBit_551_11 : 1 {};
bool unusedBit_552_11 : 1 {};
/**
offset 1552 bit 12 */
bool unusedBit_551_12 : 1 {};
bool unusedBit_552_12 : 1 {};
/**
offset 1552 bit 13 */
bool unusedBit_551_13 : 1 {};
bool unusedBit_552_13 : 1 {};
/**
offset 1552 bit 14 */
bool unusedBit_551_14 : 1 {};
bool unusedBit_552_14 : 1 {};
/**
offset 1552 bit 15 */
bool unusedBit_551_15 : 1 {};
bool unusedBit_552_15 : 1 {};
/**
offset 1552 bit 16 */
bool unusedBit_551_16 : 1 {};
bool unusedBit_552_16 : 1 {};
/**
offset 1552 bit 17 */
bool unusedBit_551_17 : 1 {};
bool unusedBit_552_17 : 1 {};
/**
offset 1552 bit 18 */
bool unusedBit_551_18 : 1 {};
bool unusedBit_552_18 : 1 {};
/**
offset 1552 bit 19 */
bool unusedBit_551_19 : 1 {};
bool unusedBit_552_19 : 1 {};
/**
offset 1552 bit 20 */
bool unusedBit_551_20 : 1 {};
bool unusedBit_552_20 : 1 {};
/**
offset 1552 bit 21 */
bool unusedBit_551_21 : 1 {};
bool unusedBit_552_21 : 1 {};
/**
offset 1552 bit 22 */
bool unusedBit_551_22 : 1 {};
bool unusedBit_552_22 : 1 {};
/**
offset 1552 bit 23 */
bool unusedBit_551_23 : 1 {};
bool unusedBit_552_23 : 1 {};
/**
offset 1552 bit 24 */
bool unusedBit_551_24 : 1 {};
bool unusedBit_552_24 : 1 {};
/**
offset 1552 bit 25 */
bool unusedBit_551_25 : 1 {};
bool unusedBit_552_25 : 1 {};
/**
offset 1552 bit 26 */
bool unusedBit_551_26 : 1 {};
bool unusedBit_552_26 : 1 {};
/**
offset 1552 bit 27 */
bool unusedBit_551_27 : 1 {};
bool unusedBit_552_27 : 1 {};
/**
offset 1552 bit 28 */
bool unusedBit_551_28 : 1 {};
bool unusedBit_552_28 : 1 {};
/**
offset 1552 bit 29 */
bool unusedBit_551_29 : 1 {};
bool unusedBit_552_29 : 1 {};
/**
offset 1552 bit 30 */
bool unusedBit_551_30 : 1 {};
bool unusedBit_552_30 : 1 {};
/**
offset 1552 bit 31 */
bool unusedBit_551_31 : 1 {};
bool unusedBit_552_31 : 1 {};
/**
* offset 1556
*/

View File

@ -958,9 +958,15 @@ struct engine_configuration_s {
*/
uint8_t justATempTest;
/**
* Delta kPa for MAP sync
* units: kPa
* offset 442
*/
uint16_t unused2bytesHere;
uint8_t mapSyncThreshold;
/**
* offset 443
*/
uint8_t unusedByteHere;
/**
* @@CYLINDER_BORE_TOOLTIP@@
* units: mm
@ -1194,6 +1200,7 @@ struct engine_configuration_s {
*/
float adcVcc;
/**
* Magic engine phase: we compare instant MAP at X to instant MAP at x+360 angle in one complete cycle
* units: Deg
* offset 548
*/
@ -2865,7 +2872,7 @@ struct engine_configuration_s {
bool enableKnockSpectrogram : 1 {};
/**
offset 1492 bit 31 */
bool unusedBit_515_31 : 1 {};
bool unusedBit_516_31 : 1 {};
/**
* This is the duration in cycles that the IAC will take to reach its normal idle position, it can be used to hold the idle higher for a few seconds after cranking to improve startup.\Should be 100 once tune is better
* units: cycles
@ -3041,76 +3048,76 @@ struct engine_configuration_s {
bool can2ListenMode : 1 {};
/**
offset 1552 bit 8 */
bool unusedBit_551_8 : 1 {};
bool unusedBit_552_8 : 1 {};
/**
offset 1552 bit 9 */
bool unusedBit_551_9 : 1 {};
bool unusedBit_552_9 : 1 {};
/**
offset 1552 bit 10 */
bool unusedBit_551_10 : 1 {};
bool unusedBit_552_10 : 1 {};
/**
offset 1552 bit 11 */
bool unusedBit_551_11 : 1 {};
bool unusedBit_552_11 : 1 {};
/**
offset 1552 bit 12 */
bool unusedBit_551_12 : 1 {};
bool unusedBit_552_12 : 1 {};
/**
offset 1552 bit 13 */
bool unusedBit_551_13 : 1 {};
bool unusedBit_552_13 : 1 {};
/**
offset 1552 bit 14 */
bool unusedBit_551_14 : 1 {};
bool unusedBit_552_14 : 1 {};
/**
offset 1552 bit 15 */
bool unusedBit_551_15 : 1 {};
bool unusedBit_552_15 : 1 {};
/**
offset 1552 bit 16 */
bool unusedBit_551_16 : 1 {};
bool unusedBit_552_16 : 1 {};
/**
offset 1552 bit 17 */
bool unusedBit_551_17 : 1 {};
bool unusedBit_552_17 : 1 {};
/**
offset 1552 bit 18 */
bool unusedBit_551_18 : 1 {};
bool unusedBit_552_18 : 1 {};
/**
offset 1552 bit 19 */
bool unusedBit_551_19 : 1 {};
bool unusedBit_552_19 : 1 {};
/**
offset 1552 bit 20 */
bool unusedBit_551_20 : 1 {};
bool unusedBit_552_20 : 1 {};
/**
offset 1552 bit 21 */
bool unusedBit_551_21 : 1 {};
bool unusedBit_552_21 : 1 {};
/**
offset 1552 bit 22 */
bool unusedBit_551_22 : 1 {};
bool unusedBit_552_22 : 1 {};
/**
offset 1552 bit 23 */
bool unusedBit_551_23 : 1 {};
bool unusedBit_552_23 : 1 {};
/**
offset 1552 bit 24 */
bool unusedBit_551_24 : 1 {};
bool unusedBit_552_24 : 1 {};
/**
offset 1552 bit 25 */
bool unusedBit_551_25 : 1 {};
bool unusedBit_552_25 : 1 {};
/**
offset 1552 bit 26 */
bool unusedBit_551_26 : 1 {};
bool unusedBit_552_26 : 1 {};
/**
offset 1552 bit 27 */
bool unusedBit_551_27 : 1 {};
bool unusedBit_552_27 : 1 {};
/**
offset 1552 bit 28 */
bool unusedBit_551_28 : 1 {};
bool unusedBit_552_28 : 1 {};
/**
offset 1552 bit 29 */
bool unusedBit_551_29 : 1 {};
bool unusedBit_552_29 : 1 {};
/**
offset 1552 bit 30 */
bool unusedBit_551_30 : 1 {};
bool unusedBit_552_30 : 1 {};
/**
offset 1552 bit 31 */
bool unusedBit_551_31 : 1 {};
bool unusedBit_552_31 : 1 {};
/**
* offset 1556
*/

View File

@ -958,9 +958,15 @@ struct engine_configuration_s {
*/
uint8_t justATempTest;
/**
* Delta kPa for MAP sync
* units: kPa
* offset 442
*/
uint16_t unused2bytesHere;
uint8_t mapSyncThreshold;
/**
* offset 443
*/
uint8_t unusedByteHere;
/**
* @@CYLINDER_BORE_TOOLTIP@@
* units: mm
@ -1194,6 +1200,7 @@ struct engine_configuration_s {
*/
float adcVcc;
/**
* Magic engine phase: we compare instant MAP at X to instant MAP at x+360 angle in one complete cycle
* units: Deg
* offset 548
*/
@ -2865,7 +2872,7 @@ struct engine_configuration_s {
bool enableKnockSpectrogram : 1 {};
/**
offset 1492 bit 31 */
bool unusedBit_515_31 : 1 {};
bool unusedBit_516_31 : 1 {};
/**
* This is the duration in cycles that the IAC will take to reach its normal idle position, it can be used to hold the idle higher for a few seconds after cranking to improve startup.\Should be 100 once tune is better
* units: cycles
@ -3041,76 +3048,76 @@ struct engine_configuration_s {
bool can2ListenMode : 1 {};
/**
offset 1552 bit 8 */
bool unusedBit_551_8 : 1 {};
bool unusedBit_552_8 : 1 {};
/**
offset 1552 bit 9 */
bool unusedBit_551_9 : 1 {};
bool unusedBit_552_9 : 1 {};
/**
offset 1552 bit 10 */
bool unusedBit_551_10 : 1 {};
bool unusedBit_552_10 : 1 {};
/**
offset 1552 bit 11 */
bool unusedBit_551_11 : 1 {};
bool unusedBit_552_11 : 1 {};
/**
offset 1552 bit 12 */
bool unusedBit_551_12 : 1 {};
bool unusedBit_552_12 : 1 {};
/**
offset 1552 bit 13 */
bool unusedBit_551_13 : 1 {};
bool unusedBit_552_13 : 1 {};
/**
offset 1552 bit 14 */
bool unusedBit_551_14 : 1 {};
bool unusedBit_552_14 : 1 {};
/**
offset 1552 bit 15 */
bool unusedBit_551_15 : 1 {};
bool unusedBit_552_15 : 1 {};
/**
offset 1552 bit 16 */
bool unusedBit_551_16 : 1 {};
bool unusedBit_552_16 : 1 {};
/**
offset 1552 bit 17 */
bool unusedBit_551_17 : 1 {};
bool unusedBit_552_17 : 1 {};
/**
offset 1552 bit 18 */
bool unusedBit_551_18 : 1 {};
bool unusedBit_552_18 : 1 {};
/**
offset 1552 bit 19 */
bool unusedBit_551_19 : 1 {};
bool unusedBit_552_19 : 1 {};
/**
offset 1552 bit 20 */
bool unusedBit_551_20 : 1 {};
bool unusedBit_552_20 : 1 {};
/**
offset 1552 bit 21 */
bool unusedBit_551_21 : 1 {};
bool unusedBit_552_21 : 1 {};
/**
offset 1552 bit 22 */
bool unusedBit_551_22 : 1 {};
bool unusedBit_552_22 : 1 {};
/**
offset 1552 bit 23 */
bool unusedBit_551_23 : 1 {};
bool unusedBit_552_23 : 1 {};
/**
offset 1552 bit 24 */
bool unusedBit_551_24 : 1 {};
bool unusedBit_552_24 : 1 {};
/**
offset 1552 bit 25 */
bool unusedBit_551_25 : 1 {};
bool unusedBit_552_25 : 1 {};
/**
offset 1552 bit 26 */
bool unusedBit_551_26 : 1 {};
bool unusedBit_552_26 : 1 {};
/**
offset 1552 bit 27 */
bool unusedBit_551_27 : 1 {};
bool unusedBit_552_27 : 1 {};
/**
offset 1552 bit 28 */
bool unusedBit_551_28 : 1 {};
bool unusedBit_552_28 : 1 {};
/**
offset 1552 bit 29 */
bool unusedBit_551_29 : 1 {};
bool unusedBit_552_29 : 1 {};
/**
offset 1552 bit 30 */
bool unusedBit_551_30 : 1 {};
bool unusedBit_552_30 : 1 {};
/**
offset 1552 bit 31 */
bool unusedBit_551_31 : 1 {};
bool unusedBit_552_31 : 1 {};
/**
* offset 1556
*/

View File

@ -958,9 +958,15 @@ struct engine_configuration_s {
*/
uint8_t justATempTest;
/**
* Delta kPa for MAP sync
* units: kPa
* offset 442
*/
uint16_t unused2bytesHere;
uint8_t mapSyncThreshold;
/**
* offset 443
*/
uint8_t unusedByteHere;
/**
* @@CYLINDER_BORE_TOOLTIP@@
* units: mm
@ -1194,6 +1200,7 @@ struct engine_configuration_s {
*/
float adcVcc;
/**
* Magic engine phase: we compare instant MAP at X to instant MAP at x+360 angle in one complete cycle
* units: Deg
* offset 548
*/
@ -2865,7 +2872,7 @@ struct engine_configuration_s {
bool enableKnockSpectrogram : 1 {};
/**
offset 1492 bit 31 */
bool unusedBit_515_31 : 1 {};
bool unusedBit_516_31 : 1 {};
/**
* This is the duration in cycles that the IAC will take to reach its normal idle position, it can be used to hold the idle higher for a few seconds after cranking to improve startup.\Should be 100 once tune is better
* units: cycles
@ -3041,76 +3048,76 @@ struct engine_configuration_s {
bool can2ListenMode : 1 {};
/**
offset 1552 bit 8 */
bool unusedBit_551_8 : 1 {};
bool unusedBit_552_8 : 1 {};
/**
offset 1552 bit 9 */
bool unusedBit_551_9 : 1 {};
bool unusedBit_552_9 : 1 {};
/**
offset 1552 bit 10 */
bool unusedBit_551_10 : 1 {};
bool unusedBit_552_10 : 1 {};
/**
offset 1552 bit 11 */
bool unusedBit_551_11 : 1 {};
bool unusedBit_552_11 : 1 {};
/**
offset 1552 bit 12 */
bool unusedBit_551_12 : 1 {};
bool unusedBit_552_12 : 1 {};
/**
offset 1552 bit 13 */
bool unusedBit_551_13 : 1 {};
bool unusedBit_552_13 : 1 {};
/**
offset 1552 bit 14 */
bool unusedBit_551_14 : 1 {};
bool unusedBit_552_14 : 1 {};
/**
offset 1552 bit 15 */
bool unusedBit_551_15 : 1 {};
bool unusedBit_552_15 : 1 {};
/**
offset 1552 bit 16 */
bool unusedBit_551_16 : 1 {};
bool unusedBit_552_16 : 1 {};
/**
offset 1552 bit 17 */
bool unusedBit_551_17 : 1 {};
bool unusedBit_552_17 : 1 {};
/**
offset 1552 bit 18 */
bool unusedBit_551_18 : 1 {};
bool unusedBit_552_18 : 1 {};
/**
offset 1552 bit 19 */
bool unusedBit_551_19 : 1 {};
bool unusedBit_552_19 : 1 {};
/**
offset 1552 bit 20 */
bool unusedBit_551_20 : 1 {};
bool unusedBit_552_20 : 1 {};
/**
offset 1552 bit 21 */
bool unusedBit_551_21 : 1 {};
bool unusedBit_552_21 : 1 {};
/**
offset 1552 bit 22 */
bool unusedBit_551_22 : 1 {};
bool unusedBit_552_22 : 1 {};
/**
offset 1552 bit 23 */
bool unusedBit_551_23 : 1 {};
bool unusedBit_552_23 : 1 {};
/**
offset 1552 bit 24 */
bool unusedBit_551_24 : 1 {};
bool unusedBit_552_24 : 1 {};
/**
offset 1552 bit 25 */
bool unusedBit_551_25 : 1 {};
bool unusedBit_552_25 : 1 {};
/**
offset 1552 bit 26 */
bool unusedBit_551_26 : 1 {};
bool unusedBit_552_26 : 1 {};
/**
offset 1552 bit 27 */
bool unusedBit_551_27 : 1 {};
bool unusedBit_552_27 : 1 {};
/**
offset 1552 bit 28 */
bool unusedBit_551_28 : 1 {};
bool unusedBit_552_28 : 1 {};
/**
offset 1552 bit 29 */
bool unusedBit_551_29 : 1 {};
bool unusedBit_552_29 : 1 {};
/**
offset 1552 bit 30 */
bool unusedBit_551_30 : 1 {};
bool unusedBit_552_30 : 1 {};
/**
offset 1552 bit 31 */
bool unusedBit_551_31 : 1 {};
bool unusedBit_552_31 : 1 {};
/**
* offset 1556
*/

View File

@ -958,9 +958,15 @@ struct engine_configuration_s {
*/
uint8_t justATempTest;
/**
* Delta kPa for MAP sync
* units: kPa
* offset 442
*/
uint16_t unused2bytesHere;
uint8_t mapSyncThreshold;
/**
* offset 443
*/
uint8_t unusedByteHere;
/**
* @@CYLINDER_BORE_TOOLTIP@@
* units: mm
@ -1194,6 +1200,7 @@ struct engine_configuration_s {
*/
float adcVcc;
/**
* Magic engine phase: we compare instant MAP at X to instant MAP at x+360 angle in one complete cycle
* units: Deg
* offset 548
*/
@ -2865,7 +2872,7 @@ struct engine_configuration_s {
bool enableKnockSpectrogram : 1 {};
/**
offset 1492 bit 31 */
bool unusedBit_515_31 : 1 {};
bool unusedBit_516_31 : 1 {};
/**
* This is the duration in cycles that the IAC will take to reach its normal idle position, it can be used to hold the idle higher for a few seconds after cranking to improve startup.\Should be 100 once tune is better
* units: cycles
@ -3041,76 +3048,76 @@ struct engine_configuration_s {
bool can2ListenMode : 1 {};
/**
offset 1552 bit 8 */
bool unusedBit_551_8 : 1 {};
bool unusedBit_552_8 : 1 {};
/**
offset 1552 bit 9 */
bool unusedBit_551_9 : 1 {};
bool unusedBit_552_9 : 1 {};
/**
offset 1552 bit 10 */
bool unusedBit_551_10 : 1 {};
bool unusedBit_552_10 : 1 {};
/**
offset 1552 bit 11 */
bool unusedBit_551_11 : 1 {};
bool unusedBit_552_11 : 1 {};
/**
offset 1552 bit 12 */
bool unusedBit_551_12 : 1 {};
bool unusedBit_552_12 : 1 {};
/**
offset 1552 bit 13 */
bool unusedBit_551_13 : 1 {};
bool unusedBit_552_13 : 1 {};
/**
offset 1552 bit 14 */
bool unusedBit_551_14 : 1 {};
bool unusedBit_552_14 : 1 {};
/**
offset 1552 bit 15 */
bool unusedBit_551_15 : 1 {};
bool unusedBit_552_15 : 1 {};
/**
offset 1552 bit 16 */
bool unusedBit_551_16 : 1 {};
bool unusedBit_552_16 : 1 {};
/**
offset 1552 bit 17 */
bool unusedBit_551_17 : 1 {};
bool unusedBit_552_17 : 1 {};
/**
offset 1552 bit 18 */
bool unusedBit_551_18 : 1 {};
bool unusedBit_552_18 : 1 {};
/**
offset 1552 bit 19 */
bool unusedBit_551_19 : 1 {};
bool unusedBit_552_19 : 1 {};
/**
offset 1552 bit 20 */
bool unusedBit_551_20 : 1 {};
bool unusedBit_552_20 : 1 {};
/**
offset 1552 bit 21 */
bool unusedBit_551_21 : 1 {};
bool unusedBit_552_21 : 1 {};
/**
offset 1552 bit 22 */
bool unusedBit_551_22 : 1 {};
bool unusedBit_552_22 : 1 {};
/**
offset 1552 bit 23 */
bool unusedBit_551_23 : 1 {};
bool unusedBit_552_23 : 1 {};
/**
offset 1552 bit 24 */
bool unusedBit_551_24 : 1 {};
bool unusedBit_552_24 : 1 {};
/**
offset 1552 bit 25 */
bool unusedBit_551_25 : 1 {};
bool unusedBit_552_25 : 1 {};
/**
offset 1552 bit 26 */
bool unusedBit_551_26 : 1 {};
bool unusedBit_552_26 : 1 {};
/**
offset 1552 bit 27 */
bool unusedBit_551_27 : 1 {};
bool unusedBit_552_27 : 1 {};
/**
offset 1552 bit 28 */
bool unusedBit_551_28 : 1 {};
bool unusedBit_552_28 : 1 {};
/**
offset 1552 bit 29 */
bool unusedBit_551_29 : 1 {};
bool unusedBit_552_29 : 1 {};
/**
offset 1552 bit 30 */
bool unusedBit_551_30 : 1 {};
bool unusedBit_552_30 : 1 {};
/**
offset 1552 bit 31 */
bool unusedBit_551_31 : 1 {};
bool unusedBit_552_31 : 1 {};
/**
* offset 1556
*/

View File

@ -958,9 +958,15 @@ struct engine_configuration_s {
*/
uint8_t justATempTest;
/**
* Delta kPa for MAP sync
* units: kPa
* offset 442
*/
uint16_t unused2bytesHere;
uint8_t mapSyncThreshold;
/**
* offset 443
*/
uint8_t unusedByteHere;
/**
* @@CYLINDER_BORE_TOOLTIP@@
* units: mm
@ -1194,6 +1200,7 @@ struct engine_configuration_s {
*/
float adcVcc;
/**
* Magic engine phase: we compare instant MAP at X to instant MAP at x+360 angle in one complete cycle
* units: Deg
* offset 548
*/
@ -2865,7 +2872,7 @@ struct engine_configuration_s {
bool enableKnockSpectrogram : 1 {};
/**
offset 1492 bit 31 */
bool unusedBit_515_31 : 1 {};
bool unusedBit_516_31 : 1 {};
/**
* This is the duration in cycles that the IAC will take to reach its normal idle position, it can be used to hold the idle higher for a few seconds after cranking to improve startup.\Should be 100 once tune is better
* units: cycles
@ -3041,76 +3048,76 @@ struct engine_configuration_s {
bool can2ListenMode : 1 {};
/**
offset 1552 bit 8 */
bool unusedBit_551_8 : 1 {};
bool unusedBit_552_8 : 1 {};
/**
offset 1552 bit 9 */
bool unusedBit_551_9 : 1 {};
bool unusedBit_552_9 : 1 {};
/**
offset 1552 bit 10 */
bool unusedBit_551_10 : 1 {};
bool unusedBit_552_10 : 1 {};
/**
offset 1552 bit 11 */
bool unusedBit_551_11 : 1 {};
bool unusedBit_552_11 : 1 {};
/**
offset 1552 bit 12 */
bool unusedBit_551_12 : 1 {};
bool unusedBit_552_12 : 1 {};
/**
offset 1552 bit 13 */
bool unusedBit_551_13 : 1 {};
bool unusedBit_552_13 : 1 {};
/**
offset 1552 bit 14 */
bool unusedBit_551_14 : 1 {};
bool unusedBit_552_14 : 1 {};
/**
offset 1552 bit 15 */
bool unusedBit_551_15 : 1 {};
bool unusedBit_552_15 : 1 {};
/**
offset 1552 bit 16 */
bool unusedBit_551_16 : 1 {};
bool unusedBit_552_16 : 1 {};
/**
offset 1552 bit 17 */
bool unusedBit_551_17 : 1 {};
bool unusedBit_552_17 : 1 {};
/**
offset 1552 bit 18 */
bool unusedBit_551_18 : 1 {};
bool unusedBit_552_18 : 1 {};
/**
offset 1552 bit 19 */
bool unusedBit_551_19 : 1 {};
bool unusedBit_552_19 : 1 {};
/**
offset 1552 bit 20 */
bool unusedBit_551_20 : 1 {};
bool unusedBit_552_20 : 1 {};
/**
offset 1552 bit 21 */
bool unusedBit_551_21 : 1 {};
bool unusedBit_552_21 : 1 {};
/**
offset 1552 bit 22 */
bool unusedBit_551_22 : 1 {};
bool unusedBit_552_22 : 1 {};
/**
offset 1552 bit 23 */
bool unusedBit_551_23 : 1 {};
bool unusedBit_552_23 : 1 {};
/**
offset 1552 bit 24 */
bool unusedBit_551_24 : 1 {};
bool unusedBit_552_24 : 1 {};
/**
offset 1552 bit 25 */
bool unusedBit_551_25 : 1 {};
bool unusedBit_552_25 : 1 {};
/**
offset 1552 bit 26 */
bool unusedBit_551_26 : 1 {};
bool unusedBit_552_26 : 1 {};
/**
offset 1552 bit 27 */
bool unusedBit_551_27 : 1 {};
bool unusedBit_552_27 : 1 {};
/**
offset 1552 bit 28 */
bool unusedBit_551_28 : 1 {};
bool unusedBit_552_28 : 1 {};
/**
offset 1552 bit 29 */
bool unusedBit_551_29 : 1 {};
bool unusedBit_552_29 : 1 {};
/**
offset 1552 bit 30 */
bool unusedBit_551_30 : 1 {};
bool unusedBit_552_30 : 1 {};
/**
offset 1552 bit 31 */
bool unusedBit_551_31 : 1 {};
bool unusedBit_552_31 : 1 {};
/**
* offset 1556
*/

View File

@ -958,9 +958,15 @@ struct engine_configuration_s {
*/
uint8_t justATempTest;
/**
* Delta kPa for MAP sync
* units: kPa
* offset 442
*/
uint16_t unused2bytesHere;
uint8_t mapSyncThreshold;
/**
* offset 443
*/
uint8_t unusedByteHere;
/**
* @@CYLINDER_BORE_TOOLTIP@@
* units: mm
@ -1194,6 +1200,7 @@ struct engine_configuration_s {
*/
float adcVcc;
/**
* Magic engine phase: we compare instant MAP at X to instant MAP at x+360 angle in one complete cycle
* units: Deg
* offset 548
*/
@ -2865,7 +2872,7 @@ struct engine_configuration_s {
bool enableKnockSpectrogram : 1 {};
/**
offset 1492 bit 31 */
bool unusedBit_515_31 : 1 {};
bool unusedBit_516_31 : 1 {};
/**
* This is the duration in cycles that the IAC will take to reach its normal idle position, it can be used to hold the idle higher for a few seconds after cranking to improve startup.\Should be 100 once tune is better
* units: cycles
@ -3041,76 +3048,76 @@ struct engine_configuration_s {
bool can2ListenMode : 1 {};
/**
offset 1552 bit 8 */
bool unusedBit_551_8 : 1 {};
bool unusedBit_552_8 : 1 {};
/**
offset 1552 bit 9 */
bool unusedBit_551_9 : 1 {};
bool unusedBit_552_9 : 1 {};
/**
offset 1552 bit 10 */
bool unusedBit_551_10 : 1 {};
bool unusedBit_552_10 : 1 {};
/**
offset 1552 bit 11 */
bool unusedBit_551_11 : 1 {};
bool unusedBit_552_11 : 1 {};
/**
offset 1552 bit 12 */
bool unusedBit_551_12 : 1 {};
bool unusedBit_552_12 : 1 {};
/**
offset 1552 bit 13 */
bool unusedBit_551_13 : 1 {};
bool unusedBit_552_13 : 1 {};
/**
offset 1552 bit 14 */
bool unusedBit_551_14 : 1 {};
bool unusedBit_552_14 : 1 {};
/**
offset 1552 bit 15 */
bool unusedBit_551_15 : 1 {};
bool unusedBit_552_15 : 1 {};
/**
offset 1552 bit 16 */
bool unusedBit_551_16 : 1 {};
bool unusedBit_552_16 : 1 {};
/**
offset 1552 bit 17 */
bool unusedBit_551_17 : 1 {};
bool unusedBit_552_17 : 1 {};
/**
offset 1552 bit 18 */
bool unusedBit_551_18 : 1 {};
bool unusedBit_552_18 : 1 {};
/**
offset 1552 bit 19 */
bool unusedBit_551_19 : 1 {};
bool unusedBit_552_19 : 1 {};
/**
offset 1552 bit 20 */
bool unusedBit_551_20 : 1 {};
bool unusedBit_552_20 : 1 {};
/**
offset 1552 bit 21 */
bool unusedBit_551_21 : 1 {};
bool unusedBit_552_21 : 1 {};
/**
offset 1552 bit 22 */
bool unusedBit_551_22 : 1 {};
bool unusedBit_552_22 : 1 {};
/**
offset 1552 bit 23 */
bool unusedBit_551_23 : 1 {};
bool unusedBit_552_23 : 1 {};
/**
offset 1552 bit 24 */
bool unusedBit_551_24 : 1 {};
bool unusedBit_552_24 : 1 {};
/**
offset 1552 bit 25 */
bool unusedBit_551_25 : 1 {};
bool unusedBit_552_25 : 1 {};
/**
offset 1552 bit 26 */
bool unusedBit_551_26 : 1 {};
bool unusedBit_552_26 : 1 {};
/**
offset 1552 bit 27 */
bool unusedBit_551_27 : 1 {};
bool unusedBit_552_27 : 1 {};
/**
offset 1552 bit 28 */
bool unusedBit_551_28 : 1 {};
bool unusedBit_552_28 : 1 {};
/**
offset 1552 bit 29 */
bool unusedBit_551_29 : 1 {};
bool unusedBit_552_29 : 1 {};
/**
offset 1552 bit 30 */
bool unusedBit_551_30 : 1 {};
bool unusedBit_552_30 : 1 {};
/**
offset 1552 bit 31 */
bool unusedBit_551_31 : 1 {};
bool unusedBit_552_31 : 1 {};
/**
* offset 1556
*/

View File

@ -958,9 +958,15 @@ struct engine_configuration_s {
*/
uint8_t justATempTest;
/**
* Delta kPa for MAP sync
* units: kPa
* offset 442
*/
uint16_t unused2bytesHere;
uint8_t mapSyncThreshold;
/**
* offset 443
*/
uint8_t unusedByteHere;
/**
* @@CYLINDER_BORE_TOOLTIP@@
* units: mm
@ -1194,6 +1200,7 @@ struct engine_configuration_s {
*/
float adcVcc;
/**
* Magic engine phase: we compare instant MAP at X to instant MAP at x+360 angle in one complete cycle
* units: Deg
* offset 548
*/
@ -2865,7 +2872,7 @@ struct engine_configuration_s {
bool enableKnockSpectrogram : 1 {};
/**
offset 1492 bit 31 */
bool unusedBit_515_31 : 1 {};
bool unusedBit_516_31 : 1 {};
/**
* This is the duration in cycles that the IAC will take to reach its normal idle position, it can be used to hold the idle higher for a few seconds after cranking to improve startup.\Should be 100 once tune is better
* units: cycles
@ -3041,76 +3048,76 @@ struct engine_configuration_s {
bool can2ListenMode : 1 {};
/**
offset 1552 bit 8 */
bool unusedBit_551_8 : 1 {};
bool unusedBit_552_8 : 1 {};
/**
offset 1552 bit 9 */
bool unusedBit_551_9 : 1 {};
bool unusedBit_552_9 : 1 {};
/**
offset 1552 bit 10 */
bool unusedBit_551_10 : 1 {};
bool unusedBit_552_10 : 1 {};
/**
offset 1552 bit 11 */
bool unusedBit_551_11 : 1 {};
bool unusedBit_552_11 : 1 {};
/**
offset 1552 bit 12 */
bool unusedBit_551_12 : 1 {};
bool unusedBit_552_12 : 1 {};
/**
offset 1552 bit 13 */
bool unusedBit_551_13 : 1 {};
bool unusedBit_552_13 : 1 {};
/**
offset 1552 bit 14 */
bool unusedBit_551_14 : 1 {};
bool unusedBit_552_14 : 1 {};
/**
offset 1552 bit 15 */
bool unusedBit_551_15 : 1 {};
bool unusedBit_552_15 : 1 {};
/**
offset 1552 bit 16 */
bool unusedBit_551_16 : 1 {};
bool unusedBit_552_16 : 1 {};
/**
offset 1552 bit 17 */
bool unusedBit_551_17 : 1 {};
bool unusedBit_552_17 : 1 {};
/**
offset 1552 bit 18 */
bool unusedBit_551_18 : 1 {};
bool unusedBit_552_18 : 1 {};
/**
offset 1552 bit 19 */
bool unusedBit_551_19 : 1 {};
bool unusedBit_552_19 : 1 {};
/**
offset 1552 bit 20 */
bool unusedBit_551_20 : 1 {};
bool unusedBit_552_20 : 1 {};
/**
offset 1552 bit 21 */
bool unusedBit_551_21 : 1 {};
bool unusedBit_552_21 : 1 {};
/**
offset 1552 bit 22 */
bool unusedBit_551_22 : 1 {};
bool unusedBit_552_22 : 1 {};
/**
offset 1552 bit 23 */
bool unusedBit_551_23 : 1 {};
bool unusedBit_552_23 : 1 {};
/**
offset 1552 bit 24 */
bool unusedBit_551_24 : 1 {};
bool unusedBit_552_24 : 1 {};
/**
offset 1552 bit 25 */
bool unusedBit_551_25 : 1 {};
bool unusedBit_552_25 : 1 {};
/**
offset 1552 bit 26 */
bool unusedBit_551_26 : 1 {};
bool unusedBit_552_26 : 1 {};
/**
offset 1552 bit 27 */
bool unusedBit_551_27 : 1 {};
bool unusedBit_552_27 : 1 {};
/**
offset 1552 bit 28 */
bool unusedBit_551_28 : 1 {};
bool unusedBit_552_28 : 1 {};
/**
offset 1552 bit 29 */
bool unusedBit_551_29 : 1 {};
bool unusedBit_552_29 : 1 {};
/**
offset 1552 bit 30 */
bool unusedBit_551_30 : 1 {};
bool unusedBit_552_30 : 1 {};
/**
offset 1552 bit 31 */
bool unusedBit_551_31 : 1 {};
bool unusedBit_552_31 : 1 {};
/**
* offset 1556
*/

View File

@ -958,9 +958,15 @@ struct engine_configuration_s {
*/
uint8_t justATempTest;
/**
* Delta kPa for MAP sync
* units: kPa
* offset 442
*/
uint16_t unused2bytesHere;
uint8_t mapSyncThreshold;
/**
* offset 443
*/
uint8_t unusedByteHere;
/**
* @@CYLINDER_BORE_TOOLTIP@@
* units: mm
@ -1194,6 +1200,7 @@ struct engine_configuration_s {
*/
float adcVcc;
/**
* Magic engine phase: we compare instant MAP at X to instant MAP at x+360 angle in one complete cycle
* units: Deg
* offset 548
*/
@ -2865,7 +2872,7 @@ struct engine_configuration_s {
bool enableKnockSpectrogram : 1 {};
/**
offset 1492 bit 31 */
bool unusedBit_515_31 : 1 {};
bool unusedBit_516_31 : 1 {};
/**
* This is the duration in cycles that the IAC will take to reach its normal idle position, it can be used to hold the idle higher for a few seconds after cranking to improve startup.\Should be 100 once tune is better
* units: cycles
@ -3041,76 +3048,76 @@ struct engine_configuration_s {
bool can2ListenMode : 1 {};
/**
offset 1552 bit 8 */
bool unusedBit_551_8 : 1 {};
bool unusedBit_552_8 : 1 {};
/**
offset 1552 bit 9 */
bool unusedBit_551_9 : 1 {};
bool unusedBit_552_9 : 1 {};
/**
offset 1552 bit 10 */
bool unusedBit_551_10 : 1 {};
bool unusedBit_552_10 : 1 {};
/**
offset 1552 bit 11 */
bool unusedBit_551_11 : 1 {};
bool unusedBit_552_11 : 1 {};
/**
offset 1552 bit 12 */
bool unusedBit_551_12 : 1 {};
bool unusedBit_552_12 : 1 {};
/**
offset 1552 bit 13 */
bool unusedBit_551_13 : 1 {};
bool unusedBit_552_13 : 1 {};
/**
offset 1552 bit 14 */
bool unusedBit_551_14 : 1 {};
bool unusedBit_552_14 : 1 {};
/**
offset 1552 bit 15 */
bool unusedBit_551_15 : 1 {};
bool unusedBit_552_15 : 1 {};
/**
offset 1552 bit 16 */
bool unusedBit_551_16 : 1 {};
bool unusedBit_552_16 : 1 {};
/**
offset 1552 bit 17 */
bool unusedBit_551_17 : 1 {};
bool unusedBit_552_17 : 1 {};
/**
offset 1552 bit 18 */
bool unusedBit_551_18 : 1 {};
bool unusedBit_552_18 : 1 {};
/**
offset 1552 bit 19 */
bool unusedBit_551_19 : 1 {};
bool unusedBit_552_19 : 1 {};
/**
offset 1552 bit 20 */
bool unusedBit_551_20 : 1 {};
bool unusedBit_552_20 : 1 {};
/**
offset 1552 bit 21 */
bool unusedBit_551_21 : 1 {};
bool unusedBit_552_21 : 1 {};
/**
offset 1552 bit 22 */
bool unusedBit_551_22 : 1 {};
bool unusedBit_552_22 : 1 {};
/**
offset 1552 bit 23 */
bool unusedBit_551_23 : 1 {};
bool unusedBit_552_23 : 1 {};
/**
offset 1552 bit 24 */
bool unusedBit_551_24 : 1 {};
bool unusedBit_552_24 : 1 {};
/**
offset 1552 bit 25 */
bool unusedBit_551_25 : 1 {};
bool unusedBit_552_25 : 1 {};
/**
offset 1552 bit 26 */
bool unusedBit_551_26 : 1 {};
bool unusedBit_552_26 : 1 {};
/**
offset 1552 bit 27 */
bool unusedBit_551_27 : 1 {};
bool unusedBit_552_27 : 1 {};
/**
offset 1552 bit 28 */
bool unusedBit_551_28 : 1 {};
bool unusedBit_552_28 : 1 {};
/**
offset 1552 bit 29 */
bool unusedBit_551_29 : 1 {};
bool unusedBit_552_29 : 1 {};
/**
offset 1552 bit 30 */
bool unusedBit_551_30 : 1 {};
bool unusedBit_552_30 : 1 {};
/**
offset 1552 bit 31 */
bool unusedBit_551_31 : 1 {};
bool unusedBit_552_31 : 1 {};
/**
* offset 1556
*/

View File

@ -958,9 +958,15 @@ struct engine_configuration_s {
*/
uint8_t justATempTest;
/**
* Delta kPa for MAP sync
* units: kPa
* offset 442
*/
uint16_t unused2bytesHere;
uint8_t mapSyncThreshold;
/**
* offset 443
*/
uint8_t unusedByteHere;
/**
* @@CYLINDER_BORE_TOOLTIP@@
* units: mm
@ -1194,6 +1200,7 @@ struct engine_configuration_s {
*/
float adcVcc;
/**
* Magic engine phase: we compare instant MAP at X to instant MAP at x+360 angle in one complete cycle
* units: Deg
* offset 548
*/
@ -2865,7 +2872,7 @@ struct engine_configuration_s {
bool enableKnockSpectrogram : 1 {};
/**
offset 1492 bit 31 */
bool unusedBit_515_31 : 1 {};
bool unusedBit_516_31 : 1 {};
/**
* This is the duration in cycles that the IAC will take to reach its normal idle position, it can be used to hold the idle higher for a few seconds after cranking to improve startup.\Should be 100 once tune is better
* units: cycles
@ -3041,76 +3048,76 @@ struct engine_configuration_s {
bool can2ListenMode : 1 {};
/**
offset 1552 bit 8 */
bool unusedBit_551_8 : 1 {};
bool unusedBit_552_8 : 1 {};
/**
offset 1552 bit 9 */
bool unusedBit_551_9 : 1 {};
bool unusedBit_552_9 : 1 {};
/**
offset 1552 bit 10 */
bool unusedBit_551_10 : 1 {};
bool unusedBit_552_10 : 1 {};
/**
offset 1552 bit 11 */
bool unusedBit_551_11 : 1 {};
bool unusedBit_552_11 : 1 {};
/**
offset 1552 bit 12 */
bool unusedBit_551_12 : 1 {};
bool unusedBit_552_12 : 1 {};
/**
offset 1552 bit 13 */
bool unusedBit_551_13 : 1 {};
bool unusedBit_552_13 : 1 {};
/**
offset 1552 bit 14 */
bool unusedBit_551_14 : 1 {};
bool unusedBit_552_14 : 1 {};
/**
offset 1552 bit 15 */
bool unusedBit_551_15 : 1 {};
bool unusedBit_552_15 : 1 {};
/**
offset 1552 bit 16 */
bool unusedBit_551_16 : 1 {};
bool unusedBit_552_16 : 1 {};
/**
offset 1552 bit 17 */
bool unusedBit_551_17 : 1 {};
bool unusedBit_552_17 : 1 {};
/**
offset 1552 bit 18 */
bool unusedBit_551_18 : 1 {};
bool unusedBit_552_18 : 1 {};
/**
offset 1552 bit 19 */
bool unusedBit_551_19 : 1 {};
bool unusedBit_552_19 : 1 {};
/**
offset 1552 bit 20 */
bool unusedBit_551_20 : 1 {};
bool unusedBit_552_20 : 1 {};
/**
offset 1552 bit 21 */
bool unusedBit_551_21 : 1 {};
bool unusedBit_552_21 : 1 {};
/**
offset 1552 bit 22 */
bool unusedBit_551_22 : 1 {};
bool unusedBit_552_22 : 1 {};
/**
offset 1552 bit 23 */
bool unusedBit_551_23 : 1 {};
bool unusedBit_552_23 : 1 {};
/**
offset 1552 bit 24 */
bool unusedBit_551_24 : 1 {};
bool unusedBit_552_24 : 1 {};
/**
offset 1552 bit 25 */
bool unusedBit_551_25 : 1 {};
bool unusedBit_552_25 : 1 {};
/**
offset 1552 bit 26 */
bool unusedBit_551_26 : 1 {};
bool unusedBit_552_26 : 1 {};
/**
offset 1552 bit 27 */
bool unusedBit_551_27 : 1 {};
bool unusedBit_552_27 : 1 {};
/**
offset 1552 bit 28 */
bool unusedBit_551_28 : 1 {};
bool unusedBit_552_28 : 1 {};
/**
offset 1552 bit 29 */
bool unusedBit_551_29 : 1 {};
bool unusedBit_552_29 : 1 {};
/**
offset 1552 bit 30 */
bool unusedBit_551_30 : 1 {};
bool unusedBit_552_30 : 1 {};
/**
offset 1552 bit 31 */
bool unusedBit_551_31 : 1 {};
bool unusedBit_552_31 : 1 {};
/**
* offset 1556
*/

View File

@ -958,9 +958,15 @@ struct engine_configuration_s {
*/
uint8_t justATempTest;
/**
* Delta kPa for MAP sync
* units: kPa
* offset 442
*/
uint16_t unused2bytesHere;
uint8_t mapSyncThreshold;
/**
* offset 443
*/
uint8_t unusedByteHere;
/**
* @@CYLINDER_BORE_TOOLTIP@@
* units: mm
@ -1194,6 +1200,7 @@ struct engine_configuration_s {
*/
float adcVcc;
/**
* Magic engine phase: we compare instant MAP at X to instant MAP at x+360 angle in one complete cycle
* units: Deg
* offset 548
*/
@ -2865,7 +2872,7 @@ struct engine_configuration_s {
bool enableKnockSpectrogram : 1 {};
/**
offset 1492 bit 31 */
bool unusedBit_515_31 : 1 {};
bool unusedBit_516_31 : 1 {};
/**
* This is the duration in cycles that the IAC will take to reach its normal idle position, it can be used to hold the idle higher for a few seconds after cranking to improve startup.\Should be 100 once tune is better
* units: cycles
@ -3041,76 +3048,76 @@ struct engine_configuration_s {
bool can2ListenMode : 1 {};
/**
offset 1552 bit 8 */
bool unusedBit_551_8 : 1 {};
bool unusedBit_552_8 : 1 {};
/**
offset 1552 bit 9 */
bool unusedBit_551_9 : 1 {};
bool unusedBit_552_9 : 1 {};
/**
offset 1552 bit 10 */
bool unusedBit_551_10 : 1 {};
bool unusedBit_552_10 : 1 {};
/**
offset 1552 bit 11 */
bool unusedBit_551_11 : 1 {};
bool unusedBit_552_11 : 1 {};
/**
offset 1552 bit 12 */
bool unusedBit_551_12 : 1 {};
bool unusedBit_552_12 : 1 {};
/**
offset 1552 bit 13 */
bool unusedBit_551_13 : 1 {};
bool unusedBit_552_13 : 1 {};
/**
offset 1552 bit 14 */
bool unusedBit_551_14 : 1 {};
bool unusedBit_552_14 : 1 {};
/**
offset 1552 bit 15 */
bool unusedBit_551_15 : 1 {};
bool unusedBit_552_15 : 1 {};
/**
offset 1552 bit 16 */
bool unusedBit_551_16 : 1 {};
bool unusedBit_552_16 : 1 {};
/**
offset 1552 bit 17 */
bool unusedBit_551_17 : 1 {};
bool unusedBit_552_17 : 1 {};
/**
offset 1552 bit 18 */
bool unusedBit_551_18 : 1 {};
bool unusedBit_552_18 : 1 {};
/**
offset 1552 bit 19 */
bool unusedBit_551_19 : 1 {};
bool unusedBit_552_19 : 1 {};
/**
offset 1552 bit 20 */
bool unusedBit_551_20 : 1 {};
bool unusedBit_552_20 : 1 {};
/**
offset 1552 bit 21 */
bool unusedBit_551_21 : 1 {};
bool unusedBit_552_21 : 1 {};
/**
offset 1552 bit 22 */
bool unusedBit_551_22 : 1 {};
bool unusedBit_552_22 : 1 {};
/**
offset 1552 bit 23 */
bool unusedBit_551_23 : 1 {};
bool unusedBit_552_23 : 1 {};
/**
offset 1552 bit 24 */
bool unusedBit_551_24 : 1 {};
bool unusedBit_552_24 : 1 {};
/**
offset 1552 bit 25 */
bool unusedBit_551_25 : 1 {};
bool unusedBit_552_25 : 1 {};
/**
offset 1552 bit 26 */
bool unusedBit_551_26 : 1 {};
bool unusedBit_552_26 : 1 {};
/**
offset 1552 bit 27 */
bool unusedBit_551_27 : 1 {};
bool unusedBit_552_27 : 1 {};
/**
offset 1552 bit 28 */
bool unusedBit_551_28 : 1 {};
bool unusedBit_552_28 : 1 {};
/**
offset 1552 bit 29 */
bool unusedBit_551_29 : 1 {};
bool unusedBit_552_29 : 1 {};
/**
offset 1552 bit 30 */
bool unusedBit_551_30 : 1 {};
bool unusedBit_552_30 : 1 {};
/**
offset 1552 bit 31 */
bool unusedBit_551_31 : 1 {};
bool unusedBit_552_31 : 1 {};
/**
* offset 1556
*/

View File

@ -958,9 +958,15 @@ struct engine_configuration_s {
*/
uint8_t justATempTest;
/**
* Delta kPa for MAP sync
* units: kPa
* offset 442
*/
uint16_t unused2bytesHere;
uint8_t mapSyncThreshold;
/**
* offset 443
*/
uint8_t unusedByteHere;
/**
* @@CYLINDER_BORE_TOOLTIP@@
* units: mm
@ -1194,6 +1200,7 @@ struct engine_configuration_s {
*/
float adcVcc;
/**
* Magic engine phase: we compare instant MAP at X to instant MAP at x+360 angle in one complete cycle
* units: Deg
* offset 548
*/
@ -2865,7 +2872,7 @@ struct engine_configuration_s {
bool enableKnockSpectrogram : 1 {};
/**
offset 1492 bit 31 */
bool unusedBit_515_31 : 1 {};
bool unusedBit_516_31 : 1 {};
/**
* This is the duration in cycles that the IAC will take to reach its normal idle position, it can be used to hold the idle higher for a few seconds after cranking to improve startup.\Should be 100 once tune is better
* units: cycles
@ -3041,76 +3048,76 @@ struct engine_configuration_s {
bool can2ListenMode : 1 {};
/**
offset 1552 bit 8 */
bool unusedBit_551_8 : 1 {};
bool unusedBit_552_8 : 1 {};
/**
offset 1552 bit 9 */
bool unusedBit_551_9 : 1 {};
bool unusedBit_552_9 : 1 {};
/**
offset 1552 bit 10 */
bool unusedBit_551_10 : 1 {};
bool unusedBit_552_10 : 1 {};
/**
offset 1552 bit 11 */
bool unusedBit_551_11 : 1 {};
bool unusedBit_552_11 : 1 {};
/**
offset 1552 bit 12 */
bool unusedBit_551_12 : 1 {};
bool unusedBit_552_12 : 1 {};
/**
offset 1552 bit 13 */
bool unusedBit_551_13 : 1 {};
bool unusedBit_552_13 : 1 {};
/**
offset 1552 bit 14 */
bool unusedBit_551_14 : 1 {};
bool unusedBit_552_14 : 1 {};
/**
offset 1552 bit 15 */
bool unusedBit_551_15 : 1 {};
bool unusedBit_552_15 : 1 {};
/**
offset 1552 bit 16 */
bool unusedBit_551_16 : 1 {};
bool unusedBit_552_16 : 1 {};
/**
offset 1552 bit 17 */
bool unusedBit_551_17 : 1 {};
bool unusedBit_552_17 : 1 {};
/**
offset 1552 bit 18 */
bool unusedBit_551_18 : 1 {};
bool unusedBit_552_18 : 1 {};
/**
offset 1552 bit 19 */
bool unusedBit_551_19 : 1 {};
bool unusedBit_552_19 : 1 {};
/**
offset 1552 bit 20 */
bool unusedBit_551_20 : 1 {};
bool unusedBit_552_20 : 1 {};
/**
offset 1552 bit 21 */
bool unusedBit_551_21 : 1 {};
bool unusedBit_552_21 : 1 {};
/**
offset 1552 bit 22 */
bool unusedBit_551_22 : 1 {};
bool unusedBit_552_22 : 1 {};
/**
offset 1552 bit 23 */
bool unusedBit_551_23 : 1 {};
bool unusedBit_552_23 : 1 {};
/**
offset 1552 bit 24 */
bool unusedBit_551_24 : 1 {};
bool unusedBit_552_24 : 1 {};
/**
offset 1552 bit 25 */
bool unusedBit_551_25 : 1 {};
bool unusedBit_552_25 : 1 {};
/**
offset 1552 bit 26 */
bool unusedBit_551_26 : 1 {};
bool unusedBit_552_26 : 1 {};
/**
offset 1552 bit 27 */
bool unusedBit_551_27 : 1 {};
bool unusedBit_552_27 : 1 {};
/**
offset 1552 bit 28 */
bool unusedBit_551_28 : 1 {};
bool unusedBit_552_28 : 1 {};
/**
offset 1552 bit 29 */
bool unusedBit_551_29 : 1 {};
bool unusedBit_552_29 : 1 {};
/**
offset 1552 bit 30 */
bool unusedBit_551_30 : 1 {};
bool unusedBit_552_30 : 1 {};
/**
offset 1552 bit 31 */
bool unusedBit_551_31 : 1 {};
bool unusedBit_552_31 : 1 {};
/**
* offset 1556
*/

View File

@ -958,9 +958,15 @@ struct engine_configuration_s {
*/
uint8_t justATempTest;
/**
* Delta kPa for MAP sync
* units: kPa
* offset 442
*/
uint16_t unused2bytesHere;
uint8_t mapSyncThreshold;
/**
* offset 443
*/
uint8_t unusedByteHere;
/**
* @@CYLINDER_BORE_TOOLTIP@@
* units: mm
@ -1194,6 +1200,7 @@ struct engine_configuration_s {
*/
float adcVcc;
/**
* Magic engine phase: we compare instant MAP at X to instant MAP at x+360 angle in one complete cycle
* units: Deg
* offset 548
*/
@ -2865,7 +2872,7 @@ struct engine_configuration_s {
bool enableKnockSpectrogram : 1 {};
/**
offset 1492 bit 31 */
bool unusedBit_515_31 : 1 {};
bool unusedBit_516_31 : 1 {};
/**
* This is the duration in cycles that the IAC will take to reach its normal idle position, it can be used to hold the idle higher for a few seconds after cranking to improve startup.\Should be 100 once tune is better
* units: cycles
@ -3041,76 +3048,76 @@ struct engine_configuration_s {
bool can2ListenMode : 1 {};
/**
offset 1552 bit 8 */
bool unusedBit_551_8 : 1 {};
bool unusedBit_552_8 : 1 {};
/**
offset 1552 bit 9 */
bool unusedBit_551_9 : 1 {};
bool unusedBit_552_9 : 1 {};
/**
offset 1552 bit 10 */
bool unusedBit_551_10 : 1 {};
bool unusedBit_552_10 : 1 {};
/**
offset 1552 bit 11 */
bool unusedBit_551_11 : 1 {};
bool unusedBit_552_11 : 1 {};
/**
offset 1552 bit 12 */
bool unusedBit_551_12 : 1 {};
bool unusedBit_552_12 : 1 {};
/**
offset 1552 bit 13 */
bool unusedBit_551_13 : 1 {};
bool unusedBit_552_13 : 1 {};
/**
offset 1552 bit 14 */
bool unusedBit_551_14 : 1 {};
bool unusedBit_552_14 : 1 {};
/**
offset 1552 bit 15 */
bool unusedBit_551_15 : 1 {};
bool unusedBit_552_15 : 1 {};
/**
offset 1552 bit 16 */
bool unusedBit_551_16 : 1 {};
bool unusedBit_552_16 : 1 {};
/**
offset 1552 bit 17 */
bool unusedBit_551_17 : 1 {};
bool unusedBit_552_17 : 1 {};
/**
offset 1552 bit 18 */
bool unusedBit_551_18 : 1 {};
bool unusedBit_552_18 : 1 {};
/**
offset 1552 bit 19 */
bool unusedBit_551_19 : 1 {};
bool unusedBit_552_19 : 1 {};
/**
offset 1552 bit 20 */
bool unusedBit_551_20 : 1 {};
bool unusedBit_552_20 : 1 {};
/**
offset 1552 bit 21 */
bool unusedBit_551_21 : 1 {};
bool unusedBit_552_21 : 1 {};
/**
offset 1552 bit 22 */
bool unusedBit_551_22 : 1 {};
bool unusedBit_552_22 : 1 {};
/**
offset 1552 bit 23 */
bool unusedBit_551_23 : 1 {};
bool unusedBit_552_23 : 1 {};
/**
offset 1552 bit 24 */
bool unusedBit_551_24 : 1 {};
bool unusedBit_552_24 : 1 {};
/**
offset 1552 bit 25 */
bool unusedBit_551_25 : 1 {};
bool unusedBit_552_25 : 1 {};
/**
offset 1552 bit 26 */
bool unusedBit_551_26 : 1 {};
bool unusedBit_552_26 : 1 {};
/**
offset 1552 bit 27 */
bool unusedBit_551_27 : 1 {};
bool unusedBit_552_27 : 1 {};
/**
offset 1552 bit 28 */
bool unusedBit_551_28 : 1 {};
bool unusedBit_552_28 : 1 {};
/**
offset 1552 bit 29 */
bool unusedBit_551_29 : 1 {};
bool unusedBit_552_29 : 1 {};
/**
offset 1552 bit 30 */
bool unusedBit_551_30 : 1 {};
bool unusedBit_552_30 : 1 {};
/**
offset 1552 bit 31 */
bool unusedBit_551_31 : 1 {};
bool unusedBit_552_31 : 1 {};
/**
* offset 1556
*/

View File

@ -958,9 +958,15 @@ struct engine_configuration_s {
*/
uint8_t justATempTest;
/**
* Delta kPa for MAP sync
* units: kPa
* offset 442
*/
uint16_t unused2bytesHere;
uint8_t mapSyncThreshold;
/**
* offset 443
*/
uint8_t unusedByteHere;
/**
* @@CYLINDER_BORE_TOOLTIP@@
* units: mm
@ -1194,6 +1200,7 @@ struct engine_configuration_s {
*/
float adcVcc;
/**
* Magic engine phase: we compare instant MAP at X to instant MAP at x+360 angle in one complete cycle
* units: Deg
* offset 548
*/
@ -2865,7 +2872,7 @@ struct engine_configuration_s {
bool enableKnockSpectrogram : 1 {};
/**
offset 1492 bit 31 */
bool unusedBit_515_31 : 1 {};
bool unusedBit_516_31 : 1 {};
/**
* This is the duration in cycles that the IAC will take to reach its normal idle position, it can be used to hold the idle higher for a few seconds after cranking to improve startup.\Should be 100 once tune is better
* units: cycles
@ -3041,76 +3048,76 @@ struct engine_configuration_s {
bool can2ListenMode : 1 {};
/**
offset 1552 bit 8 */
bool unusedBit_551_8 : 1 {};
bool unusedBit_552_8 : 1 {};
/**
offset 1552 bit 9 */
bool unusedBit_551_9 : 1 {};
bool unusedBit_552_9 : 1 {};
/**
offset 1552 bit 10 */
bool unusedBit_551_10 : 1 {};
bool unusedBit_552_10 : 1 {};
/**
offset 1552 bit 11 */
bool unusedBit_551_11 : 1 {};
bool unusedBit_552_11 : 1 {};
/**
offset 1552 bit 12 */
bool unusedBit_551_12 : 1 {};
bool unusedBit_552_12 : 1 {};
/**
offset 1552 bit 13 */
bool unusedBit_551_13 : 1 {};
bool unusedBit_552_13 : 1 {};
/**
offset 1552 bit 14 */
bool unusedBit_551_14 : 1 {};
bool unusedBit_552_14 : 1 {};
/**
offset 1552 bit 15 */
bool unusedBit_551_15 : 1 {};
bool unusedBit_552_15 : 1 {};
/**
offset 1552 bit 16 */
bool unusedBit_551_16 : 1 {};
bool unusedBit_552_16 : 1 {};
/**
offset 1552 bit 17 */
bool unusedBit_551_17 : 1 {};
bool unusedBit_552_17 : 1 {};
/**
offset 1552 bit 18 */
bool unusedBit_551_18 : 1 {};
bool unusedBit_552_18 : 1 {};
/**
offset 1552 bit 19 */
bool unusedBit_551_19 : 1 {};
bool unusedBit_552_19 : 1 {};
/**
offset 1552 bit 20 */
bool unusedBit_551_20 : 1 {};
bool unusedBit_552_20 : 1 {};
/**
offset 1552 bit 21 */
bool unusedBit_551_21 : 1 {};
bool unusedBit_552_21 : 1 {};
/**
offset 1552 bit 22 */
bool unusedBit_551_22 : 1 {};
bool unusedBit_552_22 : 1 {};
/**
offset 1552 bit 23 */
bool unusedBit_551_23 : 1 {};
bool unusedBit_552_23 : 1 {};
/**
offset 1552 bit 24 */
bool unusedBit_551_24 : 1 {};
bool unusedBit_552_24 : 1 {};
/**
offset 1552 bit 25 */
bool unusedBit_551_25 : 1 {};
bool unusedBit_552_25 : 1 {};
/**
offset 1552 bit 26 */
bool unusedBit_551_26 : 1 {};
bool unusedBit_552_26 : 1 {};
/**
offset 1552 bit 27 */
bool unusedBit_551_27 : 1 {};
bool unusedBit_552_27 : 1 {};
/**
offset 1552 bit 28 */
bool unusedBit_551_28 : 1 {};
bool unusedBit_552_28 : 1 {};
/**
offset 1552 bit 29 */
bool unusedBit_551_29 : 1 {};
bool unusedBit_552_29 : 1 {};
/**
offset 1552 bit 30 */
bool unusedBit_551_30 : 1 {};
bool unusedBit_552_30 : 1 {};
/**
offset 1552 bit 31 */
bool unusedBit_551_31 : 1 {};
bool unusedBit_552_31 : 1 {};
/**
* offset 1556
*/

View File

@ -958,9 +958,15 @@ struct engine_configuration_s {
*/
uint8_t justATempTest;
/**
* Delta kPa for MAP sync
* units: kPa
* offset 442
*/
uint16_t unused2bytesHere;
uint8_t mapSyncThreshold;
/**
* offset 443
*/
uint8_t unusedByteHere;
/**
* @@CYLINDER_BORE_TOOLTIP@@
* units: mm
@ -1194,6 +1200,7 @@ struct engine_configuration_s {
*/
float adcVcc;
/**
* Magic engine phase: we compare instant MAP at X to instant MAP at x+360 angle in one complete cycle
* units: Deg
* offset 548
*/
@ -2865,7 +2872,7 @@ struct engine_configuration_s {
bool enableKnockSpectrogram : 1 {};
/**
offset 1492 bit 31 */
bool unusedBit_515_31 : 1 {};
bool unusedBit_516_31 : 1 {};
/**
* This is the duration in cycles that the IAC will take to reach its normal idle position, it can be used to hold the idle higher for a few seconds after cranking to improve startup.\Should be 100 once tune is better
* units: cycles
@ -3041,76 +3048,76 @@ struct engine_configuration_s {
bool can2ListenMode : 1 {};
/**
offset 1552 bit 8 */
bool unusedBit_551_8 : 1 {};
bool unusedBit_552_8 : 1 {};
/**
offset 1552 bit 9 */
bool unusedBit_551_9 : 1 {};
bool unusedBit_552_9 : 1 {};
/**
offset 1552 bit 10 */
bool unusedBit_551_10 : 1 {};
bool unusedBit_552_10 : 1 {};
/**
offset 1552 bit 11 */
bool unusedBit_551_11 : 1 {};
bool unusedBit_552_11 : 1 {};
/**
offset 1552 bit 12 */
bool unusedBit_551_12 : 1 {};
bool unusedBit_552_12 : 1 {};
/**
offset 1552 bit 13 */
bool unusedBit_551_13 : 1 {};
bool unusedBit_552_13 : 1 {};
/**
offset 1552 bit 14 */
bool unusedBit_551_14 : 1 {};
bool unusedBit_552_14 : 1 {};
/**
offset 1552 bit 15 */
bool unusedBit_551_15 : 1 {};
bool unusedBit_552_15 : 1 {};
/**
offset 1552 bit 16 */
bool unusedBit_551_16 : 1 {};
bool unusedBit_552_16 : 1 {};
/**
offset 1552 bit 17 */
bool unusedBit_551_17 : 1 {};
bool unusedBit_552_17 : 1 {};
/**
offset 1552 bit 18 */
bool unusedBit_551_18 : 1 {};
bool unusedBit_552_18 : 1 {};
/**
offset 1552 bit 19 */
bool unusedBit_551_19 : 1 {};
bool unusedBit_552_19 : 1 {};
/**
offset 1552 bit 20 */
bool unusedBit_551_20 : 1 {};
bool unusedBit_552_20 : 1 {};
/**
offset 1552 bit 21 */
bool unusedBit_551_21 : 1 {};
bool unusedBit_552_21 : 1 {};
/**
offset 1552 bit 22 */
bool unusedBit_551_22 : 1 {};
bool unusedBit_552_22 : 1 {};
/**
offset 1552 bit 23 */
bool unusedBit_551_23 : 1 {};
bool unusedBit_552_23 : 1 {};
/**
offset 1552 bit 24 */
bool unusedBit_551_24 : 1 {};
bool unusedBit_552_24 : 1 {};
/**
offset 1552 bit 25 */
bool unusedBit_551_25 : 1 {};
bool unusedBit_552_25 : 1 {};
/**
offset 1552 bit 26 */
bool unusedBit_551_26 : 1 {};
bool unusedBit_552_26 : 1 {};
/**
offset 1552 bit 27 */
bool unusedBit_551_27 : 1 {};
bool unusedBit_552_27 : 1 {};
/**
offset 1552 bit 28 */
bool unusedBit_551_28 : 1 {};
bool unusedBit_552_28 : 1 {};
/**
offset 1552 bit 29 */
bool unusedBit_551_29 : 1 {};
bool unusedBit_552_29 : 1 {};
/**
offset 1552 bit 30 */
bool unusedBit_551_30 : 1 {};
bool unusedBit_552_30 : 1 {};
/**
offset 1552 bit 31 */
bool unusedBit_551_31 : 1 {};
bool unusedBit_552_31 : 1 {};
/**
* offset 1556
*/

View File

@ -958,9 +958,15 @@ struct engine_configuration_s {
*/
uint8_t justATempTest;
/**
* Delta kPa for MAP sync
* units: kPa
* offset 442
*/
uint16_t unused2bytesHere;
uint8_t mapSyncThreshold;
/**
* offset 443
*/
uint8_t unusedByteHere;
/**
* @@CYLINDER_BORE_TOOLTIP@@
* units: mm
@ -1194,6 +1200,7 @@ struct engine_configuration_s {
*/
float adcVcc;
/**
* Magic engine phase: we compare instant MAP at X to instant MAP at x+360 angle in one complete cycle
* units: Deg
* offset 548
*/
@ -2865,7 +2872,7 @@ struct engine_configuration_s {
bool enableKnockSpectrogram : 1 {};
/**
offset 1492 bit 31 */
bool unusedBit_515_31 : 1 {};
bool unusedBit_516_31 : 1 {};
/**
* This is the duration in cycles that the IAC will take to reach its normal idle position, it can be used to hold the idle higher for a few seconds after cranking to improve startup.\Should be 100 once tune is better
* units: cycles
@ -3041,76 +3048,76 @@ struct engine_configuration_s {
bool can2ListenMode : 1 {};
/**
offset 1552 bit 8 */
bool unusedBit_551_8 : 1 {};
bool unusedBit_552_8 : 1 {};
/**
offset 1552 bit 9 */
bool unusedBit_551_9 : 1 {};
bool unusedBit_552_9 : 1 {};
/**
offset 1552 bit 10 */
bool unusedBit_551_10 : 1 {};
bool unusedBit_552_10 : 1 {};
/**
offset 1552 bit 11 */
bool unusedBit_551_11 : 1 {};
bool unusedBit_552_11 : 1 {};
/**
offset 1552 bit 12 */
bool unusedBit_551_12 : 1 {};
bool unusedBit_552_12 : 1 {};
/**
offset 1552 bit 13 */
bool unusedBit_551_13 : 1 {};
bool unusedBit_552_13 : 1 {};
/**
offset 1552 bit 14 */
bool unusedBit_551_14 : 1 {};
bool unusedBit_552_14 : 1 {};
/**
offset 1552 bit 15 */
bool unusedBit_551_15 : 1 {};
bool unusedBit_552_15 : 1 {};
/**
offset 1552 bit 16 */
bool unusedBit_551_16 : 1 {};
bool unusedBit_552_16 : 1 {};
/**
offset 1552 bit 17 */
bool unusedBit_551_17 : 1 {};
bool unusedBit_552_17 : 1 {};
/**
offset 1552 bit 18 */
bool unusedBit_551_18 : 1 {};
bool unusedBit_552_18 : 1 {};
/**
offset 1552 bit 19 */
bool unusedBit_551_19 : 1 {};
bool unusedBit_552_19 : 1 {};
/**
offset 1552 bit 20 */
bool unusedBit_551_20 : 1 {};
bool unusedBit_552_20 : 1 {};
/**
offset 1552 bit 21 */
bool unusedBit_551_21 : 1 {};
bool unusedBit_552_21 : 1 {};
/**
offset 1552 bit 22 */
bool unusedBit_551_22 : 1 {};
bool unusedBit_552_22 : 1 {};
/**
offset 1552 bit 23 */
bool unusedBit_551_23 : 1 {};
bool unusedBit_552_23 : 1 {};
/**
offset 1552 bit 24 */
bool unusedBit_551_24 : 1 {};
bool unusedBit_552_24 : 1 {};
/**
offset 1552 bit 25 */
bool unusedBit_551_25 : 1 {};
bool unusedBit_552_25 : 1 {};
/**
offset 1552 bit 26 */
bool unusedBit_551_26 : 1 {};
bool unusedBit_552_26 : 1 {};
/**
offset 1552 bit 27 */
bool unusedBit_551_27 : 1 {};
bool unusedBit_552_27 : 1 {};
/**
offset 1552 bit 28 */
bool unusedBit_551_28 : 1 {};
bool unusedBit_552_28 : 1 {};
/**
offset 1552 bit 29 */
bool unusedBit_551_29 : 1 {};
bool unusedBit_552_29 : 1 {};
/**
offset 1552 bit 30 */
bool unusedBit_551_30 : 1 {};
bool unusedBit_552_30 : 1 {};
/**
offset 1552 bit 31 */
bool unusedBit_551_31 : 1 {};
bool unusedBit_552_31 : 1 {};
/**
* offset 1556
*/

View File

@ -1302,7 +1302,7 @@
#define show_Proteus_presets false
#define show_test_presets false
#define show_vvt_output_pin true
#define SIGNATURE_HASH 1495468548
#define SIGNATURE_HASH 1730995970
#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"
@ -1750,7 +1750,7 @@
#define ts_show_wastegate_sensor true
#define ts_show_wbo_canbus_index true
#define ts_show_wbo_canbus_set_index true
#define TS_SIGNATURE "rusEFI master.2024.09.15.alphax-2chan.1495468548"
#define TS_SIGNATURE "rusEFI master.2024.09.15.alphax-2chan.1730995970"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'
@ -1806,7 +1806,7 @@
#define VSS_FILTER_MIN 3
#define VVT1_TARGET_NAME "VVT intake target"
#define vvt_mode_e_auto_enum 0="VVT_INACTIVE",8="VVT_BARRA_3_PLUS_1",5="VVT_BOSCH_QUICK_START",23="VVT_DEV",19="VVT_FORD_COYOTE",7="VVT_FORD_ST170",21="VVT_HONDA_CBR_600",16="VVT_HONDA_K_EXHAUST",10="VVT_HONDA_K_INTAKE",24="VVT_HR12DDR_IN",13="VVT_MAP_V_TWIN",22="VVT_MAZDA_L",15="VVT_MAZDA_SKYACTIV",3="VVT_MIATA_NB",12="VVT_MITSUBISHI_3A92",18="VVT_MITSUBISHI_4G63",4="VVT_MITSUBISHI_4G69",17="VVT_MITSUBISHI_4G9x",20="VVT_MITSUBISHI_6G72",14="VVT_MITSUBISHI_6G75",11="VVT_NISSAN_MR",9="VVT_NISSAN_VQ",1="VVT_SINGLE_TOOTH",2="VVT_TOYOTA_3_TOOTH",6="VVT_TOYOTA_4_1"
#define vvt_mode_e_enum "Inactive", "Single Tooth", "Toyota 3 Tooth", "Miata NB2", "Mitsu 4G69", "Bosch Quick Start", "4/1", "ST 170", "Ford Barra 3+1", "Nissan VQ", "Honda K Intake", "Nissan MR18", "Mitsu 3A92", "VTwin by MAP", "Mitsu 6G75", "Mazda Skyactiv", "Honda K Exhaust", "Mitsubishi 4G92/93/94", "Mitsubishi 4G63", "Ford Coyote", "Mitsu 6G72", "Honda 600", "Mazda L", "Dev", "HR12DDR In", "vvt25", "vvt26"
#define vvt_mode_e_enum "Inactive", "Single Tooth", "Toyota 3 Tooth", "Miata NB2", "Mitsu 4G69", "Bosch Quick Start", "4/1", "ST 170", "Ford Barra 3+1", "Nissan VQ", "Honda K Intake", "Nissan MR18", "Mitsu 3A92", "Sync by MAP", "Mitsu 6G75", "Mazda Skyactiv", "Honda K Exhaust", "Mitsubishi 4G92/93/94", "Mitsubishi 4G63", "Ford Coyote", "Mitsu 6G72", "Honda 600", "Mazda L", "Dev", "HR12DDR In", "vvt25", "vvt26"
#define vvt_mode_e_VVT_BARRA_3_PLUS_1 8
#define vvt_mode_e_VVT_BOSCH_QUICK_START 5
#define vvt_mode_e_VVT_DEV 23

View File

@ -1303,7 +1303,7 @@
#define show_Proteus_presets false
#define show_test_presets false
#define show_vvt_output_pin true
#define SIGNATURE_HASH 2313347297
#define SIGNATURE_HASH 3085766119
#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"
@ -1751,7 +1751,7 @@
#define ts_show_wastegate_sensor true
#define ts_show_wbo_canbus_index true
#define ts_show_wbo_canbus_set_index true
#define TS_SIGNATURE "rusEFI master.2024.09.15.alphax-4chan.2313347297"
#define TS_SIGNATURE "rusEFI master.2024.09.15.alphax-4chan.3085766119"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'
@ -1807,7 +1807,7 @@
#define VSS_FILTER_MIN 3
#define VVT1_TARGET_NAME "VVT intake target"
#define vvt_mode_e_auto_enum 0="VVT_INACTIVE",8="VVT_BARRA_3_PLUS_1",5="VVT_BOSCH_QUICK_START",23="VVT_DEV",19="VVT_FORD_COYOTE",7="VVT_FORD_ST170",21="VVT_HONDA_CBR_600",16="VVT_HONDA_K_EXHAUST",10="VVT_HONDA_K_INTAKE",24="VVT_HR12DDR_IN",13="VVT_MAP_V_TWIN",22="VVT_MAZDA_L",15="VVT_MAZDA_SKYACTIV",3="VVT_MIATA_NB",12="VVT_MITSUBISHI_3A92",18="VVT_MITSUBISHI_4G63",4="VVT_MITSUBISHI_4G69",17="VVT_MITSUBISHI_4G9x",20="VVT_MITSUBISHI_6G72",14="VVT_MITSUBISHI_6G75",11="VVT_NISSAN_MR",9="VVT_NISSAN_VQ",1="VVT_SINGLE_TOOTH",2="VVT_TOYOTA_3_TOOTH",6="VVT_TOYOTA_4_1"
#define vvt_mode_e_enum "Inactive", "Single Tooth", "Toyota 3 Tooth", "Miata NB2", "Mitsu 4G69", "Bosch Quick Start", "4/1", "ST 170", "Ford Barra 3+1", "Nissan VQ", "Honda K Intake", "Nissan MR18", "Mitsu 3A92", "VTwin by MAP", "Mitsu 6G75", "Mazda Skyactiv", "Honda K Exhaust", "Mitsubishi 4G92/93/94", "Mitsubishi 4G63", "Ford Coyote", "Mitsu 6G72", "Honda 600", "Mazda L", "Dev", "HR12DDR In", "vvt25", "vvt26"
#define vvt_mode_e_enum "Inactive", "Single Tooth", "Toyota 3 Tooth", "Miata NB2", "Mitsu 4G69", "Bosch Quick Start", "4/1", "ST 170", "Ford Barra 3+1", "Nissan VQ", "Honda K Intake", "Nissan MR18", "Mitsu 3A92", "Sync by MAP", "Mitsu 6G75", "Mazda Skyactiv", "Honda K Exhaust", "Mitsubishi 4G92/93/94", "Mitsubishi 4G63", "Ford Coyote", "Mitsu 6G72", "Honda 600", "Mazda L", "Dev", "HR12DDR In", "vvt25", "vvt26"
#define vvt_mode_e_VVT_BARRA_3_PLUS_1 8
#define vvt_mode_e_VVT_BOSCH_QUICK_START 5
#define vvt_mode_e_VVT_DEV 23

View File

@ -1303,7 +1303,7 @@
#define show_Proteus_presets false
#define show_test_presets false
#define show_vvt_output_pin true
#define SIGNATURE_HASH 2313347297
#define SIGNATURE_HASH 3085766119
#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"
@ -1751,7 +1751,7 @@
#define ts_show_wastegate_sensor true
#define ts_show_wbo_canbus_index true
#define ts_show_wbo_canbus_set_index true
#define TS_SIGNATURE "rusEFI master.2024.09.15.alphax-4chan_f7.2313347297"
#define TS_SIGNATURE "rusEFI master.2024.09.15.alphax-4chan_f7.3085766119"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'
@ -1807,7 +1807,7 @@
#define VSS_FILTER_MIN 3
#define VVT1_TARGET_NAME "VVT intake target"
#define vvt_mode_e_auto_enum 0="VVT_INACTIVE",8="VVT_BARRA_3_PLUS_1",5="VVT_BOSCH_QUICK_START",23="VVT_DEV",19="VVT_FORD_COYOTE",7="VVT_FORD_ST170",21="VVT_HONDA_CBR_600",16="VVT_HONDA_K_EXHAUST",10="VVT_HONDA_K_INTAKE",24="VVT_HR12DDR_IN",13="VVT_MAP_V_TWIN",22="VVT_MAZDA_L",15="VVT_MAZDA_SKYACTIV",3="VVT_MIATA_NB",12="VVT_MITSUBISHI_3A92",18="VVT_MITSUBISHI_4G63",4="VVT_MITSUBISHI_4G69",17="VVT_MITSUBISHI_4G9x",20="VVT_MITSUBISHI_6G72",14="VVT_MITSUBISHI_6G75",11="VVT_NISSAN_MR",9="VVT_NISSAN_VQ",1="VVT_SINGLE_TOOTH",2="VVT_TOYOTA_3_TOOTH",6="VVT_TOYOTA_4_1"
#define vvt_mode_e_enum "Inactive", "Single Tooth", "Toyota 3 Tooth", "Miata NB2", "Mitsu 4G69", "Bosch Quick Start", "4/1", "ST 170", "Ford Barra 3+1", "Nissan VQ", "Honda K Intake", "Nissan MR18", "Mitsu 3A92", "VTwin by MAP", "Mitsu 6G75", "Mazda Skyactiv", "Honda K Exhaust", "Mitsubishi 4G92/93/94", "Mitsubishi 4G63", "Ford Coyote", "Mitsu 6G72", "Honda 600", "Mazda L", "Dev", "HR12DDR In", "vvt25", "vvt26"
#define vvt_mode_e_enum "Inactive", "Single Tooth", "Toyota 3 Tooth", "Miata NB2", "Mitsu 4G69", "Bosch Quick Start", "4/1", "ST 170", "Ford Barra 3+1", "Nissan VQ", "Honda K Intake", "Nissan MR18", "Mitsu 3A92", "Sync by MAP", "Mitsu 6G75", "Mazda Skyactiv", "Honda K Exhaust", "Mitsubishi 4G92/93/94", "Mitsubishi 4G63", "Ford Coyote", "Mitsu 6G72", "Honda 600", "Mazda L", "Dev", "HR12DDR In", "vvt25", "vvt26"
#define vvt_mode_e_VVT_BARRA_3_PLUS_1 8
#define vvt_mode_e_VVT_BOSCH_QUICK_START 5
#define vvt_mode_e_VVT_DEV 23

View File

@ -1305,7 +1305,7 @@
#define show_Proteus_presets false
#define show_test_presets false
#define show_vvt_output_pin true
#define SIGNATURE_HASH 3175974280
#define SIGNATURE_HASH 2202167438
#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"
@ -1753,7 +1753,7 @@
#define ts_show_wastegate_sensor true
#define ts_show_wbo_canbus_index true
#define ts_show_wbo_canbus_set_index true
#define TS_SIGNATURE "rusEFI master.2024.09.15.alphax-4k-gdi.3175974280"
#define TS_SIGNATURE "rusEFI master.2024.09.15.alphax-4k-gdi.2202167438"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'
@ -1809,7 +1809,7 @@
#define VSS_FILTER_MIN 3
#define VVT1_TARGET_NAME "VVT intake target"
#define vvt_mode_e_auto_enum 0="VVT_INACTIVE",8="VVT_BARRA_3_PLUS_1",5="VVT_BOSCH_QUICK_START",23="VVT_DEV",19="VVT_FORD_COYOTE",7="VVT_FORD_ST170",21="VVT_HONDA_CBR_600",16="VVT_HONDA_K_EXHAUST",10="VVT_HONDA_K_INTAKE",24="VVT_HR12DDR_IN",13="VVT_MAP_V_TWIN",22="VVT_MAZDA_L",15="VVT_MAZDA_SKYACTIV",3="VVT_MIATA_NB",12="VVT_MITSUBISHI_3A92",18="VVT_MITSUBISHI_4G63",4="VVT_MITSUBISHI_4G69",17="VVT_MITSUBISHI_4G9x",20="VVT_MITSUBISHI_6G72",14="VVT_MITSUBISHI_6G75",11="VVT_NISSAN_MR",9="VVT_NISSAN_VQ",1="VVT_SINGLE_TOOTH",2="VVT_TOYOTA_3_TOOTH",6="VVT_TOYOTA_4_1"
#define vvt_mode_e_enum "Inactive", "Single Tooth", "Toyota 3 Tooth", "Miata NB2", "Mitsu 4G69", "Bosch Quick Start", "4/1", "ST 170", "Ford Barra 3+1", "Nissan VQ", "Honda K Intake", "Nissan MR18", "Mitsu 3A92", "VTwin by MAP", "Mitsu 6G75", "Mazda Skyactiv", "Honda K Exhaust", "Mitsubishi 4G92/93/94", "Mitsubishi 4G63", "Ford Coyote", "Mitsu 6G72", "Honda 600", "Mazda L", "Dev", "HR12DDR In", "vvt25", "vvt26"
#define vvt_mode_e_enum "Inactive", "Single Tooth", "Toyota 3 Tooth", "Miata NB2", "Mitsu 4G69", "Bosch Quick Start", "4/1", "ST 170", "Ford Barra 3+1", "Nissan VQ", "Honda K Intake", "Nissan MR18", "Mitsu 3A92", "Sync by MAP", "Mitsu 6G75", "Mazda Skyactiv", "Honda K Exhaust", "Mitsubishi 4G92/93/94", "Mitsubishi 4G63", "Ford Coyote", "Mitsu 6G72", "Honda 600", "Mazda L", "Dev", "HR12DDR In", "vvt25", "vvt26"
#define vvt_mode_e_VVT_BARRA_3_PLUS_1 8
#define vvt_mode_e_VVT_BOSCH_QUICK_START 5
#define vvt_mode_e_VVT_DEV 23

View File

@ -1302,7 +1302,7 @@
#define show_Proteus_presets false
#define show_test_presets false
#define show_vvt_output_pin true
#define SIGNATURE_HASH 1409262350
#define SIGNATURE_HASH 1844465160
#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"
@ -1750,7 +1750,7 @@
#define ts_show_wastegate_sensor true
#define ts_show_wbo_canbus_index true
#define ts_show_wbo_canbus_set_index true
#define TS_SIGNATURE "rusEFI master.2024.09.15.alphax-8chan-revA.1409262350"
#define TS_SIGNATURE "rusEFI master.2024.09.15.alphax-8chan-revA.1844465160"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'
@ -1806,7 +1806,7 @@
#define VSS_FILTER_MIN 3
#define VVT1_TARGET_NAME "VVT intake target"
#define vvt_mode_e_auto_enum 0="VVT_INACTIVE",8="VVT_BARRA_3_PLUS_1",5="VVT_BOSCH_QUICK_START",23="VVT_DEV",19="VVT_FORD_COYOTE",7="VVT_FORD_ST170",21="VVT_HONDA_CBR_600",16="VVT_HONDA_K_EXHAUST",10="VVT_HONDA_K_INTAKE",24="VVT_HR12DDR_IN",13="VVT_MAP_V_TWIN",22="VVT_MAZDA_L",15="VVT_MAZDA_SKYACTIV",3="VVT_MIATA_NB",12="VVT_MITSUBISHI_3A92",18="VVT_MITSUBISHI_4G63",4="VVT_MITSUBISHI_4G69",17="VVT_MITSUBISHI_4G9x",20="VVT_MITSUBISHI_6G72",14="VVT_MITSUBISHI_6G75",11="VVT_NISSAN_MR",9="VVT_NISSAN_VQ",1="VVT_SINGLE_TOOTH",2="VVT_TOYOTA_3_TOOTH",6="VVT_TOYOTA_4_1"
#define vvt_mode_e_enum "Inactive", "Single Tooth", "Toyota 3 Tooth", "Miata NB2", "Mitsu 4G69", "Bosch Quick Start", "4/1", "ST 170", "Ford Barra 3+1", "Nissan VQ", "Honda K Intake", "Nissan MR18", "Mitsu 3A92", "VTwin by MAP", "Mitsu 6G75", "Mazda Skyactiv", "Honda K Exhaust", "Mitsubishi 4G92/93/94", "Mitsubishi 4G63", "Ford Coyote", "Mitsu 6G72", "Honda 600", "Mazda L", "Dev", "HR12DDR In", "vvt25", "vvt26"
#define vvt_mode_e_enum "Inactive", "Single Tooth", "Toyota 3 Tooth", "Miata NB2", "Mitsu 4G69", "Bosch Quick Start", "4/1", "ST 170", "Ford Barra 3+1", "Nissan VQ", "Honda K Intake", "Nissan MR18", "Mitsu 3A92", "Sync by MAP", "Mitsu 6G75", "Mazda Skyactiv", "Honda K Exhaust", "Mitsubishi 4G92/93/94", "Mitsubishi 4G63", "Ford Coyote", "Mitsu 6G72", "Honda 600", "Mazda L", "Dev", "HR12DDR In", "vvt25", "vvt26"
#define vvt_mode_e_VVT_BARRA_3_PLUS_1 8
#define vvt_mode_e_VVT_BOSCH_QUICK_START 5
#define vvt_mode_e_VVT_DEV 23

View File

@ -1302,7 +1302,7 @@
#define show_Proteus_presets false
#define show_test_presets false
#define show_vvt_output_pin true
#define SIGNATURE_HASH 1225997277
#define SIGNATURE_HASH 1998378715
#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"
@ -1750,7 +1750,7 @@
#define ts_show_wastegate_sensor true
#define ts_show_wbo_canbus_index true
#define ts_show_wbo_canbus_set_index true
#define TS_SIGNATURE "rusEFI master.2024.09.15.alphax-8chan.1225997277"
#define TS_SIGNATURE "rusEFI master.2024.09.15.alphax-8chan.1998378715"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'
@ -1806,7 +1806,7 @@
#define VSS_FILTER_MIN 3
#define VVT1_TARGET_NAME "VVT intake target"
#define vvt_mode_e_auto_enum 0="VVT_INACTIVE",8="VVT_BARRA_3_PLUS_1",5="VVT_BOSCH_QUICK_START",23="VVT_DEV",19="VVT_FORD_COYOTE",7="VVT_FORD_ST170",21="VVT_HONDA_CBR_600",16="VVT_HONDA_K_EXHAUST",10="VVT_HONDA_K_INTAKE",24="VVT_HR12DDR_IN",13="VVT_MAP_V_TWIN",22="VVT_MAZDA_L",15="VVT_MAZDA_SKYACTIV",3="VVT_MIATA_NB",12="VVT_MITSUBISHI_3A92",18="VVT_MITSUBISHI_4G63",4="VVT_MITSUBISHI_4G69",17="VVT_MITSUBISHI_4G9x",20="VVT_MITSUBISHI_6G72",14="VVT_MITSUBISHI_6G75",11="VVT_NISSAN_MR",9="VVT_NISSAN_VQ",1="VVT_SINGLE_TOOTH",2="VVT_TOYOTA_3_TOOTH",6="VVT_TOYOTA_4_1"
#define vvt_mode_e_enum "Inactive", "Single Tooth", "Toyota 3 Tooth", "Miata NB2", "Mitsu 4G69", "Bosch Quick Start", "4/1", "ST 170", "Ford Barra 3+1", "Nissan VQ", "Honda K Intake", "Nissan MR18", "Mitsu 3A92", "VTwin by MAP", "Mitsu 6G75", "Mazda Skyactiv", "Honda K Exhaust", "Mitsubishi 4G92/93/94", "Mitsubishi 4G63", "Ford Coyote", "Mitsu 6G72", "Honda 600", "Mazda L", "Dev", "HR12DDR In", "vvt25", "vvt26"
#define vvt_mode_e_enum "Inactive", "Single Tooth", "Toyota 3 Tooth", "Miata NB2", "Mitsu 4G69", "Bosch Quick Start", "4/1", "ST 170", "Ford Barra 3+1", "Nissan VQ", "Honda K Intake", "Nissan MR18", "Mitsu 3A92", "Sync by MAP", "Mitsu 6G75", "Mazda Skyactiv", "Honda K Exhaust", "Mitsubishi 4G92/93/94", "Mitsubishi 4G63", "Ford Coyote", "Mitsu 6G72", "Honda 600", "Mazda L", "Dev", "HR12DDR In", "vvt25", "vvt26"
#define vvt_mode_e_VVT_BARRA_3_PLUS_1 8
#define vvt_mode_e_VVT_BOSCH_QUICK_START 5
#define vvt_mode_e_VVT_DEV 23

View File

@ -1302,7 +1302,7 @@
#define show_Proteus_presets false
#define show_test_presets false
#define show_vvt_output_pin true
#define SIGNATURE_HASH 1225997277
#define SIGNATURE_HASH 1998378715
#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"
@ -1750,7 +1750,7 @@
#define ts_show_wastegate_sensor true
#define ts_show_wbo_canbus_index true
#define ts_show_wbo_canbus_set_index true
#define TS_SIGNATURE "rusEFI master.2024.09.15.alphax-8chan_f7.1225997277"
#define TS_SIGNATURE "rusEFI master.2024.09.15.alphax-8chan_f7.1998378715"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'
@ -1806,7 +1806,7 @@
#define VSS_FILTER_MIN 3
#define VVT1_TARGET_NAME "VVT intake target"
#define vvt_mode_e_auto_enum 0="VVT_INACTIVE",8="VVT_BARRA_3_PLUS_1",5="VVT_BOSCH_QUICK_START",23="VVT_DEV",19="VVT_FORD_COYOTE",7="VVT_FORD_ST170",21="VVT_HONDA_CBR_600",16="VVT_HONDA_K_EXHAUST",10="VVT_HONDA_K_INTAKE",24="VVT_HR12DDR_IN",13="VVT_MAP_V_TWIN",22="VVT_MAZDA_L",15="VVT_MAZDA_SKYACTIV",3="VVT_MIATA_NB",12="VVT_MITSUBISHI_3A92",18="VVT_MITSUBISHI_4G63",4="VVT_MITSUBISHI_4G69",17="VVT_MITSUBISHI_4G9x",20="VVT_MITSUBISHI_6G72",14="VVT_MITSUBISHI_6G75",11="VVT_NISSAN_MR",9="VVT_NISSAN_VQ",1="VVT_SINGLE_TOOTH",2="VVT_TOYOTA_3_TOOTH",6="VVT_TOYOTA_4_1"
#define vvt_mode_e_enum "Inactive", "Single Tooth", "Toyota 3 Tooth", "Miata NB2", "Mitsu 4G69", "Bosch Quick Start", "4/1", "ST 170", "Ford Barra 3+1", "Nissan VQ", "Honda K Intake", "Nissan MR18", "Mitsu 3A92", "VTwin by MAP", "Mitsu 6G75", "Mazda Skyactiv", "Honda K Exhaust", "Mitsubishi 4G92/93/94", "Mitsubishi 4G63", "Ford Coyote", "Mitsu 6G72", "Honda 600", "Mazda L", "Dev", "HR12DDR In", "vvt25", "vvt26"
#define vvt_mode_e_enum "Inactive", "Single Tooth", "Toyota 3 Tooth", "Miata NB2", "Mitsu 4G69", "Bosch Quick Start", "4/1", "ST 170", "Ford Barra 3+1", "Nissan VQ", "Honda K Intake", "Nissan MR18", "Mitsu 3A92", "Sync by MAP", "Mitsu 6G75", "Mazda Skyactiv", "Honda K Exhaust", "Mitsubishi 4G92/93/94", "Mitsubishi 4G63", "Ford Coyote", "Mitsu 6G72", "Honda 600", "Mazda L", "Dev", "HR12DDR In", "vvt25", "vvt26"
#define vvt_mode_e_VVT_BARRA_3_PLUS_1 8
#define vvt_mode_e_VVT_BOSCH_QUICK_START 5
#define vvt_mode_e_VVT_DEV 23

View File

@ -1301,7 +1301,7 @@
#define show_Proteus_presets false
#define show_test_presets false
#define show_vvt_output_pin true
#define SIGNATURE_HASH 357954181
#define SIGNATURE_HASH 727326595
#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"
@ -1749,7 +1749,7 @@
#define ts_show_wastegate_sensor true
#define ts_show_wbo_canbus_index true
#define ts_show_wbo_canbus_set_index true
#define TS_SIGNATURE "rusEFI master.2024.09.15.alphax-silver.357954181"
#define TS_SIGNATURE "rusEFI master.2024.09.15.alphax-silver.727326595"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'
@ -1805,7 +1805,7 @@
#define VSS_FILTER_MIN 3
#define VVT1_TARGET_NAME "VVT intake target"
#define vvt_mode_e_auto_enum 0="VVT_INACTIVE",8="VVT_BARRA_3_PLUS_1",5="VVT_BOSCH_QUICK_START",23="VVT_DEV",19="VVT_FORD_COYOTE",7="VVT_FORD_ST170",21="VVT_HONDA_CBR_600",16="VVT_HONDA_K_EXHAUST",10="VVT_HONDA_K_INTAKE",24="VVT_HR12DDR_IN",13="VVT_MAP_V_TWIN",22="VVT_MAZDA_L",15="VVT_MAZDA_SKYACTIV",3="VVT_MIATA_NB",12="VVT_MITSUBISHI_3A92",18="VVT_MITSUBISHI_4G63",4="VVT_MITSUBISHI_4G69",17="VVT_MITSUBISHI_4G9x",20="VVT_MITSUBISHI_6G72",14="VVT_MITSUBISHI_6G75",11="VVT_NISSAN_MR",9="VVT_NISSAN_VQ",1="VVT_SINGLE_TOOTH",2="VVT_TOYOTA_3_TOOTH",6="VVT_TOYOTA_4_1"
#define vvt_mode_e_enum "Inactive", "Single Tooth", "Toyota 3 Tooth", "Miata NB2", "Mitsu 4G69", "Bosch Quick Start", "4/1", "ST 170", "Ford Barra 3+1", "Nissan VQ", "Honda K Intake", "Nissan MR18", "Mitsu 3A92", "VTwin by MAP", "Mitsu 6G75", "Mazda Skyactiv", "Honda K Exhaust", "Mitsubishi 4G92/93/94", "Mitsubishi 4G63", "Ford Coyote", "Mitsu 6G72", "Honda 600", "Mazda L", "Dev", "HR12DDR In", "vvt25", "vvt26"
#define vvt_mode_e_enum "Inactive", "Single Tooth", "Toyota 3 Tooth", "Miata NB2", "Mitsu 4G69", "Bosch Quick Start", "4/1", "ST 170", "Ford Barra 3+1", "Nissan VQ", "Honda K Intake", "Nissan MR18", "Mitsu 3A92", "Sync by MAP", "Mitsu 6G75", "Mazda Skyactiv", "Honda K Exhaust", "Mitsubishi 4G92/93/94", "Mitsubishi 4G63", "Ford Coyote", "Mitsu 6G72", "Honda 600", "Mazda L", "Dev", "HR12DDR In", "vvt25", "vvt26"
#define vvt_mode_e_VVT_BARRA_3_PLUS_1 8
#define vvt_mode_e_VVT_BOSCH_QUICK_START 5
#define vvt_mode_e_VVT_DEV 23

View File

@ -1304,7 +1304,7 @@
#define show_Proteus_presets false
#define show_test_presets false
#define show_vvt_output_pin true
#define SIGNATURE_HASH 686553379
#define SIGNATURE_HASH 384046117
#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"
@ -1752,7 +1752,7 @@
#define ts_show_wastegate_sensor true
#define ts_show_wbo_canbus_index true
#define ts_show_wbo_canbus_set_index true
#define TS_SIGNATURE "rusEFI master.2024.09.15.at_start_f435.686553379"
#define TS_SIGNATURE "rusEFI master.2024.09.15.at_start_f435.384046117"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'
@ -1808,7 +1808,7 @@
#define VSS_FILTER_MIN 3
#define VVT1_TARGET_NAME "VVT intake target"
#define vvt_mode_e_auto_enum 0="VVT_INACTIVE",8="VVT_BARRA_3_PLUS_1",5="VVT_BOSCH_QUICK_START",23="VVT_DEV",19="VVT_FORD_COYOTE",7="VVT_FORD_ST170",21="VVT_HONDA_CBR_600",16="VVT_HONDA_K_EXHAUST",10="VVT_HONDA_K_INTAKE",24="VVT_HR12DDR_IN",13="VVT_MAP_V_TWIN",22="VVT_MAZDA_L",15="VVT_MAZDA_SKYACTIV",3="VVT_MIATA_NB",12="VVT_MITSUBISHI_3A92",18="VVT_MITSUBISHI_4G63",4="VVT_MITSUBISHI_4G69",17="VVT_MITSUBISHI_4G9x",20="VVT_MITSUBISHI_6G72",14="VVT_MITSUBISHI_6G75",11="VVT_NISSAN_MR",9="VVT_NISSAN_VQ",1="VVT_SINGLE_TOOTH",2="VVT_TOYOTA_3_TOOTH",6="VVT_TOYOTA_4_1"
#define vvt_mode_e_enum "Inactive", "Single Tooth", "Toyota 3 Tooth", "Miata NB2", "Mitsu 4G69", "Bosch Quick Start", "4/1", "ST 170", "Ford Barra 3+1", "Nissan VQ", "Honda K Intake", "Nissan MR18", "Mitsu 3A92", "VTwin by MAP", "Mitsu 6G75", "Mazda Skyactiv", "Honda K Exhaust", "Mitsubishi 4G92/93/94", "Mitsubishi 4G63", "Ford Coyote", "Mitsu 6G72", "Honda 600", "Mazda L", "Dev", "HR12DDR In", "vvt25", "vvt26"
#define vvt_mode_e_enum "Inactive", "Single Tooth", "Toyota 3 Tooth", "Miata NB2", "Mitsu 4G69", "Bosch Quick Start", "4/1", "ST 170", "Ford Barra 3+1", "Nissan VQ", "Honda K Intake", "Nissan MR18", "Mitsu 3A92", "Sync by MAP", "Mitsu 6G75", "Mazda Skyactiv", "Honda K Exhaust", "Mitsubishi 4G92/93/94", "Mitsubishi 4G63", "Ford Coyote", "Mitsu 6G72", "Honda 600", "Mazda L", "Dev", "HR12DDR In", "vvt25", "vvt26"
#define vvt_mode_e_VVT_BARRA_3_PLUS_1 8
#define vvt_mode_e_VVT_BOSCH_QUICK_START 5
#define vvt_mode_e_VVT_DEV 23

View File

@ -1304,7 +1304,7 @@
#define show_Proteus_presets false
#define show_test_presets false
#define show_vvt_output_pin true
#define SIGNATURE_HASH 1827417453
#define SIGNATURE_HASH 1390657643
#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"
@ -1752,7 +1752,7 @@
#define ts_show_wastegate_sensor true
#define ts_show_wbo_canbus_index true
#define ts_show_wbo_canbus_set_index true
#define TS_SIGNATURE "rusEFI master.2024.09.15.atlas.1827417453"
#define TS_SIGNATURE "rusEFI master.2024.09.15.atlas.1390657643"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'
@ -1808,7 +1808,7 @@
#define VSS_FILTER_MIN 3
#define VVT1_TARGET_NAME "VVT intake target"
#define vvt_mode_e_auto_enum 0="VVT_INACTIVE",8="VVT_BARRA_3_PLUS_1",5="VVT_BOSCH_QUICK_START",23="VVT_DEV",19="VVT_FORD_COYOTE",7="VVT_FORD_ST170",21="VVT_HONDA_CBR_600",16="VVT_HONDA_K_EXHAUST",10="VVT_HONDA_K_INTAKE",24="VVT_HR12DDR_IN",13="VVT_MAP_V_TWIN",22="VVT_MAZDA_L",15="VVT_MAZDA_SKYACTIV",3="VVT_MIATA_NB",12="VVT_MITSUBISHI_3A92",18="VVT_MITSUBISHI_4G63",4="VVT_MITSUBISHI_4G69",17="VVT_MITSUBISHI_4G9x",20="VVT_MITSUBISHI_6G72",14="VVT_MITSUBISHI_6G75",11="VVT_NISSAN_MR",9="VVT_NISSAN_VQ",1="VVT_SINGLE_TOOTH",2="VVT_TOYOTA_3_TOOTH",6="VVT_TOYOTA_4_1"
#define vvt_mode_e_enum "Inactive", "Single Tooth", "Toyota 3 Tooth", "Miata NB2", "Mitsu 4G69", "Bosch Quick Start", "4/1", "ST 170", "Ford Barra 3+1", "Nissan VQ", "Honda K Intake", "Nissan MR18", "Mitsu 3A92", "VTwin by MAP", "Mitsu 6G75", "Mazda Skyactiv", "Honda K Exhaust", "Mitsubishi 4G92/93/94", "Mitsubishi 4G63", "Ford Coyote", "Mitsu 6G72", "Honda 600", "Mazda L", "Dev", "HR12DDR In", "vvt25", "vvt26"
#define vvt_mode_e_enum "Inactive", "Single Tooth", "Toyota 3 Tooth", "Miata NB2", "Mitsu 4G69", "Bosch Quick Start", "4/1", "ST 170", "Ford Barra 3+1", "Nissan VQ", "Honda K Intake", "Nissan MR18", "Mitsu 3A92", "Sync by MAP", "Mitsu 6G75", "Mazda Skyactiv", "Honda K Exhaust", "Mitsubishi 4G92/93/94", "Mitsubishi 4G63", "Ford Coyote", "Mitsu 6G72", "Honda 600", "Mazda L", "Dev", "HR12DDR In", "vvt25", "vvt26"
#define vvt_mode_e_VVT_BARRA_3_PLUS_1 8
#define vvt_mode_e_VVT_BOSCH_QUICK_START 5
#define vvt_mode_e_VVT_DEV 23

View File

@ -1303,7 +1303,7 @@
#define show_Proteus_presets false
#define show_test_presets true
#define show_vvt_output_pin true
#define SIGNATURE_HASH 3360895134
#define SIGNATURE_HASH 4133281176
#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"
@ -1751,7 +1751,7 @@
#define ts_show_wastegate_sensor true
#define ts_show_wbo_canbus_index true
#define ts_show_wbo_canbus_set_index true
#define TS_SIGNATURE "rusEFI master.2024.09.15.f407-discovery.3360895134"
#define TS_SIGNATURE "rusEFI master.2024.09.15.f407-discovery.4133281176"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'
@ -1807,7 +1807,7 @@
#define VSS_FILTER_MIN 3
#define VVT1_TARGET_NAME "VVT intake target"
#define vvt_mode_e_auto_enum 0="VVT_INACTIVE",8="VVT_BARRA_3_PLUS_1",5="VVT_BOSCH_QUICK_START",23="VVT_DEV",19="VVT_FORD_COYOTE",7="VVT_FORD_ST170",21="VVT_HONDA_CBR_600",16="VVT_HONDA_K_EXHAUST",10="VVT_HONDA_K_INTAKE",24="VVT_HR12DDR_IN",13="VVT_MAP_V_TWIN",22="VVT_MAZDA_L",15="VVT_MAZDA_SKYACTIV",3="VVT_MIATA_NB",12="VVT_MITSUBISHI_3A92",18="VVT_MITSUBISHI_4G63",4="VVT_MITSUBISHI_4G69",17="VVT_MITSUBISHI_4G9x",20="VVT_MITSUBISHI_6G72",14="VVT_MITSUBISHI_6G75",11="VVT_NISSAN_MR",9="VVT_NISSAN_VQ",1="VVT_SINGLE_TOOTH",2="VVT_TOYOTA_3_TOOTH",6="VVT_TOYOTA_4_1"
#define vvt_mode_e_enum "Inactive", "Single Tooth", "Toyota 3 Tooth", "Miata NB2", "Mitsu 4G69", "Bosch Quick Start", "4/1", "ST 170", "Ford Barra 3+1", "Nissan VQ", "Honda K Intake", "Nissan MR18", "Mitsu 3A92", "VTwin by MAP", "Mitsu 6G75", "Mazda Skyactiv", "Honda K Exhaust", "Mitsubishi 4G92/93/94", "Mitsubishi 4G63", "Ford Coyote", "Mitsu 6G72", "Honda 600", "Mazda L", "Dev", "HR12DDR In", "vvt25", "vvt26"
#define vvt_mode_e_enum "Inactive", "Single Tooth", "Toyota 3 Tooth", "Miata NB2", "Mitsu 4G69", "Bosch Quick Start", "4/1", "ST 170", "Ford Barra 3+1", "Nissan VQ", "Honda K Intake", "Nissan MR18", "Mitsu 3A92", "Sync by MAP", "Mitsu 6G75", "Mazda Skyactiv", "Honda K Exhaust", "Mitsubishi 4G92/93/94", "Mitsubishi 4G63", "Ford Coyote", "Mitsu 6G72", "Honda 600", "Mazda L", "Dev", "HR12DDR In", "vvt25", "vvt26"
#define vvt_mode_e_VVT_BARRA_3_PLUS_1 8
#define vvt_mode_e_VVT_BOSCH_QUICK_START 5
#define vvt_mode_e_VVT_DEV 23

View File

@ -1304,7 +1304,7 @@
#define show_Proteus_presets false
#define show_test_presets false
#define show_vvt_output_pin true
#define SIGNATURE_HASH 686553379
#define SIGNATURE_HASH 384046117
#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"
@ -1752,7 +1752,7 @@
#define ts_show_wastegate_sensor true
#define ts_show_wbo_canbus_index true
#define ts_show_wbo_canbus_set_index true
#define TS_SIGNATURE "rusEFI master.2024.09.15.f429-discovery.686553379"
#define TS_SIGNATURE "rusEFI master.2024.09.15.f429-discovery.384046117"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'
@ -1808,7 +1808,7 @@
#define VSS_FILTER_MIN 3
#define VVT1_TARGET_NAME "VVT intake target"
#define vvt_mode_e_auto_enum 0="VVT_INACTIVE",8="VVT_BARRA_3_PLUS_1",5="VVT_BOSCH_QUICK_START",23="VVT_DEV",19="VVT_FORD_COYOTE",7="VVT_FORD_ST170",21="VVT_HONDA_CBR_600",16="VVT_HONDA_K_EXHAUST",10="VVT_HONDA_K_INTAKE",24="VVT_HR12DDR_IN",13="VVT_MAP_V_TWIN",22="VVT_MAZDA_L",15="VVT_MAZDA_SKYACTIV",3="VVT_MIATA_NB",12="VVT_MITSUBISHI_3A92",18="VVT_MITSUBISHI_4G63",4="VVT_MITSUBISHI_4G69",17="VVT_MITSUBISHI_4G9x",20="VVT_MITSUBISHI_6G72",14="VVT_MITSUBISHI_6G75",11="VVT_NISSAN_MR",9="VVT_NISSAN_VQ",1="VVT_SINGLE_TOOTH",2="VVT_TOYOTA_3_TOOTH",6="VVT_TOYOTA_4_1"
#define vvt_mode_e_enum "Inactive", "Single Tooth", "Toyota 3 Tooth", "Miata NB2", "Mitsu 4G69", "Bosch Quick Start", "4/1", "ST 170", "Ford Barra 3+1", "Nissan VQ", "Honda K Intake", "Nissan MR18", "Mitsu 3A92", "VTwin by MAP", "Mitsu 6G75", "Mazda Skyactiv", "Honda K Exhaust", "Mitsubishi 4G92/93/94", "Mitsubishi 4G63", "Ford Coyote", "Mitsu 6G72", "Honda 600", "Mazda L", "Dev", "HR12DDR In", "vvt25", "vvt26"
#define vvt_mode_e_enum "Inactive", "Single Tooth", "Toyota 3 Tooth", "Miata NB2", "Mitsu 4G69", "Bosch Quick Start", "4/1", "ST 170", "Ford Barra 3+1", "Nissan VQ", "Honda K Intake", "Nissan MR18", "Mitsu 3A92", "Sync by MAP", "Mitsu 6G75", "Mazda Skyactiv", "Honda K Exhaust", "Mitsubishi 4G92/93/94", "Mitsubishi 4G63", "Ford Coyote", "Mitsu 6G72", "Honda 600", "Mazda L", "Dev", "HR12DDR In", "vvt25", "vvt26"
#define vvt_mode_e_VVT_BARRA_3_PLUS_1 8
#define vvt_mode_e_VVT_BOSCH_QUICK_START 5
#define vvt_mode_e_VVT_DEV 23

View File

@ -1304,7 +1304,7 @@
#define show_Proteus_presets false
#define show_test_presets false
#define show_vvt_output_pin true
#define SIGNATURE_HASH 440205232
#define SIGNATURE_HASH 607326902
#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"
@ -1752,7 +1752,7 @@
#define ts_show_wastegate_sensor true
#define ts_show_wbo_canbus_index true
#define ts_show_wbo_canbus_set_index true
#define TS_SIGNATURE "rusEFI master.2024.09.15.f469-discovery.440205232"
#define TS_SIGNATURE "rusEFI master.2024.09.15.f469-discovery.607326902"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'
@ -1808,7 +1808,7 @@
#define VSS_FILTER_MIN 3
#define VVT1_TARGET_NAME "VVT intake target"
#define vvt_mode_e_auto_enum 0="VVT_INACTIVE",8="VVT_BARRA_3_PLUS_1",5="VVT_BOSCH_QUICK_START",23="VVT_DEV",19="VVT_FORD_COYOTE",7="VVT_FORD_ST170",21="VVT_HONDA_CBR_600",16="VVT_HONDA_K_EXHAUST",10="VVT_HONDA_K_INTAKE",24="VVT_HR12DDR_IN",13="VVT_MAP_V_TWIN",22="VVT_MAZDA_L",15="VVT_MAZDA_SKYACTIV",3="VVT_MIATA_NB",12="VVT_MITSUBISHI_3A92",18="VVT_MITSUBISHI_4G63",4="VVT_MITSUBISHI_4G69",17="VVT_MITSUBISHI_4G9x",20="VVT_MITSUBISHI_6G72",14="VVT_MITSUBISHI_6G75",11="VVT_NISSAN_MR",9="VVT_NISSAN_VQ",1="VVT_SINGLE_TOOTH",2="VVT_TOYOTA_3_TOOTH",6="VVT_TOYOTA_4_1"
#define vvt_mode_e_enum "Inactive", "Single Tooth", "Toyota 3 Tooth", "Miata NB2", "Mitsu 4G69", "Bosch Quick Start", "4/1", "ST 170", "Ford Barra 3+1", "Nissan VQ", "Honda K Intake", "Nissan MR18", "Mitsu 3A92", "VTwin by MAP", "Mitsu 6G75", "Mazda Skyactiv", "Honda K Exhaust", "Mitsubishi 4G92/93/94", "Mitsubishi 4G63", "Ford Coyote", "Mitsu 6G72", "Honda 600", "Mazda L", "Dev", "HR12DDR In", "vvt25", "vvt26"
#define vvt_mode_e_enum "Inactive", "Single Tooth", "Toyota 3 Tooth", "Miata NB2", "Mitsu 4G69", "Bosch Quick Start", "4/1", "ST 170", "Ford Barra 3+1", "Nissan VQ", "Honda K Intake", "Nissan MR18", "Mitsu 3A92", "Sync by MAP", "Mitsu 6G75", "Mazda Skyactiv", "Honda K Exhaust", "Mitsubishi 4G92/93/94", "Mitsubishi 4G63", "Ford Coyote", "Mitsu 6G72", "Honda 600", "Mazda L", "Dev", "HR12DDR In", "vvt25", "vvt26"
#define vvt_mode_e_VVT_BARRA_3_PLUS_1 8
#define vvt_mode_e_VVT_BOSCH_QUICK_START 5
#define vvt_mode_e_VVT_DEV 23

View File

@ -1304,7 +1304,7 @@
#define show_Proteus_presets false
#define show_test_presets true
#define show_vvt_output_pin true
#define SIGNATURE_HASH 2120781112
#define SIGNATURE_HASH 1080516670
#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"
@ -1752,7 +1752,7 @@
#define ts_show_wastegate_sensor true
#define ts_show_wbo_canbus_index true
#define ts_show_wbo_canbus_set_index true
#define TS_SIGNATURE "rusEFI master.2024.09.15.frankenso_na6.2120781112"
#define TS_SIGNATURE "rusEFI master.2024.09.15.frankenso_na6.1080516670"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'
@ -1808,7 +1808,7 @@
#define VSS_FILTER_MIN 3
#define VVT1_TARGET_NAME "VVT intake target"
#define vvt_mode_e_auto_enum 0="VVT_INACTIVE",8="VVT_BARRA_3_PLUS_1",5="VVT_BOSCH_QUICK_START",23="VVT_DEV",19="VVT_FORD_COYOTE",7="VVT_FORD_ST170",21="VVT_HONDA_CBR_600",16="VVT_HONDA_K_EXHAUST",10="VVT_HONDA_K_INTAKE",24="VVT_HR12DDR_IN",13="VVT_MAP_V_TWIN",22="VVT_MAZDA_L",15="VVT_MAZDA_SKYACTIV",3="VVT_MIATA_NB",12="VVT_MITSUBISHI_3A92",18="VVT_MITSUBISHI_4G63",4="VVT_MITSUBISHI_4G69",17="VVT_MITSUBISHI_4G9x",20="VVT_MITSUBISHI_6G72",14="VVT_MITSUBISHI_6G75",11="VVT_NISSAN_MR",9="VVT_NISSAN_VQ",1="VVT_SINGLE_TOOTH",2="VVT_TOYOTA_3_TOOTH",6="VVT_TOYOTA_4_1"
#define vvt_mode_e_enum "Inactive", "Single Tooth", "Toyota 3 Tooth", "Miata NB2", "Mitsu 4G69", "Bosch Quick Start", "4/1", "ST 170", "Ford Barra 3+1", "Nissan VQ", "Honda K Intake", "Nissan MR18", "Mitsu 3A92", "VTwin by MAP", "Mitsu 6G75", "Mazda Skyactiv", "Honda K Exhaust", "Mitsubishi 4G92/93/94", "Mitsubishi 4G63", "Ford Coyote", "Mitsu 6G72", "Honda 600", "Mazda L", "Dev", "HR12DDR In", "vvt25", "vvt26"
#define vvt_mode_e_enum "Inactive", "Single Tooth", "Toyota 3 Tooth", "Miata NB2", "Mitsu 4G69", "Bosch Quick Start", "4/1", "ST 170", "Ford Barra 3+1", "Nissan VQ", "Honda K Intake", "Nissan MR18", "Mitsu 3A92", "Sync by MAP", "Mitsu 6G75", "Mazda Skyactiv", "Honda K Exhaust", "Mitsubishi 4G92/93/94", "Mitsubishi 4G63", "Ford Coyote", "Mitsu 6G72", "Honda 600", "Mazda L", "Dev", "HR12DDR In", "vvt25", "vvt26"
#define vvt_mode_e_VVT_BARRA_3_PLUS_1 8
#define vvt_mode_e_VVT_BOSCH_QUICK_START 5
#define vvt_mode_e_VVT_DEV 23

View File

@ -1304,7 +1304,7 @@
#define show_Proteus_presets false
#define show_test_presets false
#define show_vvt_output_pin true
#define SIGNATURE_HASH 686553379
#define SIGNATURE_HASH 384046117
#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"
@ -1752,7 +1752,7 @@
#define ts_show_wastegate_sensor true
#define ts_show_wbo_canbus_index true
#define ts_show_wbo_canbus_set_index true
#define TS_SIGNATURE "rusEFI master.2024.09.15.haba208.686553379"
#define TS_SIGNATURE "rusEFI master.2024.09.15.haba208.384046117"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'
@ -1808,7 +1808,7 @@
#define VSS_FILTER_MIN 3
#define VVT1_TARGET_NAME "VVT intake target"
#define vvt_mode_e_auto_enum 0="VVT_INACTIVE",8="VVT_BARRA_3_PLUS_1",5="VVT_BOSCH_QUICK_START",23="VVT_DEV",19="VVT_FORD_COYOTE",7="VVT_FORD_ST170",21="VVT_HONDA_CBR_600",16="VVT_HONDA_K_EXHAUST",10="VVT_HONDA_K_INTAKE",24="VVT_HR12DDR_IN",13="VVT_MAP_V_TWIN",22="VVT_MAZDA_L",15="VVT_MAZDA_SKYACTIV",3="VVT_MIATA_NB",12="VVT_MITSUBISHI_3A92",18="VVT_MITSUBISHI_4G63",4="VVT_MITSUBISHI_4G69",17="VVT_MITSUBISHI_4G9x",20="VVT_MITSUBISHI_6G72",14="VVT_MITSUBISHI_6G75",11="VVT_NISSAN_MR",9="VVT_NISSAN_VQ",1="VVT_SINGLE_TOOTH",2="VVT_TOYOTA_3_TOOTH",6="VVT_TOYOTA_4_1"
#define vvt_mode_e_enum "Inactive", "Single Tooth", "Toyota 3 Tooth", "Miata NB2", "Mitsu 4G69", "Bosch Quick Start", "4/1", "ST 170", "Ford Barra 3+1", "Nissan VQ", "Honda K Intake", "Nissan MR18", "Mitsu 3A92", "VTwin by MAP", "Mitsu 6G75", "Mazda Skyactiv", "Honda K Exhaust", "Mitsubishi 4G92/93/94", "Mitsubishi 4G63", "Ford Coyote", "Mitsu 6G72", "Honda 600", "Mazda L", "Dev", "HR12DDR In", "vvt25", "vvt26"
#define vvt_mode_e_enum "Inactive", "Single Tooth", "Toyota 3 Tooth", "Miata NB2", "Mitsu 4G69", "Bosch Quick Start", "4/1", "ST 170", "Ford Barra 3+1", "Nissan VQ", "Honda K Intake", "Nissan MR18", "Mitsu 3A92", "Sync by MAP", "Mitsu 6G75", "Mazda Skyactiv", "Honda K Exhaust", "Mitsubishi 4G92/93/94", "Mitsubishi 4G63", "Ford Coyote", "Mitsu 6G72", "Honda 600", "Mazda L", "Dev", "HR12DDR In", "vvt25", "vvt26"
#define vvt_mode_e_VVT_BARRA_3_PLUS_1 8
#define vvt_mode_e_VVT_BOSCH_QUICK_START 5
#define vvt_mode_e_VVT_DEV 23

View File

@ -1305,7 +1305,7 @@
#define show_Proteus_presets false
#define show_test_presets false
#define show_vvt_output_pin true
#define SIGNATURE_HASH 2716033447
#define SIGNATURE_HASH 2683079841
#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"
@ -1753,7 +1753,7 @@
#define ts_show_wastegate_sensor true
#define ts_show_wbo_canbus_index true
#define ts_show_wbo_canbus_set_index true
#define TS_SIGNATURE "rusEFI master.2024.09.15.hellen-112-17.2716033447"
#define TS_SIGNATURE "rusEFI master.2024.09.15.hellen-112-17.2683079841"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'
@ -1809,7 +1809,7 @@
#define VSS_FILTER_MIN 3
#define VVT1_TARGET_NAME "VVT intake target"
#define vvt_mode_e_auto_enum 0="VVT_INACTIVE",8="VVT_BARRA_3_PLUS_1",5="VVT_BOSCH_QUICK_START",23="VVT_DEV",19="VVT_FORD_COYOTE",7="VVT_FORD_ST170",21="VVT_HONDA_CBR_600",16="VVT_HONDA_K_EXHAUST",10="VVT_HONDA_K_INTAKE",24="VVT_HR12DDR_IN",13="VVT_MAP_V_TWIN",22="VVT_MAZDA_L",15="VVT_MAZDA_SKYACTIV",3="VVT_MIATA_NB",12="VVT_MITSUBISHI_3A92",18="VVT_MITSUBISHI_4G63",4="VVT_MITSUBISHI_4G69",17="VVT_MITSUBISHI_4G9x",20="VVT_MITSUBISHI_6G72",14="VVT_MITSUBISHI_6G75",11="VVT_NISSAN_MR",9="VVT_NISSAN_VQ",1="VVT_SINGLE_TOOTH",2="VVT_TOYOTA_3_TOOTH",6="VVT_TOYOTA_4_1"
#define vvt_mode_e_enum "Inactive", "Single Tooth", "Toyota 3 Tooth", "Miata NB2", "Mitsu 4G69", "Bosch Quick Start", "4/1", "ST 170", "Ford Barra 3+1", "Nissan VQ", "Honda K Intake", "Nissan MR18", "Mitsu 3A92", "VTwin by MAP", "Mitsu 6G75", "Mazda Skyactiv", "Honda K Exhaust", "Mitsubishi 4G92/93/94", "Mitsubishi 4G63", "Ford Coyote", "Mitsu 6G72", "Honda 600", "Mazda L", "Dev", "HR12DDR In", "vvt25", "vvt26"
#define vvt_mode_e_enum "Inactive", "Single Tooth", "Toyota 3 Tooth", "Miata NB2", "Mitsu 4G69", "Bosch Quick Start", "4/1", "ST 170", "Ford Barra 3+1", "Nissan VQ", "Honda K Intake", "Nissan MR18", "Mitsu 3A92", "Sync by MAP", "Mitsu 6G75", "Mazda Skyactiv", "Honda K Exhaust", "Mitsubishi 4G92/93/94", "Mitsubishi 4G63", "Ford Coyote", "Mitsu 6G72", "Honda 600", "Mazda L", "Dev", "HR12DDR In", "vvt25", "vvt26"
#define vvt_mode_e_VVT_BARRA_3_PLUS_1 8
#define vvt_mode_e_VVT_BOSCH_QUICK_START 5
#define vvt_mode_e_VVT_DEV 23

View File

@ -1304,7 +1304,7 @@
#define show_Proteus_presets false
#define show_test_presets false
#define show_vvt_output_pin true
#define SIGNATURE_HASH 3834814107
#define SIGNATURE_HASH 3667751837
#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"
@ -1752,7 +1752,7 @@
#define ts_show_wastegate_sensor true
#define ts_show_wbo_canbus_index true
#define ts_show_wbo_canbus_set_index true
#define TS_SIGNATURE "rusEFI master.2024.09.15.hellen-gm-e67.3834814107"
#define TS_SIGNATURE "rusEFI master.2024.09.15.hellen-gm-e67.3667751837"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'
@ -1808,7 +1808,7 @@
#define VSS_FILTER_MIN 3
#define VVT1_TARGET_NAME "VVT intake target"
#define vvt_mode_e_auto_enum 0="VVT_INACTIVE",8="VVT_BARRA_3_PLUS_1",5="VVT_BOSCH_QUICK_START",23="VVT_DEV",19="VVT_FORD_COYOTE",7="VVT_FORD_ST170",21="VVT_HONDA_CBR_600",16="VVT_HONDA_K_EXHAUST",10="VVT_HONDA_K_INTAKE",24="VVT_HR12DDR_IN",13="VVT_MAP_V_TWIN",22="VVT_MAZDA_L",15="VVT_MAZDA_SKYACTIV",3="VVT_MIATA_NB",12="VVT_MITSUBISHI_3A92",18="VVT_MITSUBISHI_4G63",4="VVT_MITSUBISHI_4G69",17="VVT_MITSUBISHI_4G9x",20="VVT_MITSUBISHI_6G72",14="VVT_MITSUBISHI_6G75",11="VVT_NISSAN_MR",9="VVT_NISSAN_VQ",1="VVT_SINGLE_TOOTH",2="VVT_TOYOTA_3_TOOTH",6="VVT_TOYOTA_4_1"
#define vvt_mode_e_enum "Inactive", "Single Tooth", "Toyota 3 Tooth", "Miata NB2", "Mitsu 4G69", "Bosch Quick Start", "4/1", "ST 170", "Ford Barra 3+1", "Nissan VQ", "Honda K Intake", "Nissan MR18", "Mitsu 3A92", "VTwin by MAP", "Mitsu 6G75", "Mazda Skyactiv", "Honda K Exhaust", "Mitsubishi 4G92/93/94", "Mitsubishi 4G63", "Ford Coyote", "Mitsu 6G72", "Honda 600", "Mazda L", "Dev", "HR12DDR In", "vvt25", "vvt26"
#define vvt_mode_e_enum "Inactive", "Single Tooth", "Toyota 3 Tooth", "Miata NB2", "Mitsu 4G69", "Bosch Quick Start", "4/1", "ST 170", "Ford Barra 3+1", "Nissan VQ", "Honda K Intake", "Nissan MR18", "Mitsu 3A92", "Sync by MAP", "Mitsu 6G75", "Mazda Skyactiv", "Honda K Exhaust", "Mitsubishi 4G92/93/94", "Mitsubishi 4G63", "Ford Coyote", "Mitsu 6G72", "Honda 600", "Mazda L", "Dev", "HR12DDR In", "vvt25", "vvt26"
#define vvt_mode_e_VVT_BARRA_3_PLUS_1 8
#define vvt_mode_e_VVT_BOSCH_QUICK_START 5
#define vvt_mode_e_VVT_DEV 23

View File

@ -1302,7 +1302,7 @@
#define show_Proteus_presets false
#define show_test_presets false
#define show_vvt_output_pin true
#define SIGNATURE_HASH 707941911
#define SIGNATURE_HASH 339589905
#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"
@ -1752,7 +1752,7 @@
#define ts_show_wastegate_sensor true
#define ts_show_wbo_canbus_index true
#define ts_show_wbo_canbus_set_index true
#define TS_SIGNATURE "rusEFI master.2024.09.15.hellen-honda-k.707941911"
#define TS_SIGNATURE "rusEFI master.2024.09.15.hellen-honda-k.339589905"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'
@ -1808,7 +1808,7 @@
#define VSS_FILTER_MIN 3
#define VVT1_TARGET_NAME "VVT intake target"
#define vvt_mode_e_auto_enum 0="VVT_INACTIVE",8="VVT_BARRA_3_PLUS_1",5="VVT_BOSCH_QUICK_START",23="VVT_DEV",19="VVT_FORD_COYOTE",7="VVT_FORD_ST170",21="VVT_HONDA_CBR_600",16="VVT_HONDA_K_EXHAUST",10="VVT_HONDA_K_INTAKE",24="VVT_HR12DDR_IN",13="VVT_MAP_V_TWIN",22="VVT_MAZDA_L",15="VVT_MAZDA_SKYACTIV",3="VVT_MIATA_NB",12="VVT_MITSUBISHI_3A92",18="VVT_MITSUBISHI_4G63",4="VVT_MITSUBISHI_4G69",17="VVT_MITSUBISHI_4G9x",20="VVT_MITSUBISHI_6G72",14="VVT_MITSUBISHI_6G75",11="VVT_NISSAN_MR",9="VVT_NISSAN_VQ",1="VVT_SINGLE_TOOTH",2="VVT_TOYOTA_3_TOOTH",6="VVT_TOYOTA_4_1"
#define vvt_mode_e_enum "Inactive", "Single Tooth", "Toyota 3 Tooth", "Miata NB2", "Mitsu 4G69", "Bosch Quick Start", "4/1", "ST 170", "Ford Barra 3+1", "Nissan VQ", "Honda K Intake", "Nissan MR18", "Mitsu 3A92", "VTwin by MAP", "Mitsu 6G75", "Mazda Skyactiv", "Honda K Exhaust", "Mitsubishi 4G92/93/94", "Mitsubishi 4G63", "Ford Coyote", "Mitsu 6G72", "Honda 600", "Mazda L", "Dev", "HR12DDR In", "vvt25", "vvt26"
#define vvt_mode_e_enum "Inactive", "Single Tooth", "Toyota 3 Tooth", "Miata NB2", "Mitsu 4G69", "Bosch Quick Start", "4/1", "ST 170", "Ford Barra 3+1", "Nissan VQ", "Honda K Intake", "Nissan MR18", "Mitsu 3A92", "Sync by MAP", "Mitsu 6G75", "Mazda Skyactiv", "Honda K Exhaust", "Mitsubishi 4G92/93/94", "Mitsubishi 4G63", "Ford Coyote", "Mitsu 6G72", "Honda 600", "Mazda L", "Dev", "HR12DDR In", "vvt25", "vvt26"
#define vvt_mode_e_VVT_BARRA_3_PLUS_1 8
#define vvt_mode_e_VVT_BOSCH_QUICK_START 5
#define vvt_mode_e_VVT_DEV 23

View File

@ -1305,7 +1305,7 @@
#define show_Proteus_presets false
#define show_test_presets false
#define show_vvt_output_pin true
#define SIGNATURE_HASH 2873961532
#define SIGNATURE_HASH 2504180026
#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"
@ -1753,7 +1753,7 @@
#define ts_show_wastegate_sensor true
#define ts_show_wbo_canbus_index true
#define ts_show_wbo_canbus_set_index true
#define TS_SIGNATURE "rusEFI master.2024.09.15.hellen-nb1.2873961532"
#define TS_SIGNATURE "rusEFI master.2024.09.15.hellen-nb1.2504180026"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'
@ -1809,7 +1809,7 @@
#define VSS_FILTER_MIN 3
#define VVT1_TARGET_NAME "VVT intake target"
#define vvt_mode_e_auto_enum 0="VVT_INACTIVE",8="VVT_BARRA_3_PLUS_1",5="VVT_BOSCH_QUICK_START",23="VVT_DEV",19="VVT_FORD_COYOTE",7="VVT_FORD_ST170",21="VVT_HONDA_CBR_600",16="VVT_HONDA_K_EXHAUST",10="VVT_HONDA_K_INTAKE",24="VVT_HR12DDR_IN",13="VVT_MAP_V_TWIN",22="VVT_MAZDA_L",15="VVT_MAZDA_SKYACTIV",3="VVT_MIATA_NB",12="VVT_MITSUBISHI_3A92",18="VVT_MITSUBISHI_4G63",4="VVT_MITSUBISHI_4G69",17="VVT_MITSUBISHI_4G9x",20="VVT_MITSUBISHI_6G72",14="VVT_MITSUBISHI_6G75",11="VVT_NISSAN_MR",9="VVT_NISSAN_VQ",1="VVT_SINGLE_TOOTH",2="VVT_TOYOTA_3_TOOTH",6="VVT_TOYOTA_4_1"
#define vvt_mode_e_enum "Inactive", "Single Tooth", "Toyota 3 Tooth", "Miata NB2", "Mitsu 4G69", "Bosch Quick Start", "4/1", "ST 170", "Ford Barra 3+1", "Nissan VQ", "Honda K Intake", "Nissan MR18", "Mitsu 3A92", "VTwin by MAP", "Mitsu 6G75", "Mazda Skyactiv", "Honda K Exhaust", "Mitsubishi 4G92/93/94", "Mitsubishi 4G63", "Ford Coyote", "Mitsu 6G72", "Honda 600", "Mazda L", "Dev", "HR12DDR In", "vvt25", "vvt26"
#define vvt_mode_e_enum "Inactive", "Single Tooth", "Toyota 3 Tooth", "Miata NB2", "Mitsu 4G69", "Bosch Quick Start", "4/1", "ST 170", "Ford Barra 3+1", "Nissan VQ", "Honda K Intake", "Nissan MR18", "Mitsu 3A92", "Sync by MAP", "Mitsu 6G75", "Mazda Skyactiv", "Honda K Exhaust", "Mitsubishi 4G92/93/94", "Mitsubishi 4G63", "Ford Coyote", "Mitsu 6G72", "Honda 600", "Mazda L", "Dev", "HR12DDR In", "vvt25", "vvt26"
#define vvt_mode_e_VVT_BARRA_3_PLUS_1 8
#define vvt_mode_e_VVT_BOSCH_QUICK_START 5
#define vvt_mode_e_VVT_DEV 23

View File

@ -1305,7 +1305,7 @@
#define show_Proteus_presets false
#define show_test_presets false
#define show_vvt_output_pin true
#define SIGNATURE_HASH 377159402
#define SIGNATURE_HASH 678761452
#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"
@ -1753,7 +1753,7 @@
#define ts_show_wastegate_sensor true
#define ts_show_wbo_canbus_index true
#define ts_show_wbo_canbus_set_index true
#define TS_SIGNATURE "rusEFI master.2024.09.15.hellen121nissan.377159402"
#define TS_SIGNATURE "rusEFI master.2024.09.15.hellen121nissan.678761452"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'
@ -1809,7 +1809,7 @@
#define VSS_FILTER_MIN 3
#define VVT1_TARGET_NAME "VVT intake target"
#define vvt_mode_e_auto_enum 0="VVT_INACTIVE",8="VVT_BARRA_3_PLUS_1",5="VVT_BOSCH_QUICK_START",23="VVT_DEV",19="VVT_FORD_COYOTE",7="VVT_FORD_ST170",21="VVT_HONDA_CBR_600",16="VVT_HONDA_K_EXHAUST",10="VVT_HONDA_K_INTAKE",24="VVT_HR12DDR_IN",13="VVT_MAP_V_TWIN",22="VVT_MAZDA_L",15="VVT_MAZDA_SKYACTIV",3="VVT_MIATA_NB",12="VVT_MITSUBISHI_3A92",18="VVT_MITSUBISHI_4G63",4="VVT_MITSUBISHI_4G69",17="VVT_MITSUBISHI_4G9x",20="VVT_MITSUBISHI_6G72",14="VVT_MITSUBISHI_6G75",11="VVT_NISSAN_MR",9="VVT_NISSAN_VQ",1="VVT_SINGLE_TOOTH",2="VVT_TOYOTA_3_TOOTH",6="VVT_TOYOTA_4_1"
#define vvt_mode_e_enum "Inactive", "Single Tooth", "Toyota 3 Tooth", "Miata NB2", "Mitsu 4G69", "Bosch Quick Start", "4/1", "ST 170", "Ford Barra 3+1", "Nissan VQ", "Honda K Intake", "Nissan MR18", "Mitsu 3A92", "VTwin by MAP", "Mitsu 6G75", "Mazda Skyactiv", "Honda K Exhaust", "Mitsubishi 4G92/93/94", "Mitsubishi 4G63", "Ford Coyote", "Mitsu 6G72", "Honda 600", "Mazda L", "Dev", "HR12DDR In", "vvt25", "vvt26"
#define vvt_mode_e_enum "Inactive", "Single Tooth", "Toyota 3 Tooth", "Miata NB2", "Mitsu 4G69", "Bosch Quick Start", "4/1", "ST 170", "Ford Barra 3+1", "Nissan VQ", "Honda K Intake", "Nissan MR18", "Mitsu 3A92", "Sync by MAP", "Mitsu 6G75", "Mazda Skyactiv", "Honda K Exhaust", "Mitsubishi 4G92/93/94", "Mitsubishi 4G63", "Ford Coyote", "Mitsu 6G72", "Honda 600", "Mazda L", "Dev", "HR12DDR In", "vvt25", "vvt26"
#define vvt_mode_e_VVT_BARRA_3_PLUS_1 8
#define vvt_mode_e_VVT_BOSCH_QUICK_START 5
#define vvt_mode_e_VVT_DEV 23

View File

@ -1305,7 +1305,7 @@
#define show_Proteus_presets false
#define show_test_presets false
#define show_vvt_output_pin true
#define SIGNATURE_HASH 2686024164
#define SIGNATURE_HASH 2652280034
#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"
@ -1753,7 +1753,7 @@
#define ts_show_wastegate_sensor true
#define ts_show_wbo_canbus_index true
#define ts_show_wbo_canbus_set_index true
#define TS_SIGNATURE "rusEFI master.2024.09.15.hellen121vag.2686024164"
#define TS_SIGNATURE "rusEFI master.2024.09.15.hellen121vag.2652280034"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'
@ -1809,7 +1809,7 @@
#define VSS_FILTER_MIN 3
#define VVT1_TARGET_NAME "VVT intake target"
#define vvt_mode_e_auto_enum 0="VVT_INACTIVE",8="VVT_BARRA_3_PLUS_1",5="VVT_BOSCH_QUICK_START",23="VVT_DEV",19="VVT_FORD_COYOTE",7="VVT_FORD_ST170",21="VVT_HONDA_CBR_600",16="VVT_HONDA_K_EXHAUST",10="VVT_HONDA_K_INTAKE",24="VVT_HR12DDR_IN",13="VVT_MAP_V_TWIN",22="VVT_MAZDA_L",15="VVT_MAZDA_SKYACTIV",3="VVT_MIATA_NB",12="VVT_MITSUBISHI_3A92",18="VVT_MITSUBISHI_4G63",4="VVT_MITSUBISHI_4G69",17="VVT_MITSUBISHI_4G9x",20="VVT_MITSUBISHI_6G72",14="VVT_MITSUBISHI_6G75",11="VVT_NISSAN_MR",9="VVT_NISSAN_VQ",1="VVT_SINGLE_TOOTH",2="VVT_TOYOTA_3_TOOTH",6="VVT_TOYOTA_4_1"
#define vvt_mode_e_enum "Inactive", "Single Tooth", "Toyota 3 Tooth", "Miata NB2", "Mitsu 4G69", "Bosch Quick Start", "4/1", "ST 170", "Ford Barra 3+1", "Nissan VQ", "Honda K Intake", "Nissan MR18", "Mitsu 3A92", "VTwin by MAP", "Mitsu 6G75", "Mazda Skyactiv", "Honda K Exhaust", "Mitsubishi 4G92/93/94", "Mitsubishi 4G63", "Ford Coyote", "Mitsu 6G72", "Honda 600", "Mazda L", "Dev", "HR12DDR In", "vvt25", "vvt26"
#define vvt_mode_e_enum "Inactive", "Single Tooth", "Toyota 3 Tooth", "Miata NB2", "Mitsu 4G69", "Bosch Quick Start", "4/1", "ST 170", "Ford Barra 3+1", "Nissan VQ", "Honda K Intake", "Nissan MR18", "Mitsu 3A92", "Sync by MAP", "Mitsu 6G75", "Mazda Skyactiv", "Honda K Exhaust", "Mitsubishi 4G92/93/94", "Mitsubishi 4G63", "Ford Coyote", "Mitsu 6G72", "Honda 600", "Mazda L", "Dev", "HR12DDR In", "vvt25", "vvt26"
#define vvt_mode_e_VVT_BARRA_3_PLUS_1 8
#define vvt_mode_e_VVT_BOSCH_QUICK_START 5
#define vvt_mode_e_VVT_DEV 23

View File

@ -1305,7 +1305,7 @@
#define show_Proteus_presets false
#define show_test_presets false
#define show_vvt_output_pin true
#define SIGNATURE_HASH 3313095636
#define SIGNATURE_HASH 4218830546
#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"
@ -1753,7 +1753,7 @@
#define ts_show_wastegate_sensor true
#define ts_show_wbo_canbus_index true
#define ts_show_wbo_canbus_set_index true
#define TS_SIGNATURE "rusEFI master.2024.09.15.hellen128.3313095636"
#define TS_SIGNATURE "rusEFI master.2024.09.15.hellen128.4218830546"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'
@ -1809,7 +1809,7 @@
#define VSS_FILTER_MIN 3
#define VVT1_TARGET_NAME "VVT intake target"
#define vvt_mode_e_auto_enum 0="VVT_INACTIVE",8="VVT_BARRA_3_PLUS_1",5="VVT_BOSCH_QUICK_START",23="VVT_DEV",19="VVT_FORD_COYOTE",7="VVT_FORD_ST170",21="VVT_HONDA_CBR_600",16="VVT_HONDA_K_EXHAUST",10="VVT_HONDA_K_INTAKE",24="VVT_HR12DDR_IN",13="VVT_MAP_V_TWIN",22="VVT_MAZDA_L",15="VVT_MAZDA_SKYACTIV",3="VVT_MIATA_NB",12="VVT_MITSUBISHI_3A92",18="VVT_MITSUBISHI_4G63",4="VVT_MITSUBISHI_4G69",17="VVT_MITSUBISHI_4G9x",20="VVT_MITSUBISHI_6G72",14="VVT_MITSUBISHI_6G75",11="VVT_NISSAN_MR",9="VVT_NISSAN_VQ",1="VVT_SINGLE_TOOTH",2="VVT_TOYOTA_3_TOOTH",6="VVT_TOYOTA_4_1"
#define vvt_mode_e_enum "Inactive", "Single Tooth", "Toyota 3 Tooth", "Miata NB2", "Mitsu 4G69", "Bosch Quick Start", "4/1", "ST 170", "Ford Barra 3+1", "Nissan VQ", "Honda K Intake", "Nissan MR18", "Mitsu 3A92", "VTwin by MAP", "Mitsu 6G75", "Mazda Skyactiv", "Honda K Exhaust", "Mitsubishi 4G92/93/94", "Mitsubishi 4G63", "Ford Coyote", "Mitsu 6G72", "Honda 600", "Mazda L", "Dev", "HR12DDR In", "vvt25", "vvt26"
#define vvt_mode_e_enum "Inactive", "Single Tooth", "Toyota 3 Tooth", "Miata NB2", "Mitsu 4G69", "Bosch Quick Start", "4/1", "ST 170", "Ford Barra 3+1", "Nissan VQ", "Honda K Intake", "Nissan MR18", "Mitsu 3A92", "Sync by MAP", "Mitsu 6G75", "Mazda Skyactiv", "Honda K Exhaust", "Mitsubishi 4G92/93/94", "Mitsubishi 4G63", "Ford Coyote", "Mitsu 6G72", "Honda 600", "Mazda L", "Dev", "HR12DDR In", "vvt25", "vvt26"
#define vvt_mode_e_VVT_BARRA_3_PLUS_1 8
#define vvt_mode_e_VVT_BOSCH_QUICK_START 5
#define vvt_mode_e_VVT_DEV 23

View File

@ -1305,7 +1305,7 @@
#define show_Proteus_presets false
#define show_test_presets false
#define show_vvt_output_pin true
#define SIGNATURE_HASH 1938745044
#define SIGNATURE_HASH 1300302802
#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"
@ -1753,7 +1753,7 @@
#define ts_show_wastegate_sensor true
#define ts_show_wbo_canbus_index true
#define ts_show_wbo_canbus_set_index true
#define TS_SIGNATURE "rusEFI master.2024.09.15.hellen154hyundai.1938745044"
#define TS_SIGNATURE "rusEFI master.2024.09.15.hellen154hyundai.1300302802"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'
@ -1809,7 +1809,7 @@
#define VSS_FILTER_MIN 3
#define VVT1_TARGET_NAME "VVT intake target"
#define vvt_mode_e_auto_enum 0="VVT_INACTIVE",8="VVT_BARRA_3_PLUS_1",5="VVT_BOSCH_QUICK_START",23="VVT_DEV",19="VVT_FORD_COYOTE",7="VVT_FORD_ST170",21="VVT_HONDA_CBR_600",16="VVT_HONDA_K_EXHAUST",10="VVT_HONDA_K_INTAKE",24="VVT_HR12DDR_IN",13="VVT_MAP_V_TWIN",22="VVT_MAZDA_L",15="VVT_MAZDA_SKYACTIV",3="VVT_MIATA_NB",12="VVT_MITSUBISHI_3A92",18="VVT_MITSUBISHI_4G63",4="VVT_MITSUBISHI_4G69",17="VVT_MITSUBISHI_4G9x",20="VVT_MITSUBISHI_6G72",14="VVT_MITSUBISHI_6G75",11="VVT_NISSAN_MR",9="VVT_NISSAN_VQ",1="VVT_SINGLE_TOOTH",2="VVT_TOYOTA_3_TOOTH",6="VVT_TOYOTA_4_1"
#define vvt_mode_e_enum "Inactive", "Single Tooth", "Toyota 3 Tooth", "Miata NB2", "Mitsu 4G69", "Bosch Quick Start", "4/1", "ST 170", "Ford Barra 3+1", "Nissan VQ", "Honda K Intake", "Nissan MR18", "Mitsu 3A92", "VTwin by MAP", "Mitsu 6G75", "Mazda Skyactiv", "Honda K Exhaust", "Mitsubishi 4G92/93/94", "Mitsubishi 4G63", "Ford Coyote", "Mitsu 6G72", "Honda 600", "Mazda L", "Dev", "HR12DDR In", "vvt25", "vvt26"
#define vvt_mode_e_enum "Inactive", "Single Tooth", "Toyota 3 Tooth", "Miata NB2", "Mitsu 4G69", "Bosch Quick Start", "4/1", "ST 170", "Ford Barra 3+1", "Nissan VQ", "Honda K Intake", "Nissan MR18", "Mitsu 3A92", "Sync by MAP", "Mitsu 6G75", "Mazda Skyactiv", "Honda K Exhaust", "Mitsubishi 4G92/93/94", "Mitsubishi 4G63", "Ford Coyote", "Mitsu 6G72", "Honda 600", "Mazda L", "Dev", "HR12DDR In", "vvt25", "vvt26"
#define vvt_mode_e_VVT_BARRA_3_PLUS_1 8
#define vvt_mode_e_VVT_BOSCH_QUICK_START 5
#define vvt_mode_e_VVT_DEV 23

View File

@ -1305,7 +1305,7 @@
#define show_Proteus_presets false
#define show_test_presets false
#define show_vvt_output_pin true
#define SIGNATURE_HASH 77834879
#define SIGNATURE_HASH 984369017
#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"
@ -1753,7 +1753,7 @@
#define ts_show_wastegate_sensor true
#define ts_show_wbo_canbus_index true
#define ts_show_wbo_canbus_set_index true
#define TS_SIGNATURE "rusEFI master.2024.09.15.hellen154hyundai_f7.77834879"
#define TS_SIGNATURE "rusEFI master.2024.09.15.hellen154hyundai_f7.984369017"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'
@ -1809,7 +1809,7 @@
#define VSS_FILTER_MIN 3
#define VVT1_TARGET_NAME "VVT intake target"
#define vvt_mode_e_auto_enum 0="VVT_INACTIVE",8="VVT_BARRA_3_PLUS_1",5="VVT_BOSCH_QUICK_START",23="VVT_DEV",19="VVT_FORD_COYOTE",7="VVT_FORD_ST170",21="VVT_HONDA_CBR_600",16="VVT_HONDA_K_EXHAUST",10="VVT_HONDA_K_INTAKE",24="VVT_HR12DDR_IN",13="VVT_MAP_V_TWIN",22="VVT_MAZDA_L",15="VVT_MAZDA_SKYACTIV",3="VVT_MIATA_NB",12="VVT_MITSUBISHI_3A92",18="VVT_MITSUBISHI_4G63",4="VVT_MITSUBISHI_4G69",17="VVT_MITSUBISHI_4G9x",20="VVT_MITSUBISHI_6G72",14="VVT_MITSUBISHI_6G75",11="VVT_NISSAN_MR",9="VVT_NISSAN_VQ",1="VVT_SINGLE_TOOTH",2="VVT_TOYOTA_3_TOOTH",6="VVT_TOYOTA_4_1"
#define vvt_mode_e_enum "Inactive", "Single Tooth", "Toyota 3 Tooth", "Miata NB2", "Mitsu 4G69", "Bosch Quick Start", "4/1", "ST 170", "Ford Barra 3+1", "Nissan VQ", "Honda K Intake", "Nissan MR18", "Mitsu 3A92", "VTwin by MAP", "Mitsu 6G75", "Mazda Skyactiv", "Honda K Exhaust", "Mitsubishi 4G92/93/94", "Mitsubishi 4G63", "Ford Coyote", "Mitsu 6G72", "Honda 600", "Mazda L", "Dev", "HR12DDR In", "vvt25", "vvt26"
#define vvt_mode_e_enum "Inactive", "Single Tooth", "Toyota 3 Tooth", "Miata NB2", "Mitsu 4G69", "Bosch Quick Start", "4/1", "ST 170", "Ford Barra 3+1", "Nissan VQ", "Honda K Intake", "Nissan MR18", "Mitsu 3A92", "Sync by MAP", "Mitsu 6G75", "Mazda Skyactiv", "Honda K Exhaust", "Mitsubishi 4G92/93/94", "Mitsubishi 4G63", "Ford Coyote", "Mitsu 6G72", "Honda 600", "Mazda L", "Dev", "HR12DDR In", "vvt25", "vvt26"
#define vvt_mode_e_VVT_BARRA_3_PLUS_1 8
#define vvt_mode_e_VVT_BOSCH_QUICK_START 5
#define vvt_mode_e_VVT_DEV 23

View File

@ -1305,7 +1305,7 @@
#define show_Proteus_presets false
#define show_test_presets false
#define show_vvt_output_pin true
#define SIGNATURE_HASH 3586331893
#define SIGNATURE_HASH 3956079091
#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"
@ -1753,7 +1753,7 @@
#define ts_show_wastegate_sensor true
#define ts_show_wbo_canbus_index true
#define ts_show_wbo_canbus_set_index true
#define TS_SIGNATURE "rusEFI master.2024.09.15.hellen72.3586331893"
#define TS_SIGNATURE "rusEFI master.2024.09.15.hellen72.3956079091"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'
@ -1809,7 +1809,7 @@
#define VSS_FILTER_MIN 3
#define VVT1_TARGET_NAME "VVT intake target"
#define vvt_mode_e_auto_enum 0="VVT_INACTIVE",8="VVT_BARRA_3_PLUS_1",5="VVT_BOSCH_QUICK_START",23="VVT_DEV",19="VVT_FORD_COYOTE",7="VVT_FORD_ST170",21="VVT_HONDA_CBR_600",16="VVT_HONDA_K_EXHAUST",10="VVT_HONDA_K_INTAKE",24="VVT_HR12DDR_IN",13="VVT_MAP_V_TWIN",22="VVT_MAZDA_L",15="VVT_MAZDA_SKYACTIV",3="VVT_MIATA_NB",12="VVT_MITSUBISHI_3A92",18="VVT_MITSUBISHI_4G63",4="VVT_MITSUBISHI_4G69",17="VVT_MITSUBISHI_4G9x",20="VVT_MITSUBISHI_6G72",14="VVT_MITSUBISHI_6G75",11="VVT_NISSAN_MR",9="VVT_NISSAN_VQ",1="VVT_SINGLE_TOOTH",2="VVT_TOYOTA_3_TOOTH",6="VVT_TOYOTA_4_1"
#define vvt_mode_e_enum "Inactive", "Single Tooth", "Toyota 3 Tooth", "Miata NB2", "Mitsu 4G69", "Bosch Quick Start", "4/1", "ST 170", "Ford Barra 3+1", "Nissan VQ", "Honda K Intake", "Nissan MR18", "Mitsu 3A92", "VTwin by MAP", "Mitsu 6G75", "Mazda Skyactiv", "Honda K Exhaust", "Mitsubishi 4G92/93/94", "Mitsubishi 4G63", "Ford Coyote", "Mitsu 6G72", "Honda 600", "Mazda L", "Dev", "HR12DDR In", "vvt25", "vvt26"
#define vvt_mode_e_enum "Inactive", "Single Tooth", "Toyota 3 Tooth", "Miata NB2", "Mitsu 4G69", "Bosch Quick Start", "4/1", "ST 170", "Ford Barra 3+1", "Nissan VQ", "Honda K Intake", "Nissan MR18", "Mitsu 3A92", "Sync by MAP", "Mitsu 6G75", "Mazda Skyactiv", "Honda K Exhaust", "Mitsubishi 4G92/93/94", "Mitsubishi 4G63", "Ford Coyote", "Mitsu 6G72", "Honda 600", "Mazda L", "Dev", "HR12DDR In", "vvt25", "vvt26"
#define vvt_mode_e_VVT_BARRA_3_PLUS_1 8
#define vvt_mode_e_VVT_BOSCH_QUICK_START 5
#define vvt_mode_e_VVT_DEV 23

View File

@ -1304,7 +1304,7 @@
#define show_Proteus_presets false
#define show_test_presets false
#define show_vvt_output_pin true
#define SIGNATURE_HASH 1299933637
#define SIGNATURE_HASH 1937016003
#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"
@ -1752,7 +1752,7 @@
#define ts_show_wastegate_sensor true
#define ts_show_wbo_canbus_index true
#define ts_show_wbo_canbus_set_index true
#define TS_SIGNATURE "rusEFI master.2024.09.15.hellen81.1299933637"
#define TS_SIGNATURE "rusEFI master.2024.09.15.hellen81.1937016003"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'
@ -1808,7 +1808,7 @@
#define VSS_FILTER_MIN 3
#define VVT1_TARGET_NAME "VVT intake target"
#define vvt_mode_e_auto_enum 0="VVT_INACTIVE",8="VVT_BARRA_3_PLUS_1",5="VVT_BOSCH_QUICK_START",23="VVT_DEV",19="VVT_FORD_COYOTE",7="VVT_FORD_ST170",21="VVT_HONDA_CBR_600",16="VVT_HONDA_K_EXHAUST",10="VVT_HONDA_K_INTAKE",24="VVT_HR12DDR_IN",13="VVT_MAP_V_TWIN",22="VVT_MAZDA_L",15="VVT_MAZDA_SKYACTIV",3="VVT_MIATA_NB",12="VVT_MITSUBISHI_3A92",18="VVT_MITSUBISHI_4G63",4="VVT_MITSUBISHI_4G69",17="VVT_MITSUBISHI_4G9x",20="VVT_MITSUBISHI_6G72",14="VVT_MITSUBISHI_6G75",11="VVT_NISSAN_MR",9="VVT_NISSAN_VQ",1="VVT_SINGLE_TOOTH",2="VVT_TOYOTA_3_TOOTH",6="VVT_TOYOTA_4_1"
#define vvt_mode_e_enum "Inactive", "Single Tooth", "Toyota 3 Tooth", "Miata NB2", "Mitsu 4G69", "Bosch Quick Start", "4/1", "ST 170", "Ford Barra 3+1", "Nissan VQ", "Honda K Intake", "Nissan MR18", "Mitsu 3A92", "VTwin by MAP", "Mitsu 6G75", "Mazda Skyactiv", "Honda K Exhaust", "Mitsubishi 4G92/93/94", "Mitsubishi 4G63", "Ford Coyote", "Mitsu 6G72", "Honda 600", "Mazda L", "Dev", "HR12DDR In", "vvt25", "vvt26"
#define vvt_mode_e_enum "Inactive", "Single Tooth", "Toyota 3 Tooth", "Miata NB2", "Mitsu 4G69", "Bosch Quick Start", "4/1", "ST 170", "Ford Barra 3+1", "Nissan VQ", "Honda K Intake", "Nissan MR18", "Mitsu 3A92", "Sync by MAP", "Mitsu 6G75", "Mazda Skyactiv", "Honda K Exhaust", "Mitsubishi 4G92/93/94", "Mitsubishi 4G63", "Ford Coyote", "Mitsu 6G72", "Honda 600", "Mazda L", "Dev", "HR12DDR In", "vvt25", "vvt26"
#define vvt_mode_e_VVT_BARRA_3_PLUS_1 8
#define vvt_mode_e_VVT_BOSCH_QUICK_START 5
#define vvt_mode_e_VVT_DEV 23

View File

@ -1305,7 +1305,7 @@
#define show_Proteus_presets false
#define show_test_presets false
#define show_vvt_output_pin true
#define SIGNATURE_HASH 1515748486
#define SIGNATURE_HASH 1683460480
#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"
@ -1753,7 +1753,7 @@
#define ts_show_wastegate_sensor true
#define ts_show_wbo_canbus_index true
#define ts_show_wbo_canbus_set_index true
#define TS_SIGNATURE "rusEFI master.2024.09.15.hellen88bmw.1515748486"
#define TS_SIGNATURE "rusEFI master.2024.09.15.hellen88bmw.1683460480"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'
@ -1809,7 +1809,7 @@
#define VSS_FILTER_MIN 3
#define VVT1_TARGET_NAME "VVT intake target"
#define vvt_mode_e_auto_enum 0="VVT_INACTIVE",8="VVT_BARRA_3_PLUS_1",5="VVT_BOSCH_QUICK_START",23="VVT_DEV",19="VVT_FORD_COYOTE",7="VVT_FORD_ST170",21="VVT_HONDA_CBR_600",16="VVT_HONDA_K_EXHAUST",10="VVT_HONDA_K_INTAKE",24="VVT_HR12DDR_IN",13="VVT_MAP_V_TWIN",22="VVT_MAZDA_L",15="VVT_MAZDA_SKYACTIV",3="VVT_MIATA_NB",12="VVT_MITSUBISHI_3A92",18="VVT_MITSUBISHI_4G63",4="VVT_MITSUBISHI_4G69",17="VVT_MITSUBISHI_4G9x",20="VVT_MITSUBISHI_6G72",14="VVT_MITSUBISHI_6G75",11="VVT_NISSAN_MR",9="VVT_NISSAN_VQ",1="VVT_SINGLE_TOOTH",2="VVT_TOYOTA_3_TOOTH",6="VVT_TOYOTA_4_1"
#define vvt_mode_e_enum "Inactive", "Single Tooth", "Toyota 3 Tooth", "Miata NB2", "Mitsu 4G69", "Bosch Quick Start", "4/1", "ST 170", "Ford Barra 3+1", "Nissan VQ", "Honda K Intake", "Nissan MR18", "Mitsu 3A92", "VTwin by MAP", "Mitsu 6G75", "Mazda Skyactiv", "Honda K Exhaust", "Mitsubishi 4G92/93/94", "Mitsubishi 4G63", "Ford Coyote", "Mitsu 6G72", "Honda 600", "Mazda L", "Dev", "HR12DDR In", "vvt25", "vvt26"
#define vvt_mode_e_enum "Inactive", "Single Tooth", "Toyota 3 Tooth", "Miata NB2", "Mitsu 4G69", "Bosch Quick Start", "4/1", "ST 170", "Ford Barra 3+1", "Nissan VQ", "Honda K Intake", "Nissan MR18", "Mitsu 3A92", "Sync by MAP", "Mitsu 6G75", "Mazda Skyactiv", "Honda K Exhaust", "Mitsubishi 4G92/93/94", "Mitsubishi 4G63", "Ford Coyote", "Mitsu 6G72", "Honda 600", "Mazda L", "Dev", "HR12DDR In", "vvt25", "vvt26"
#define vvt_mode_e_VVT_BARRA_3_PLUS_1 8
#define vvt_mode_e_VVT_BOSCH_QUICK_START 5
#define vvt_mode_e_VVT_DEV 23

View File

@ -1305,7 +1305,7 @@
#define show_Proteus_presets false
#define show_test_presets false
#define show_vvt_output_pin true
#define SIGNATURE_HASH 3159235267
#define SIGNATURE_HASH 2185361349
#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"
@ -1753,7 +1753,7 @@
#define ts_show_wastegate_sensor true
#define ts_show_wbo_canbus_index true
#define ts_show_wbo_canbus_set_index true
#define TS_SIGNATURE "rusEFI master.2024.09.15.hellenNA6.3159235267"
#define TS_SIGNATURE "rusEFI master.2024.09.15.hellenNA6.2185361349"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'
@ -1809,7 +1809,7 @@
#define VSS_FILTER_MIN 3
#define VVT1_TARGET_NAME "VVT intake target"
#define vvt_mode_e_auto_enum 0="VVT_INACTIVE",8="VVT_BARRA_3_PLUS_1",5="VVT_BOSCH_QUICK_START",23="VVT_DEV",19="VVT_FORD_COYOTE",7="VVT_FORD_ST170",21="VVT_HONDA_CBR_600",16="VVT_HONDA_K_EXHAUST",10="VVT_HONDA_K_INTAKE",24="VVT_HR12DDR_IN",13="VVT_MAP_V_TWIN",22="VVT_MAZDA_L",15="VVT_MAZDA_SKYACTIV",3="VVT_MIATA_NB",12="VVT_MITSUBISHI_3A92",18="VVT_MITSUBISHI_4G63",4="VVT_MITSUBISHI_4G69",17="VVT_MITSUBISHI_4G9x",20="VVT_MITSUBISHI_6G72",14="VVT_MITSUBISHI_6G75",11="VVT_NISSAN_MR",9="VVT_NISSAN_VQ",1="VVT_SINGLE_TOOTH",2="VVT_TOYOTA_3_TOOTH",6="VVT_TOYOTA_4_1"
#define vvt_mode_e_enum "Inactive", "Single Tooth", "Toyota 3 Tooth", "Miata NB2", "Mitsu 4G69", "Bosch Quick Start", "4/1", "ST 170", "Ford Barra 3+1", "Nissan VQ", "Honda K Intake", "Nissan MR18", "Mitsu 3A92", "VTwin by MAP", "Mitsu 6G75", "Mazda Skyactiv", "Honda K Exhaust", "Mitsubishi 4G92/93/94", "Mitsubishi 4G63", "Ford Coyote", "Mitsu 6G72", "Honda 600", "Mazda L", "Dev", "HR12DDR In", "vvt25", "vvt26"
#define vvt_mode_e_enum "Inactive", "Single Tooth", "Toyota 3 Tooth", "Miata NB2", "Mitsu 4G69", "Bosch Quick Start", "4/1", "ST 170", "Ford Barra 3+1", "Nissan VQ", "Honda K Intake", "Nissan MR18", "Mitsu 3A92", "Sync by MAP", "Mitsu 6G75", "Mazda Skyactiv", "Honda K Exhaust", "Mitsubishi 4G92/93/94", "Mitsubishi 4G63", "Ford Coyote", "Mitsu 6G72", "Honda 600", "Mazda L", "Dev", "HR12DDR In", "vvt25", "vvt26"
#define vvt_mode_e_VVT_BARRA_3_PLUS_1 8
#define vvt_mode_e_VVT_BOSCH_QUICK_START 5
#define vvt_mode_e_VVT_DEV 23

View File

@ -1306,7 +1306,7 @@
#define show_Proteus_presets false
#define show_test_presets false
#define show_vvt_output_pin true
#define SIGNATURE_HASH 1133795341
#define SIGNATURE_HASH 2107356427
#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"
@ -1754,7 +1754,7 @@
#define ts_show_wastegate_sensor true
#define ts_show_wbo_canbus_index true
#define ts_show_wbo_canbus_set_index true
#define TS_SIGNATURE "rusEFI master.2024.09.15.hellenNA8_96.1133795341"
#define TS_SIGNATURE "rusEFI master.2024.09.15.hellenNA8_96.2107356427"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'
@ -1810,7 +1810,7 @@
#define VSS_FILTER_MIN 3
#define VVT1_TARGET_NAME "VVT intake target"
#define vvt_mode_e_auto_enum 0="VVT_INACTIVE",8="VVT_BARRA_3_PLUS_1",5="VVT_BOSCH_QUICK_START",23="VVT_DEV",19="VVT_FORD_COYOTE",7="VVT_FORD_ST170",21="VVT_HONDA_CBR_600",16="VVT_HONDA_K_EXHAUST",10="VVT_HONDA_K_INTAKE",24="VVT_HR12DDR_IN",13="VVT_MAP_V_TWIN",22="VVT_MAZDA_L",15="VVT_MAZDA_SKYACTIV",3="VVT_MIATA_NB",12="VVT_MITSUBISHI_3A92",18="VVT_MITSUBISHI_4G63",4="VVT_MITSUBISHI_4G69",17="VVT_MITSUBISHI_4G9x",20="VVT_MITSUBISHI_6G72",14="VVT_MITSUBISHI_6G75",11="VVT_NISSAN_MR",9="VVT_NISSAN_VQ",1="VVT_SINGLE_TOOTH",2="VVT_TOYOTA_3_TOOTH",6="VVT_TOYOTA_4_1"
#define vvt_mode_e_enum "Inactive", "Single Tooth", "Toyota 3 Tooth", "Miata NB2", "Mitsu 4G69", "Bosch Quick Start", "4/1", "ST 170", "Ford Barra 3+1", "Nissan VQ", "Honda K Intake", "Nissan MR18", "Mitsu 3A92", "VTwin by MAP", "Mitsu 6G75", "Mazda Skyactiv", "Honda K Exhaust", "Mitsubishi 4G92/93/94", "Mitsubishi 4G63", "Ford Coyote", "Mitsu 6G72", "Honda 600", "Mazda L", "Dev", "HR12DDR In", "vvt25", "vvt26"
#define vvt_mode_e_enum "Inactive", "Single Tooth", "Toyota 3 Tooth", "Miata NB2", "Mitsu 4G69", "Bosch Quick Start", "4/1", "ST 170", "Ford Barra 3+1", "Nissan VQ", "Honda K Intake", "Nissan MR18", "Mitsu 3A92", "Sync by MAP", "Mitsu 6G75", "Mazda Skyactiv", "Honda K Exhaust", "Mitsubishi 4G92/93/94", "Mitsubishi 4G63", "Ford Coyote", "Mitsu 6G72", "Honda 600", "Mazda L", "Dev", "HR12DDR In", "vvt25", "vvt26"
#define vvt_mode_e_VVT_BARRA_3_PLUS_1 8
#define vvt_mode_e_VVT_BOSCH_QUICK_START 5
#define vvt_mode_e_VVT_DEV 23

View File

@ -1304,7 +1304,7 @@
#define show_Proteus_presets false
#define show_test_presets false
#define show_vvt_output_pin true
#define SIGNATURE_HASH 2622603772
#define SIGNATURE_HASH 2724080890
#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"
@ -1753,7 +1753,7 @@
#define ts_show_wastegate_sensor true
#define ts_show_wbo_canbus_index true
#define ts_show_wbo_canbus_set_index true
#define TS_SIGNATURE "rusEFI master.2024.09.15.m74_9.2622603772"
#define TS_SIGNATURE "rusEFI master.2024.09.15.m74_9.2724080890"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'
@ -1809,7 +1809,7 @@
#define VSS_FILTER_MIN 3
#define VVT1_TARGET_NAME "VVT intake target"
#define vvt_mode_e_auto_enum 0="VVT_INACTIVE",8="VVT_BARRA_3_PLUS_1",5="VVT_BOSCH_QUICK_START",23="VVT_DEV",19="VVT_FORD_COYOTE",7="VVT_FORD_ST170",21="VVT_HONDA_CBR_600",16="VVT_HONDA_K_EXHAUST",10="VVT_HONDA_K_INTAKE",24="VVT_HR12DDR_IN",13="VVT_MAP_V_TWIN",22="VVT_MAZDA_L",15="VVT_MAZDA_SKYACTIV",3="VVT_MIATA_NB",12="VVT_MITSUBISHI_3A92",18="VVT_MITSUBISHI_4G63",4="VVT_MITSUBISHI_4G69",17="VVT_MITSUBISHI_4G9x",20="VVT_MITSUBISHI_6G72",14="VVT_MITSUBISHI_6G75",11="VVT_NISSAN_MR",9="VVT_NISSAN_VQ",1="VVT_SINGLE_TOOTH",2="VVT_TOYOTA_3_TOOTH",6="VVT_TOYOTA_4_1"
#define vvt_mode_e_enum "Inactive", "Single Tooth", "Toyota 3 Tooth", "Miata NB2", "Mitsu 4G69", "Bosch Quick Start", "4/1", "ST 170", "Ford Barra 3+1", "Nissan VQ", "Honda K Intake", "Nissan MR18", "Mitsu 3A92", "VTwin by MAP", "Mitsu 6G75", "Mazda Skyactiv", "Honda K Exhaust", "Mitsubishi 4G92/93/94", "Mitsubishi 4G63", "Ford Coyote", "Mitsu 6G72", "Honda 600", "Mazda L", "Dev", "HR12DDR In", "vvt25", "vvt26"
#define vvt_mode_e_enum "Inactive", "Single Tooth", "Toyota 3 Tooth", "Miata NB2", "Mitsu 4G69", "Bosch Quick Start", "4/1", "ST 170", "Ford Barra 3+1", "Nissan VQ", "Honda K Intake", "Nissan MR18", "Mitsu 3A92", "Sync by MAP", "Mitsu 6G75", "Mazda Skyactiv", "Honda K Exhaust", "Mitsubishi 4G92/93/94", "Mitsubishi 4G63", "Ford Coyote", "Mitsu 6G72", "Honda 600", "Mazda L", "Dev", "HR12DDR In", "vvt25", "vvt26"
#define vvt_mode_e_VVT_BARRA_3_PLUS_1 8
#define vvt_mode_e_VVT_BOSCH_QUICK_START 5
#define vvt_mode_e_VVT_DEV 23

View File

@ -1305,7 +1305,7 @@
#define show_Proteus_presets false
#define show_test_presets false
#define show_vvt_output_pin true
#define SIGNATURE_HASH 902595692
#define SIGNATURE_HASH 197355882
#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"
@ -1753,7 +1753,7 @@
#define ts_show_wastegate_sensor true
#define ts_show_wbo_canbus_index true
#define ts_show_wbo_canbus_set_index true
#define TS_SIGNATURE "rusEFI master.2024.09.15.mre-legacy_f4.902595692"
#define TS_SIGNATURE "rusEFI master.2024.09.15.mre-legacy_f4.197355882"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'
@ -1809,7 +1809,7 @@
#define VSS_FILTER_MIN 3
#define VVT1_TARGET_NAME "VVT intake target"
#define vvt_mode_e_auto_enum 0="VVT_INACTIVE",8="VVT_BARRA_3_PLUS_1",5="VVT_BOSCH_QUICK_START",23="VVT_DEV",19="VVT_FORD_COYOTE",7="VVT_FORD_ST170",21="VVT_HONDA_CBR_600",16="VVT_HONDA_K_EXHAUST",10="VVT_HONDA_K_INTAKE",24="VVT_HR12DDR_IN",13="VVT_MAP_V_TWIN",22="VVT_MAZDA_L",15="VVT_MAZDA_SKYACTIV",3="VVT_MIATA_NB",12="VVT_MITSUBISHI_3A92",18="VVT_MITSUBISHI_4G63",4="VVT_MITSUBISHI_4G69",17="VVT_MITSUBISHI_4G9x",20="VVT_MITSUBISHI_6G72",14="VVT_MITSUBISHI_6G75",11="VVT_NISSAN_MR",9="VVT_NISSAN_VQ",1="VVT_SINGLE_TOOTH",2="VVT_TOYOTA_3_TOOTH",6="VVT_TOYOTA_4_1"
#define vvt_mode_e_enum "Inactive", "Single Tooth", "Toyota 3 Tooth", "Miata NB2", "Mitsu 4G69", "Bosch Quick Start", "4/1", "ST 170", "Ford Barra 3+1", "Nissan VQ", "Honda K Intake", "Nissan MR18", "Mitsu 3A92", "VTwin by MAP", "Mitsu 6G75", "Mazda Skyactiv", "Honda K Exhaust", "Mitsubishi 4G92/93/94", "Mitsubishi 4G63", "Ford Coyote", "Mitsu 6G72", "Honda 600", "Mazda L", "Dev", "HR12DDR In", "vvt25", "vvt26"
#define vvt_mode_e_enum "Inactive", "Single Tooth", "Toyota 3 Tooth", "Miata NB2", "Mitsu 4G69", "Bosch Quick Start", "4/1", "ST 170", "Ford Barra 3+1", "Nissan VQ", "Honda K Intake", "Nissan MR18", "Mitsu 3A92", "Sync by MAP", "Mitsu 6G75", "Mazda Skyactiv", "Honda K Exhaust", "Mitsubishi 4G92/93/94", "Mitsubishi 4G63", "Ford Coyote", "Mitsu 6G72", "Honda 600", "Mazda L", "Dev", "HR12DDR In", "vvt25", "vvt26"
#define vvt_mode_e_VVT_BARRA_3_PLUS_1 8
#define vvt_mode_e_VVT_BOSCH_QUICK_START 5
#define vvt_mode_e_VVT_DEV 23

View File

@ -1305,7 +1305,7 @@
#define show_Proteus_presets false
#define show_test_presets false
#define show_vvt_output_pin true
#define SIGNATURE_HASH 902595692
#define SIGNATURE_HASH 197355882
#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"
@ -1753,7 +1753,7 @@
#define ts_show_wastegate_sensor true
#define ts_show_wbo_canbus_index true
#define ts_show_wbo_canbus_set_index true
#define TS_SIGNATURE "rusEFI master.2024.09.15.mre_f4.902595692"
#define TS_SIGNATURE "rusEFI master.2024.09.15.mre_f4.197355882"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'
@ -1809,7 +1809,7 @@
#define VSS_FILTER_MIN 3
#define VVT1_TARGET_NAME "VVT intake target"
#define vvt_mode_e_auto_enum 0="VVT_INACTIVE",8="VVT_BARRA_3_PLUS_1",5="VVT_BOSCH_QUICK_START",23="VVT_DEV",19="VVT_FORD_COYOTE",7="VVT_FORD_ST170",21="VVT_HONDA_CBR_600",16="VVT_HONDA_K_EXHAUST",10="VVT_HONDA_K_INTAKE",24="VVT_HR12DDR_IN",13="VVT_MAP_V_TWIN",22="VVT_MAZDA_L",15="VVT_MAZDA_SKYACTIV",3="VVT_MIATA_NB",12="VVT_MITSUBISHI_3A92",18="VVT_MITSUBISHI_4G63",4="VVT_MITSUBISHI_4G69",17="VVT_MITSUBISHI_4G9x",20="VVT_MITSUBISHI_6G72",14="VVT_MITSUBISHI_6G75",11="VVT_NISSAN_MR",9="VVT_NISSAN_VQ",1="VVT_SINGLE_TOOTH",2="VVT_TOYOTA_3_TOOTH",6="VVT_TOYOTA_4_1"
#define vvt_mode_e_enum "Inactive", "Single Tooth", "Toyota 3 Tooth", "Miata NB2", "Mitsu 4G69", "Bosch Quick Start", "4/1", "ST 170", "Ford Barra 3+1", "Nissan VQ", "Honda K Intake", "Nissan MR18", "Mitsu 3A92", "VTwin by MAP", "Mitsu 6G75", "Mazda Skyactiv", "Honda K Exhaust", "Mitsubishi 4G92/93/94", "Mitsubishi 4G63", "Ford Coyote", "Mitsu 6G72", "Honda 600", "Mazda L", "Dev", "HR12DDR In", "vvt25", "vvt26"
#define vvt_mode_e_enum "Inactive", "Single Tooth", "Toyota 3 Tooth", "Miata NB2", "Mitsu 4G69", "Bosch Quick Start", "4/1", "ST 170", "Ford Barra 3+1", "Nissan VQ", "Honda K Intake", "Nissan MR18", "Mitsu 3A92", "Sync by MAP", "Mitsu 6G75", "Mazda Skyactiv", "Honda K Exhaust", "Mitsubishi 4G92/93/94", "Mitsubishi 4G63", "Ford Coyote", "Mitsu 6G72", "Honda 600", "Mazda L", "Dev", "HR12DDR In", "vvt25", "vvt26"
#define vvt_mode_e_VVT_BARRA_3_PLUS_1 8
#define vvt_mode_e_VVT_BOSCH_QUICK_START 5
#define vvt_mode_e_VVT_DEV 23

View File

@ -1305,7 +1305,7 @@
#define show_Proteus_presets false
#define show_test_presets false
#define show_vvt_output_pin true
#define SIGNATURE_HASH 902595692
#define SIGNATURE_HASH 197355882
#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"
@ -1753,7 +1753,7 @@
#define ts_show_wastegate_sensor true
#define ts_show_wbo_canbus_index true
#define ts_show_wbo_canbus_set_index true
#define TS_SIGNATURE "rusEFI master.2024.09.15.mre_f7.902595692"
#define TS_SIGNATURE "rusEFI master.2024.09.15.mre_f7.197355882"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'
@ -1809,7 +1809,7 @@
#define VSS_FILTER_MIN 3
#define VVT1_TARGET_NAME "VVT intake target"
#define vvt_mode_e_auto_enum 0="VVT_INACTIVE",8="VVT_BARRA_3_PLUS_1",5="VVT_BOSCH_QUICK_START",23="VVT_DEV",19="VVT_FORD_COYOTE",7="VVT_FORD_ST170",21="VVT_HONDA_CBR_600",16="VVT_HONDA_K_EXHAUST",10="VVT_HONDA_K_INTAKE",24="VVT_HR12DDR_IN",13="VVT_MAP_V_TWIN",22="VVT_MAZDA_L",15="VVT_MAZDA_SKYACTIV",3="VVT_MIATA_NB",12="VVT_MITSUBISHI_3A92",18="VVT_MITSUBISHI_4G63",4="VVT_MITSUBISHI_4G69",17="VVT_MITSUBISHI_4G9x",20="VVT_MITSUBISHI_6G72",14="VVT_MITSUBISHI_6G75",11="VVT_NISSAN_MR",9="VVT_NISSAN_VQ",1="VVT_SINGLE_TOOTH",2="VVT_TOYOTA_3_TOOTH",6="VVT_TOYOTA_4_1"
#define vvt_mode_e_enum "Inactive", "Single Tooth", "Toyota 3 Tooth", "Miata NB2", "Mitsu 4G69", "Bosch Quick Start", "4/1", "ST 170", "Ford Barra 3+1", "Nissan VQ", "Honda K Intake", "Nissan MR18", "Mitsu 3A92", "VTwin by MAP", "Mitsu 6G75", "Mazda Skyactiv", "Honda K Exhaust", "Mitsubishi 4G92/93/94", "Mitsubishi 4G63", "Ford Coyote", "Mitsu 6G72", "Honda 600", "Mazda L", "Dev", "HR12DDR In", "vvt25", "vvt26"
#define vvt_mode_e_enum "Inactive", "Single Tooth", "Toyota 3 Tooth", "Miata NB2", "Mitsu 4G69", "Bosch Quick Start", "4/1", "ST 170", "Ford Barra 3+1", "Nissan VQ", "Honda K Intake", "Nissan MR18", "Mitsu 3A92", "Sync by MAP", "Mitsu 6G75", "Mazda Skyactiv", "Honda K Exhaust", "Mitsubishi 4G92/93/94", "Mitsubishi 4G63", "Ford Coyote", "Mitsu 6G72", "Honda 600", "Mazda L", "Dev", "HR12DDR In", "vvt25", "vvt26"
#define vvt_mode_e_VVT_BARRA_3_PLUS_1 8
#define vvt_mode_e_VVT_BOSCH_QUICK_START 5
#define vvt_mode_e_VVT_DEV 23

View File

@ -1304,7 +1304,7 @@
#define show_Proteus_presets false
#define show_test_presets false
#define show_vvt_output_pin true
#define SIGNATURE_HASH 686553379
#define SIGNATURE_HASH 384046117
#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"
@ -1752,7 +1752,7 @@
#define ts_show_wastegate_sensor true
#define ts_show_wbo_canbus_index true
#define ts_show_wbo_canbus_set_index true
#define TS_SIGNATURE "rusEFI master.2024.09.15.nucleo_f413.686553379"
#define TS_SIGNATURE "rusEFI master.2024.09.15.nucleo_f413.384046117"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'
@ -1808,7 +1808,7 @@
#define VSS_FILTER_MIN 3
#define VVT1_TARGET_NAME "VVT intake target"
#define vvt_mode_e_auto_enum 0="VVT_INACTIVE",8="VVT_BARRA_3_PLUS_1",5="VVT_BOSCH_QUICK_START",23="VVT_DEV",19="VVT_FORD_COYOTE",7="VVT_FORD_ST170",21="VVT_HONDA_CBR_600",16="VVT_HONDA_K_EXHAUST",10="VVT_HONDA_K_INTAKE",24="VVT_HR12DDR_IN",13="VVT_MAP_V_TWIN",22="VVT_MAZDA_L",15="VVT_MAZDA_SKYACTIV",3="VVT_MIATA_NB",12="VVT_MITSUBISHI_3A92",18="VVT_MITSUBISHI_4G63",4="VVT_MITSUBISHI_4G69",17="VVT_MITSUBISHI_4G9x",20="VVT_MITSUBISHI_6G72",14="VVT_MITSUBISHI_6G75",11="VVT_NISSAN_MR",9="VVT_NISSAN_VQ",1="VVT_SINGLE_TOOTH",2="VVT_TOYOTA_3_TOOTH",6="VVT_TOYOTA_4_1"
#define vvt_mode_e_enum "Inactive", "Single Tooth", "Toyota 3 Tooth", "Miata NB2", "Mitsu 4G69", "Bosch Quick Start", "4/1", "ST 170", "Ford Barra 3+1", "Nissan VQ", "Honda K Intake", "Nissan MR18", "Mitsu 3A92", "VTwin by MAP", "Mitsu 6G75", "Mazda Skyactiv", "Honda K Exhaust", "Mitsubishi 4G92/93/94", "Mitsubishi 4G63", "Ford Coyote", "Mitsu 6G72", "Honda 600", "Mazda L", "Dev", "HR12DDR In", "vvt25", "vvt26"
#define vvt_mode_e_enum "Inactive", "Single Tooth", "Toyota 3 Tooth", "Miata NB2", "Mitsu 4G69", "Bosch Quick Start", "4/1", "ST 170", "Ford Barra 3+1", "Nissan VQ", "Honda K Intake", "Nissan MR18", "Mitsu 3A92", "Sync by MAP", "Mitsu 6G75", "Mazda Skyactiv", "Honda K Exhaust", "Mitsubishi 4G92/93/94", "Mitsubishi 4G63", "Ford Coyote", "Mitsu 6G72", "Honda 600", "Mazda L", "Dev", "HR12DDR In", "vvt25", "vvt26"
#define vvt_mode_e_VVT_BARRA_3_PLUS_1 8
#define vvt_mode_e_VVT_BOSCH_QUICK_START 5
#define vvt_mode_e_VVT_DEV 23

View File

@ -1303,7 +1303,7 @@
#define show_Proteus_presets true
#define show_test_presets false
#define show_vvt_output_pin true
#define SIGNATURE_HASH 3025097925
#define SIGNATURE_HASH 2319497667
#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"
@ -1751,7 +1751,7 @@
#define ts_show_wastegate_sensor true
#define ts_show_wbo_canbus_index true
#define ts_show_wbo_canbus_set_index true
#define TS_SIGNATURE "rusEFI master.2024.09.15.proteus_f4.3025097925"
#define TS_SIGNATURE "rusEFI master.2024.09.15.proteus_f4.2319497667"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'
@ -1807,7 +1807,7 @@
#define VSS_FILTER_MIN 3
#define VVT1_TARGET_NAME "VVT intake target"
#define vvt_mode_e_auto_enum 0="VVT_INACTIVE",8="VVT_BARRA_3_PLUS_1",5="VVT_BOSCH_QUICK_START",23="VVT_DEV",19="VVT_FORD_COYOTE",7="VVT_FORD_ST170",21="VVT_HONDA_CBR_600",16="VVT_HONDA_K_EXHAUST",10="VVT_HONDA_K_INTAKE",24="VVT_HR12DDR_IN",13="VVT_MAP_V_TWIN",22="VVT_MAZDA_L",15="VVT_MAZDA_SKYACTIV",3="VVT_MIATA_NB",12="VVT_MITSUBISHI_3A92",18="VVT_MITSUBISHI_4G63",4="VVT_MITSUBISHI_4G69",17="VVT_MITSUBISHI_4G9x",20="VVT_MITSUBISHI_6G72",14="VVT_MITSUBISHI_6G75",11="VVT_NISSAN_MR",9="VVT_NISSAN_VQ",1="VVT_SINGLE_TOOTH",2="VVT_TOYOTA_3_TOOTH",6="VVT_TOYOTA_4_1"
#define vvt_mode_e_enum "Inactive", "Single Tooth", "Toyota 3 Tooth", "Miata NB2", "Mitsu 4G69", "Bosch Quick Start", "4/1", "ST 170", "Ford Barra 3+1", "Nissan VQ", "Honda K Intake", "Nissan MR18", "Mitsu 3A92", "VTwin by MAP", "Mitsu 6G75", "Mazda Skyactiv", "Honda K Exhaust", "Mitsubishi 4G92/93/94", "Mitsubishi 4G63", "Ford Coyote", "Mitsu 6G72", "Honda 600", "Mazda L", "Dev", "HR12DDR In", "vvt25", "vvt26"
#define vvt_mode_e_enum "Inactive", "Single Tooth", "Toyota 3 Tooth", "Miata NB2", "Mitsu 4G69", "Bosch Quick Start", "4/1", "ST 170", "Ford Barra 3+1", "Nissan VQ", "Honda K Intake", "Nissan MR18", "Mitsu 3A92", "Sync by MAP", "Mitsu 6G75", "Mazda Skyactiv", "Honda K Exhaust", "Mitsubishi 4G92/93/94", "Mitsubishi 4G63", "Ford Coyote", "Mitsu 6G72", "Honda 600", "Mazda L", "Dev", "HR12DDR In", "vvt25", "vvt26"
#define vvt_mode_e_VVT_BARRA_3_PLUS_1 8
#define vvt_mode_e_VVT_BOSCH_QUICK_START 5
#define vvt_mode_e_VVT_DEV 23

View File

@ -1303,7 +1303,7 @@
#define show_Proteus_presets true
#define show_test_presets false
#define show_vvt_output_pin true
#define SIGNATURE_HASH 3025097925
#define SIGNATURE_HASH 2319497667
#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"
@ -1751,7 +1751,7 @@
#define ts_show_wastegate_sensor true
#define ts_show_wbo_canbus_index true
#define ts_show_wbo_canbus_set_index true
#define TS_SIGNATURE "rusEFI master.2024.09.15.proteus_f7.3025097925"
#define TS_SIGNATURE "rusEFI master.2024.09.15.proteus_f7.2319497667"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'
@ -1807,7 +1807,7 @@
#define VSS_FILTER_MIN 3
#define VVT1_TARGET_NAME "VVT intake target"
#define vvt_mode_e_auto_enum 0="VVT_INACTIVE",8="VVT_BARRA_3_PLUS_1",5="VVT_BOSCH_QUICK_START",23="VVT_DEV",19="VVT_FORD_COYOTE",7="VVT_FORD_ST170",21="VVT_HONDA_CBR_600",16="VVT_HONDA_K_EXHAUST",10="VVT_HONDA_K_INTAKE",24="VVT_HR12DDR_IN",13="VVT_MAP_V_TWIN",22="VVT_MAZDA_L",15="VVT_MAZDA_SKYACTIV",3="VVT_MIATA_NB",12="VVT_MITSUBISHI_3A92",18="VVT_MITSUBISHI_4G63",4="VVT_MITSUBISHI_4G69",17="VVT_MITSUBISHI_4G9x",20="VVT_MITSUBISHI_6G72",14="VVT_MITSUBISHI_6G75",11="VVT_NISSAN_MR",9="VVT_NISSAN_VQ",1="VVT_SINGLE_TOOTH",2="VVT_TOYOTA_3_TOOTH",6="VVT_TOYOTA_4_1"
#define vvt_mode_e_enum "Inactive", "Single Tooth", "Toyota 3 Tooth", "Miata NB2", "Mitsu 4G69", "Bosch Quick Start", "4/1", "ST 170", "Ford Barra 3+1", "Nissan VQ", "Honda K Intake", "Nissan MR18", "Mitsu 3A92", "VTwin by MAP", "Mitsu 6G75", "Mazda Skyactiv", "Honda K Exhaust", "Mitsubishi 4G92/93/94", "Mitsubishi 4G63", "Ford Coyote", "Mitsu 6G72", "Honda 600", "Mazda L", "Dev", "HR12DDR In", "vvt25", "vvt26"
#define vvt_mode_e_enum "Inactive", "Single Tooth", "Toyota 3 Tooth", "Miata NB2", "Mitsu 4G69", "Bosch Quick Start", "4/1", "ST 170", "Ford Barra 3+1", "Nissan VQ", "Honda K Intake", "Nissan MR18", "Mitsu 3A92", "Sync by MAP", "Mitsu 6G75", "Mazda Skyactiv", "Honda K Exhaust", "Mitsubishi 4G92/93/94", "Mitsubishi 4G63", "Ford Coyote", "Mitsu 6G72", "Honda 600", "Mazda L", "Dev", "HR12DDR In", "vvt25", "vvt26"
#define vvt_mode_e_VVT_BARRA_3_PLUS_1 8
#define vvt_mode_e_VVT_BOSCH_QUICK_START 5
#define vvt_mode_e_VVT_DEV 23

View File

@ -1303,7 +1303,7 @@
#define show_Proteus_presets true
#define show_test_presets false
#define show_vvt_output_pin true
#define SIGNATURE_HASH 3025097925
#define SIGNATURE_HASH 2319497667
#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"
@ -1751,7 +1751,7 @@
#define ts_show_wastegate_sensor true
#define ts_show_wbo_canbus_index true
#define ts_show_wbo_canbus_set_index true
#define TS_SIGNATURE "rusEFI master.2024.09.15.proteus_h7.3025097925"
#define TS_SIGNATURE "rusEFI master.2024.09.15.proteus_h7.2319497667"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'
@ -1807,7 +1807,7 @@
#define VSS_FILTER_MIN 3
#define VVT1_TARGET_NAME "VVT intake target"
#define vvt_mode_e_auto_enum 0="VVT_INACTIVE",8="VVT_BARRA_3_PLUS_1",5="VVT_BOSCH_QUICK_START",23="VVT_DEV",19="VVT_FORD_COYOTE",7="VVT_FORD_ST170",21="VVT_HONDA_CBR_600",16="VVT_HONDA_K_EXHAUST",10="VVT_HONDA_K_INTAKE",24="VVT_HR12DDR_IN",13="VVT_MAP_V_TWIN",22="VVT_MAZDA_L",15="VVT_MAZDA_SKYACTIV",3="VVT_MIATA_NB",12="VVT_MITSUBISHI_3A92",18="VVT_MITSUBISHI_4G63",4="VVT_MITSUBISHI_4G69",17="VVT_MITSUBISHI_4G9x",20="VVT_MITSUBISHI_6G72",14="VVT_MITSUBISHI_6G75",11="VVT_NISSAN_MR",9="VVT_NISSAN_VQ",1="VVT_SINGLE_TOOTH",2="VVT_TOYOTA_3_TOOTH",6="VVT_TOYOTA_4_1"
#define vvt_mode_e_enum "Inactive", "Single Tooth", "Toyota 3 Tooth", "Miata NB2", "Mitsu 4G69", "Bosch Quick Start", "4/1", "ST 170", "Ford Barra 3+1", "Nissan VQ", "Honda K Intake", "Nissan MR18", "Mitsu 3A92", "VTwin by MAP", "Mitsu 6G75", "Mazda Skyactiv", "Honda K Exhaust", "Mitsubishi 4G92/93/94", "Mitsubishi 4G63", "Ford Coyote", "Mitsu 6G72", "Honda 600", "Mazda L", "Dev", "HR12DDR In", "vvt25", "vvt26"
#define vvt_mode_e_enum "Inactive", "Single Tooth", "Toyota 3 Tooth", "Miata NB2", "Mitsu 4G69", "Bosch Quick Start", "4/1", "ST 170", "Ford Barra 3+1", "Nissan VQ", "Honda K Intake", "Nissan MR18", "Mitsu 3A92", "Sync by MAP", "Mitsu 6G75", "Mazda Skyactiv", "Honda K Exhaust", "Mitsubishi 4G92/93/94", "Mitsubishi 4G63", "Ford Coyote", "Mitsu 6G72", "Honda 600", "Mazda L", "Dev", "HR12DDR In", "vvt25", "vvt26"
#define vvt_mode_e_VVT_BARRA_3_PLUS_1 8
#define vvt_mode_e_VVT_BOSCH_QUICK_START 5
#define vvt_mode_e_VVT_DEV 23

View File

@ -1304,7 +1304,7 @@
#define show_Proteus_presets false
#define show_test_presets false
#define show_vvt_output_pin true
#define SIGNATURE_HASH 2539682273
#define SIGNATURE_HASH 2842662119
#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"
@ -1753,7 +1753,7 @@
#define ts_show_wastegate_sensor true
#define ts_show_wbo_canbus_index true
#define ts_show_wbo_canbus_set_index true
#define TS_SIGNATURE "rusEFI master.2024.09.15.s105.2539682273"
#define TS_SIGNATURE "rusEFI master.2024.09.15.s105.2842662119"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'
@ -1809,7 +1809,7 @@
#define VSS_FILTER_MIN 3
#define VVT1_TARGET_NAME "VVT intake target"
#define vvt_mode_e_auto_enum 0="VVT_INACTIVE",8="VVT_BARRA_3_PLUS_1",5="VVT_BOSCH_QUICK_START",23="VVT_DEV",19="VVT_FORD_COYOTE",7="VVT_FORD_ST170",21="VVT_HONDA_CBR_600",16="VVT_HONDA_K_EXHAUST",10="VVT_HONDA_K_INTAKE",24="VVT_HR12DDR_IN",13="VVT_MAP_V_TWIN",22="VVT_MAZDA_L",15="VVT_MAZDA_SKYACTIV",3="VVT_MIATA_NB",12="VVT_MITSUBISHI_3A92",18="VVT_MITSUBISHI_4G63",4="VVT_MITSUBISHI_4G69",17="VVT_MITSUBISHI_4G9x",20="VVT_MITSUBISHI_6G72",14="VVT_MITSUBISHI_6G75",11="VVT_NISSAN_MR",9="VVT_NISSAN_VQ",1="VVT_SINGLE_TOOTH",2="VVT_TOYOTA_3_TOOTH",6="VVT_TOYOTA_4_1"
#define vvt_mode_e_enum "Inactive", "Single Tooth", "Toyota 3 Tooth", "Miata NB2", "Mitsu 4G69", "Bosch Quick Start", "4/1", "ST 170", "Ford Barra 3+1", "Nissan VQ", "Honda K Intake", "Nissan MR18", "Mitsu 3A92", "VTwin by MAP", "Mitsu 6G75", "Mazda Skyactiv", "Honda K Exhaust", "Mitsubishi 4G92/93/94", "Mitsubishi 4G63", "Ford Coyote", "Mitsu 6G72", "Honda 600", "Mazda L", "Dev", "HR12DDR In", "vvt25", "vvt26"
#define vvt_mode_e_enum "Inactive", "Single Tooth", "Toyota 3 Tooth", "Miata NB2", "Mitsu 4G69", "Bosch Quick Start", "4/1", "ST 170", "Ford Barra 3+1", "Nissan VQ", "Honda K Intake", "Nissan MR18", "Mitsu 3A92", "Sync by MAP", "Mitsu 6G75", "Mazda Skyactiv", "Honda K Exhaust", "Mitsubishi 4G92/93/94", "Mitsubishi 4G63", "Ford Coyote", "Mitsu 6G72", "Honda 600", "Mazda L", "Dev", "HR12DDR In", "vvt25", "vvt26"
#define vvt_mode_e_VVT_BARRA_3_PLUS_1 8
#define vvt_mode_e_VVT_BOSCH_QUICK_START 5
#define vvt_mode_e_VVT_DEV 23

View File

@ -1305,7 +1305,7 @@
#define show_small_can_board_presets true
#define show_test_presets false
#define show_vvt_output_pin true
#define SIGNATURE_HASH 2382813953
#define SIGNATURE_HASH 2953393671
#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"
@ -1754,7 +1754,7 @@
#define ts_show_wastegate_sensor true
#define ts_show_wbo_canbus_index true
#define ts_show_wbo_canbus_set_index true
#define TS_SIGNATURE "rusEFI master.2024.09.15.small-can-board.2382813953"
#define TS_SIGNATURE "rusEFI master.2024.09.15.small-can-board.2953393671"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'
@ -1810,7 +1810,7 @@
#define VSS_FILTER_MIN 3
#define VVT1_TARGET_NAME "VVT intake target"
#define vvt_mode_e_auto_enum 0="VVT_INACTIVE",8="VVT_BARRA_3_PLUS_1",5="VVT_BOSCH_QUICK_START",23="VVT_DEV",19="VVT_FORD_COYOTE",7="VVT_FORD_ST170",21="VVT_HONDA_CBR_600",16="VVT_HONDA_K_EXHAUST",10="VVT_HONDA_K_INTAKE",24="VVT_HR12DDR_IN",13="VVT_MAP_V_TWIN",22="VVT_MAZDA_L",15="VVT_MAZDA_SKYACTIV",3="VVT_MIATA_NB",12="VVT_MITSUBISHI_3A92",18="VVT_MITSUBISHI_4G63",4="VVT_MITSUBISHI_4G69",17="VVT_MITSUBISHI_4G9x",20="VVT_MITSUBISHI_6G72",14="VVT_MITSUBISHI_6G75",11="VVT_NISSAN_MR",9="VVT_NISSAN_VQ",1="VVT_SINGLE_TOOTH",2="VVT_TOYOTA_3_TOOTH",6="VVT_TOYOTA_4_1"
#define vvt_mode_e_enum "Inactive", "Single Tooth", "Toyota 3 Tooth", "Miata NB2", "Mitsu 4G69", "Bosch Quick Start", "4/1", "ST 170", "Ford Barra 3+1", "Nissan VQ", "Honda K Intake", "Nissan MR18", "Mitsu 3A92", "VTwin by MAP", "Mitsu 6G75", "Mazda Skyactiv", "Honda K Exhaust", "Mitsubishi 4G92/93/94", "Mitsubishi 4G63", "Ford Coyote", "Mitsu 6G72", "Honda 600", "Mazda L", "Dev", "HR12DDR In", "vvt25", "vvt26"
#define vvt_mode_e_enum "Inactive", "Single Tooth", "Toyota 3 Tooth", "Miata NB2", "Mitsu 4G69", "Bosch Quick Start", "4/1", "ST 170", "Ford Barra 3+1", "Nissan VQ", "Honda K Intake", "Nissan MR18", "Mitsu 3A92", "Sync by MAP", "Mitsu 6G75", "Mazda Skyactiv", "Honda K Exhaust", "Mitsubishi 4G92/93/94", "Mitsubishi 4G63", "Ford Coyote", "Mitsu 6G72", "Honda 600", "Mazda L", "Dev", "HR12DDR In", "vvt25", "vvt26"
#define vvt_mode_e_VVT_BARRA_3_PLUS_1 8
#define vvt_mode_e_VVT_BOSCH_QUICK_START 5
#define vvt_mode_e_VVT_DEV 23

View File

@ -1304,7 +1304,7 @@
#define show_Proteus_presets false
#define show_test_presets false
#define show_vvt_output_pin true
#define SIGNATURE_HASH 686553379
#define SIGNATURE_HASH 384046117
#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"
@ -1752,7 +1752,7 @@
#define ts_show_wastegate_sensor true
#define ts_show_wbo_canbus_index true
#define ts_show_wbo_canbus_set_index true
#define TS_SIGNATURE "rusEFI master.2024.09.15.stm32f429_nucleo.686553379"
#define TS_SIGNATURE "rusEFI master.2024.09.15.stm32f429_nucleo.384046117"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'
@ -1808,7 +1808,7 @@
#define VSS_FILTER_MIN 3
#define VVT1_TARGET_NAME "VVT intake target"
#define vvt_mode_e_auto_enum 0="VVT_INACTIVE",8="VVT_BARRA_3_PLUS_1",5="VVT_BOSCH_QUICK_START",23="VVT_DEV",19="VVT_FORD_COYOTE",7="VVT_FORD_ST170",21="VVT_HONDA_CBR_600",16="VVT_HONDA_K_EXHAUST",10="VVT_HONDA_K_INTAKE",24="VVT_HR12DDR_IN",13="VVT_MAP_V_TWIN",22="VVT_MAZDA_L",15="VVT_MAZDA_SKYACTIV",3="VVT_MIATA_NB",12="VVT_MITSUBISHI_3A92",18="VVT_MITSUBISHI_4G63",4="VVT_MITSUBISHI_4G69",17="VVT_MITSUBISHI_4G9x",20="VVT_MITSUBISHI_6G72",14="VVT_MITSUBISHI_6G75",11="VVT_NISSAN_MR",9="VVT_NISSAN_VQ",1="VVT_SINGLE_TOOTH",2="VVT_TOYOTA_3_TOOTH",6="VVT_TOYOTA_4_1"
#define vvt_mode_e_enum "Inactive", "Single Tooth", "Toyota 3 Tooth", "Miata NB2", "Mitsu 4G69", "Bosch Quick Start", "4/1", "ST 170", "Ford Barra 3+1", "Nissan VQ", "Honda K Intake", "Nissan MR18", "Mitsu 3A92", "VTwin by MAP", "Mitsu 6G75", "Mazda Skyactiv", "Honda K Exhaust", "Mitsubishi 4G92/93/94", "Mitsubishi 4G63", "Ford Coyote", "Mitsu 6G72", "Honda 600", "Mazda L", "Dev", "HR12DDR In", "vvt25", "vvt26"
#define vvt_mode_e_enum "Inactive", "Single Tooth", "Toyota 3 Tooth", "Miata NB2", "Mitsu 4G69", "Bosch Quick Start", "4/1", "ST 170", "Ford Barra 3+1", "Nissan VQ", "Honda K Intake", "Nissan MR18", "Mitsu 3A92", "Sync by MAP", "Mitsu 6G75", "Mazda Skyactiv", "Honda K Exhaust", "Mitsubishi 4G92/93/94", "Mitsubishi 4G63", "Ford Coyote", "Mitsu 6G72", "Honda 600", "Mazda L", "Dev", "HR12DDR In", "vvt25", "vvt26"
#define vvt_mode_e_VVT_BARRA_3_PLUS_1 8
#define vvt_mode_e_VVT_BOSCH_QUICK_START 5
#define vvt_mode_e_VVT_DEV 23

View File

@ -1304,7 +1304,7 @@
#define show_Proteus_presets false
#define show_test_presets false
#define show_vvt_output_pin true
#define SIGNATURE_HASH 686553379
#define SIGNATURE_HASH 384046117
#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"
@ -1752,7 +1752,7 @@
#define ts_show_wastegate_sensor true
#define ts_show_wbo_canbus_index true
#define ts_show_wbo_canbus_set_index true
#define TS_SIGNATURE "rusEFI master.2024.09.15.stm32f767_nucleo.686553379"
#define TS_SIGNATURE "rusEFI master.2024.09.15.stm32f767_nucleo.384046117"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'
@ -1808,7 +1808,7 @@
#define VSS_FILTER_MIN 3
#define VVT1_TARGET_NAME "VVT intake target"
#define vvt_mode_e_auto_enum 0="VVT_INACTIVE",8="VVT_BARRA_3_PLUS_1",5="VVT_BOSCH_QUICK_START",23="VVT_DEV",19="VVT_FORD_COYOTE",7="VVT_FORD_ST170",21="VVT_HONDA_CBR_600",16="VVT_HONDA_K_EXHAUST",10="VVT_HONDA_K_INTAKE",24="VVT_HR12DDR_IN",13="VVT_MAP_V_TWIN",22="VVT_MAZDA_L",15="VVT_MAZDA_SKYACTIV",3="VVT_MIATA_NB",12="VVT_MITSUBISHI_3A92",18="VVT_MITSUBISHI_4G63",4="VVT_MITSUBISHI_4G69",17="VVT_MITSUBISHI_4G9x",20="VVT_MITSUBISHI_6G72",14="VVT_MITSUBISHI_6G75",11="VVT_NISSAN_MR",9="VVT_NISSAN_VQ",1="VVT_SINGLE_TOOTH",2="VVT_TOYOTA_3_TOOTH",6="VVT_TOYOTA_4_1"
#define vvt_mode_e_enum "Inactive", "Single Tooth", "Toyota 3 Tooth", "Miata NB2", "Mitsu 4G69", "Bosch Quick Start", "4/1", "ST 170", "Ford Barra 3+1", "Nissan VQ", "Honda K Intake", "Nissan MR18", "Mitsu 3A92", "VTwin by MAP", "Mitsu 6G75", "Mazda Skyactiv", "Honda K Exhaust", "Mitsubishi 4G92/93/94", "Mitsubishi 4G63", "Ford Coyote", "Mitsu 6G72", "Honda 600", "Mazda L", "Dev", "HR12DDR In", "vvt25", "vvt26"
#define vvt_mode_e_enum "Inactive", "Single Tooth", "Toyota 3 Tooth", "Miata NB2", "Mitsu 4G69", "Bosch Quick Start", "4/1", "ST 170", "Ford Barra 3+1", "Nissan VQ", "Honda K Intake", "Nissan MR18", "Mitsu 3A92", "Sync by MAP", "Mitsu 6G75", "Mazda Skyactiv", "Honda K Exhaust", "Mitsubishi 4G92/93/94", "Mitsubishi 4G63", "Ford Coyote", "Mitsu 6G72", "Honda 600", "Mazda L", "Dev", "HR12DDR In", "vvt25", "vvt26"
#define vvt_mode_e_VVT_BARRA_3_PLUS_1 8
#define vvt_mode_e_VVT_BOSCH_QUICK_START 5
#define vvt_mode_e_VVT_DEV 23

View File

@ -1304,7 +1304,7 @@
#define show_Proteus_presets false
#define show_test_presets false
#define show_vvt_output_pin true
#define SIGNATURE_HASH 686553379
#define SIGNATURE_HASH 384046117
#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"
@ -1752,7 +1752,7 @@
#define ts_show_wastegate_sensor true
#define ts_show_wbo_canbus_index true
#define ts_show_wbo_canbus_set_index true
#define TS_SIGNATURE "rusEFI master.2024.09.15.stm32h743_nucleo.686553379"
#define TS_SIGNATURE "rusEFI master.2024.09.15.stm32h743_nucleo.384046117"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'
@ -1808,7 +1808,7 @@
#define VSS_FILTER_MIN 3
#define VVT1_TARGET_NAME "VVT intake target"
#define vvt_mode_e_auto_enum 0="VVT_INACTIVE",8="VVT_BARRA_3_PLUS_1",5="VVT_BOSCH_QUICK_START",23="VVT_DEV",19="VVT_FORD_COYOTE",7="VVT_FORD_ST170",21="VVT_HONDA_CBR_600",16="VVT_HONDA_K_EXHAUST",10="VVT_HONDA_K_INTAKE",24="VVT_HR12DDR_IN",13="VVT_MAP_V_TWIN",22="VVT_MAZDA_L",15="VVT_MAZDA_SKYACTIV",3="VVT_MIATA_NB",12="VVT_MITSUBISHI_3A92",18="VVT_MITSUBISHI_4G63",4="VVT_MITSUBISHI_4G69",17="VVT_MITSUBISHI_4G9x",20="VVT_MITSUBISHI_6G72",14="VVT_MITSUBISHI_6G75",11="VVT_NISSAN_MR",9="VVT_NISSAN_VQ",1="VVT_SINGLE_TOOTH",2="VVT_TOYOTA_3_TOOTH",6="VVT_TOYOTA_4_1"
#define vvt_mode_e_enum "Inactive", "Single Tooth", "Toyota 3 Tooth", "Miata NB2", "Mitsu 4G69", "Bosch Quick Start", "4/1", "ST 170", "Ford Barra 3+1", "Nissan VQ", "Honda K Intake", "Nissan MR18", "Mitsu 3A92", "VTwin by MAP", "Mitsu 6G75", "Mazda Skyactiv", "Honda K Exhaust", "Mitsubishi 4G92/93/94", "Mitsubishi 4G63", "Ford Coyote", "Mitsu 6G72", "Honda 600", "Mazda L", "Dev", "HR12DDR In", "vvt25", "vvt26"
#define vvt_mode_e_enum "Inactive", "Single Tooth", "Toyota 3 Tooth", "Miata NB2", "Mitsu 4G69", "Bosch Quick Start", "4/1", "ST 170", "Ford Barra 3+1", "Nissan VQ", "Honda K Intake", "Nissan MR18", "Mitsu 3A92", "Sync by MAP", "Mitsu 6G75", "Mazda Skyactiv", "Honda K Exhaust", "Mitsubishi 4G92/93/94", "Mitsubishi 4G63", "Ford Coyote", "Mitsu 6G72", "Honda 600", "Mazda L", "Dev", "HR12DDR In", "vvt25", "vvt26"
#define vvt_mode_e_VVT_BARRA_3_PLUS_1 8
#define vvt_mode_e_VVT_BOSCH_QUICK_START 5
#define vvt_mode_e_VVT_DEV 23

View File

@ -1304,7 +1304,7 @@
#define show_Proteus_presets false
#define show_test_presets false
#define show_vvt_output_pin true
#define SIGNATURE_HASH 2009776509
#define SIGNATURE_HASH 1237658747
#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"
@ -1753,7 +1753,7 @@
#define ts_show_wastegate_sensor true
#define ts_show_wbo_canbus_index true
#define ts_show_wbo_canbus_set_index true
#define TS_SIGNATURE "rusEFI master.2024.09.15.subaru_eg33_f7.2009776509"
#define TS_SIGNATURE "rusEFI master.2024.09.15.subaru_eg33_f7.1237658747"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'
@ -1809,7 +1809,7 @@
#define VSS_FILTER_MIN 3
#define VVT1_TARGET_NAME "VVT intake target"
#define vvt_mode_e_auto_enum 0="VVT_INACTIVE",8="VVT_BARRA_3_PLUS_1",5="VVT_BOSCH_QUICK_START",23="VVT_DEV",19="VVT_FORD_COYOTE",7="VVT_FORD_ST170",21="VVT_HONDA_CBR_600",16="VVT_HONDA_K_EXHAUST",10="VVT_HONDA_K_INTAKE",24="VVT_HR12DDR_IN",13="VVT_MAP_V_TWIN",22="VVT_MAZDA_L",15="VVT_MAZDA_SKYACTIV",3="VVT_MIATA_NB",12="VVT_MITSUBISHI_3A92",18="VVT_MITSUBISHI_4G63",4="VVT_MITSUBISHI_4G69",17="VVT_MITSUBISHI_4G9x",20="VVT_MITSUBISHI_6G72",14="VVT_MITSUBISHI_6G75",11="VVT_NISSAN_MR",9="VVT_NISSAN_VQ",1="VVT_SINGLE_TOOTH",2="VVT_TOYOTA_3_TOOTH",6="VVT_TOYOTA_4_1"
#define vvt_mode_e_enum "Inactive", "Single Tooth", "Toyota 3 Tooth", "Miata NB2", "Mitsu 4G69", "Bosch Quick Start", "4/1", "ST 170", "Ford Barra 3+1", "Nissan VQ", "Honda K Intake", "Nissan MR18", "Mitsu 3A92", "VTwin by MAP", "Mitsu 6G75", "Mazda Skyactiv", "Honda K Exhaust", "Mitsubishi 4G92/93/94", "Mitsubishi 4G63", "Ford Coyote", "Mitsu 6G72", "Honda 600", "Mazda L", "Dev", "HR12DDR In", "vvt25", "vvt26"
#define vvt_mode_e_enum "Inactive", "Single Tooth", "Toyota 3 Tooth", "Miata NB2", "Mitsu 4G69", "Bosch Quick Start", "4/1", "ST 170", "Ford Barra 3+1", "Nissan VQ", "Honda K Intake", "Nissan MR18", "Mitsu 3A92", "Sync by MAP", "Mitsu 6G75", "Mazda Skyactiv", "Honda K Exhaust", "Mitsubishi 4G92/93/94", "Mitsubishi 4G63", "Ford Coyote", "Mitsu 6G72", "Honda 600", "Mazda L", "Dev", "HR12DDR In", "vvt25", "vvt26"
#define vvt_mode_e_VVT_BARRA_3_PLUS_1 8
#define vvt_mode_e_VVT_BOSCH_QUICK_START 5
#define vvt_mode_e_VVT_DEV 23

View File

@ -1304,7 +1304,7 @@
#define show_Proteus_presets false
#define show_test_presets false
#define show_vvt_output_pin true
#define SIGNATURE_HASH 686553379
#define SIGNATURE_HASH 384046117
#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"
@ -1752,7 +1752,7 @@
#define ts_show_wastegate_sensor true
#define ts_show_wbo_canbus_index true
#define ts_show_wbo_canbus_set_index true
#define TS_SIGNATURE "rusEFI master.2024.09.15.t-b-g.686553379"
#define TS_SIGNATURE "rusEFI master.2024.09.15.t-b-g.384046117"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'
@ -1808,7 +1808,7 @@
#define VSS_FILTER_MIN 3
#define VVT1_TARGET_NAME "VVT intake target"
#define vvt_mode_e_auto_enum 0="VVT_INACTIVE",8="VVT_BARRA_3_PLUS_1",5="VVT_BOSCH_QUICK_START",23="VVT_DEV",19="VVT_FORD_COYOTE",7="VVT_FORD_ST170",21="VVT_HONDA_CBR_600",16="VVT_HONDA_K_EXHAUST",10="VVT_HONDA_K_INTAKE",24="VVT_HR12DDR_IN",13="VVT_MAP_V_TWIN",22="VVT_MAZDA_L",15="VVT_MAZDA_SKYACTIV",3="VVT_MIATA_NB",12="VVT_MITSUBISHI_3A92",18="VVT_MITSUBISHI_4G63",4="VVT_MITSUBISHI_4G69",17="VVT_MITSUBISHI_4G9x",20="VVT_MITSUBISHI_6G72",14="VVT_MITSUBISHI_6G75",11="VVT_NISSAN_MR",9="VVT_NISSAN_VQ",1="VVT_SINGLE_TOOTH",2="VVT_TOYOTA_3_TOOTH",6="VVT_TOYOTA_4_1"
#define vvt_mode_e_enum "Inactive", "Single Tooth", "Toyota 3 Tooth", "Miata NB2", "Mitsu 4G69", "Bosch Quick Start", "4/1", "ST 170", "Ford Barra 3+1", "Nissan VQ", "Honda K Intake", "Nissan MR18", "Mitsu 3A92", "VTwin by MAP", "Mitsu 6G75", "Mazda Skyactiv", "Honda K Exhaust", "Mitsubishi 4G92/93/94", "Mitsubishi 4G63", "Ford Coyote", "Mitsu 6G72", "Honda 600", "Mazda L", "Dev", "HR12DDR In", "vvt25", "vvt26"
#define vvt_mode_e_enum "Inactive", "Single Tooth", "Toyota 3 Tooth", "Miata NB2", "Mitsu 4G69", "Bosch Quick Start", "4/1", "ST 170", "Ford Barra 3+1", "Nissan VQ", "Honda K Intake", "Nissan MR18", "Mitsu 3A92", "Sync by MAP", "Mitsu 6G75", "Mazda Skyactiv", "Honda K Exhaust", "Mitsubishi 4G92/93/94", "Mitsubishi 4G63", "Ford Coyote", "Mitsu 6G72", "Honda 600", "Mazda L", "Dev", "HR12DDR In", "vvt25", "vvt26"
#define vvt_mode_e_VVT_BARRA_3_PLUS_1 8
#define vvt_mode_e_VVT_BOSCH_QUICK_START 5
#define vvt_mode_e_VVT_DEV 23

View File

@ -1304,7 +1304,7 @@
#define show_Proteus_presets false
#define show_test_presets false
#define show_vvt_output_pin true
#define SIGNATURE_HASH 314983851
#define SIGNATURE_HASH 751413421
#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"
@ -1752,7 +1752,7 @@
#define ts_show_wastegate_sensor true
#define ts_show_wbo_canbus_index true
#define ts_show_wbo_canbus_set_index true
#define TS_SIGNATURE "rusEFI master.2024.09.15.tdg-pdm8.314983851"
#define TS_SIGNATURE "rusEFI master.2024.09.15.tdg-pdm8.751413421"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'
@ -1808,7 +1808,7 @@
#define VSS_FILTER_MIN 3
#define VVT1_TARGET_NAME "VVT intake target"
#define vvt_mode_e_auto_enum 0="VVT_INACTIVE",8="VVT_BARRA_3_PLUS_1",5="VVT_BOSCH_QUICK_START",23="VVT_DEV",19="VVT_FORD_COYOTE",7="VVT_FORD_ST170",21="VVT_HONDA_CBR_600",16="VVT_HONDA_K_EXHAUST",10="VVT_HONDA_K_INTAKE",24="VVT_HR12DDR_IN",13="VVT_MAP_V_TWIN",22="VVT_MAZDA_L",15="VVT_MAZDA_SKYACTIV",3="VVT_MIATA_NB",12="VVT_MITSUBISHI_3A92",18="VVT_MITSUBISHI_4G63",4="VVT_MITSUBISHI_4G69",17="VVT_MITSUBISHI_4G9x",20="VVT_MITSUBISHI_6G72",14="VVT_MITSUBISHI_6G75",11="VVT_NISSAN_MR",9="VVT_NISSAN_VQ",1="VVT_SINGLE_TOOTH",2="VVT_TOYOTA_3_TOOTH",6="VVT_TOYOTA_4_1"
#define vvt_mode_e_enum "Inactive", "Single Tooth", "Toyota 3 Tooth", "Miata NB2", "Mitsu 4G69", "Bosch Quick Start", "4/1", "ST 170", "Ford Barra 3+1", "Nissan VQ", "Honda K Intake", "Nissan MR18", "Mitsu 3A92", "VTwin by MAP", "Mitsu 6G75", "Mazda Skyactiv", "Honda K Exhaust", "Mitsubishi 4G92/93/94", "Mitsubishi 4G63", "Ford Coyote", "Mitsu 6G72", "Honda 600", "Mazda L", "Dev", "HR12DDR In", "vvt25", "vvt26"
#define vvt_mode_e_enum "Inactive", "Single Tooth", "Toyota 3 Tooth", "Miata NB2", "Mitsu 4G69", "Bosch Quick Start", "4/1", "ST 170", "Ford Barra 3+1", "Nissan VQ", "Honda K Intake", "Nissan MR18", "Mitsu 3A92", "Sync by MAP", "Mitsu 6G75", "Mazda Skyactiv", "Honda K Exhaust", "Mitsubishi 4G92/93/94", "Mitsubishi 4G63", "Ford Coyote", "Mitsu 6G72", "Honda 600", "Mazda L", "Dev", "HR12DDR In", "vvt25", "vvt26"
#define vvt_mode_e_VVT_BARRA_3_PLUS_1 8
#define vvt_mode_e_VVT_BOSCH_QUICK_START 5
#define vvt_mode_e_VVT_DEV 23

View File

@ -1305,7 +1305,7 @@
#define show_test_presets false
#define show_uaefi_presets true
#define show_vvt_output_pin true
#define SIGNATURE_HASH 159202511
#define SIGNATURE_HASH 930271689
#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"
@ -1753,7 +1753,7 @@
#define ts_show_wastegate_sensor true
#define ts_show_wbo_canbus_index true
#define ts_show_wbo_canbus_set_index true
#define TS_SIGNATURE "rusEFI master.2024.09.15.uaefi.159202511"
#define TS_SIGNATURE "rusEFI master.2024.09.15.uaefi.930271689"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'
@ -1809,7 +1809,7 @@
#define VSS_FILTER_MIN 3
#define VVT1_TARGET_NAME "VVT intake target"
#define vvt_mode_e_auto_enum 0="VVT_INACTIVE",8="VVT_BARRA_3_PLUS_1",5="VVT_BOSCH_QUICK_START",23="VVT_DEV",19="VVT_FORD_COYOTE",7="VVT_FORD_ST170",21="VVT_HONDA_CBR_600",16="VVT_HONDA_K_EXHAUST",10="VVT_HONDA_K_INTAKE",24="VVT_HR12DDR_IN",13="VVT_MAP_V_TWIN",22="VVT_MAZDA_L",15="VVT_MAZDA_SKYACTIV",3="VVT_MIATA_NB",12="VVT_MITSUBISHI_3A92",18="VVT_MITSUBISHI_4G63",4="VVT_MITSUBISHI_4G69",17="VVT_MITSUBISHI_4G9x",20="VVT_MITSUBISHI_6G72",14="VVT_MITSUBISHI_6G75",11="VVT_NISSAN_MR",9="VVT_NISSAN_VQ",1="VVT_SINGLE_TOOTH",2="VVT_TOYOTA_3_TOOTH",6="VVT_TOYOTA_4_1"
#define vvt_mode_e_enum "Inactive", "Single Tooth", "Toyota 3 Tooth", "Miata NB2", "Mitsu 4G69", "Bosch Quick Start", "4/1", "ST 170", "Ford Barra 3+1", "Nissan VQ", "Honda K Intake", "Nissan MR18", "Mitsu 3A92", "VTwin by MAP", "Mitsu 6G75", "Mazda Skyactiv", "Honda K Exhaust", "Mitsubishi 4G92/93/94", "Mitsubishi 4G63", "Ford Coyote", "Mitsu 6G72", "Honda 600", "Mazda L", "Dev", "HR12DDR In", "vvt25", "vvt26"
#define vvt_mode_e_enum "Inactive", "Single Tooth", "Toyota 3 Tooth", "Miata NB2", "Mitsu 4G69", "Bosch Quick Start", "4/1", "ST 170", "Ford Barra 3+1", "Nissan VQ", "Honda K Intake", "Nissan MR18", "Mitsu 3A92", "Sync by MAP", "Mitsu 6G75", "Mazda Skyactiv", "Honda K Exhaust", "Mitsubishi 4G92/93/94", "Mitsubishi 4G63", "Ford Coyote", "Mitsu 6G72", "Honda 600", "Mazda L", "Dev", "HR12DDR In", "vvt25", "vvt26"
#define vvt_mode_e_VVT_BARRA_3_PLUS_1 8
#define vvt_mode_e_VVT_BOSCH_QUICK_START 5
#define vvt_mode_e_VVT_DEV 23

View File

@ -1305,7 +1305,7 @@
#define show_test_presets false
#define show_uaefi121_presets true
#define show_vvt_output_pin true
#define SIGNATURE_HASH 3426515222
#define SIGNATURE_HASH 4063466512
#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"
@ -1753,7 +1753,7 @@
#define ts_show_wastegate_sensor true
#define ts_show_wbo_canbus_index true
#define ts_show_wbo_canbus_set_index true
#define TS_SIGNATURE "rusEFI master.2024.09.15.uaefi121.3426515222"
#define TS_SIGNATURE "rusEFI master.2024.09.15.uaefi121.4063466512"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'
@ -1809,7 +1809,7 @@
#define VSS_FILTER_MIN 3
#define VVT1_TARGET_NAME "VVT intake target"
#define vvt_mode_e_auto_enum 0="VVT_INACTIVE",8="VVT_BARRA_3_PLUS_1",5="VVT_BOSCH_QUICK_START",23="VVT_DEV",19="VVT_FORD_COYOTE",7="VVT_FORD_ST170",21="VVT_HONDA_CBR_600",16="VVT_HONDA_K_EXHAUST",10="VVT_HONDA_K_INTAKE",24="VVT_HR12DDR_IN",13="VVT_MAP_V_TWIN",22="VVT_MAZDA_L",15="VVT_MAZDA_SKYACTIV",3="VVT_MIATA_NB",12="VVT_MITSUBISHI_3A92",18="VVT_MITSUBISHI_4G63",4="VVT_MITSUBISHI_4G69",17="VVT_MITSUBISHI_4G9x",20="VVT_MITSUBISHI_6G72",14="VVT_MITSUBISHI_6G75",11="VVT_NISSAN_MR",9="VVT_NISSAN_VQ",1="VVT_SINGLE_TOOTH",2="VVT_TOYOTA_3_TOOTH",6="VVT_TOYOTA_4_1"
#define vvt_mode_e_enum "Inactive", "Single Tooth", "Toyota 3 Tooth", "Miata NB2", "Mitsu 4G69", "Bosch Quick Start", "4/1", "ST 170", "Ford Barra 3+1", "Nissan VQ", "Honda K Intake", "Nissan MR18", "Mitsu 3A92", "VTwin by MAP", "Mitsu 6G75", "Mazda Skyactiv", "Honda K Exhaust", "Mitsubishi 4G92/93/94", "Mitsubishi 4G63", "Ford Coyote", "Mitsu 6G72", "Honda 600", "Mazda L", "Dev", "HR12DDR In", "vvt25", "vvt26"
#define vvt_mode_e_enum "Inactive", "Single Tooth", "Toyota 3 Tooth", "Miata NB2", "Mitsu 4G69", "Bosch Quick Start", "4/1", "ST 170", "Ford Barra 3+1", "Nissan VQ", "Honda K Intake", "Nissan MR18", "Mitsu 3A92", "Sync by MAP", "Mitsu 6G75", "Mazda Skyactiv", "Honda K Exhaust", "Mitsubishi 4G92/93/94", "Mitsubishi 4G63", "Ford Coyote", "Mitsu 6G72", "Honda 600", "Mazda L", "Dev", "HR12DDR In", "vvt25", "vvt26"
#define vvt_mode_e_VVT_BARRA_3_PLUS_1 8
#define vvt_mode_e_VVT_BOSCH_QUICK_START 5
#define vvt_mode_e_VVT_DEV 23

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 1495468548
#define TS_SIGNATURE "rusEFI master.2024.09.15.alphax-2chan.1495468548"
#define SIGNATURE_HASH 1730995970
#define TS_SIGNATURE "rusEFI master.2024.09.15.alphax-2chan.1730995970"

Some files were not shown because too many files have changed in this diff Show More