auto-sync
This commit is contained in:
parent
dd041955e2
commit
e4bcfb144d
|
@ -16,11 +16,11 @@
|
|||
/**
|
||||
* this is used to confirm that firmware and TunerStudio are using the same rusefi.ini version
|
||||
*/
|
||||
#define TS_FILE_VERSION 20150314
|
||||
#define TS_FILE_VERSION 20150330
|
||||
|
||||
#define PAGE_COUNT 2
|
||||
|
||||
#define PAGE_0_SIZE 14008
|
||||
#define PAGE_0_SIZE 15288
|
||||
#define PAGE_1_SIZE 1152
|
||||
|
||||
#define TS_OUTPUT_SIZE 196
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// this section was generated by config_definition.jar on Sun Mar 29 20:08:11 EDT 2015
|
||||
// this section was generated by config_definition.jar on Mon Mar 30 12:05:08 EDT 2015
|
||||
// begin
|
||||
#include "rusefi_types.h"
|
||||
typedef struct {
|
||||
|
@ -1203,8 +1203,28 @@ typedef struct {
|
|||
* offset 13944
|
||||
*/
|
||||
float injPhaseRpmBins[FUEL_RPM_COUNT];
|
||||
/** total size 14008*/
|
||||
/**
|
||||
* offset 14008
|
||||
*/
|
||||
float iatIdleCorrBins[IAT_CURVE_SIZE];
|
||||
/**
|
||||
* offset 14072
|
||||
*/
|
||||
float iatIdleCorr[IAT_CURVE_SIZE];
|
||||
/**
|
||||
* offset 14136
|
||||
*/
|
||||
ignition_table_t ignitionIatCorrTable;
|
||||
/**
|
||||
* offset 15160
|
||||
*/
|
||||
float ignitionIatCorrLoadBins[IGN_LOAD_COUNT];
|
||||
/**
|
||||
* offset 15224
|
||||
*/
|
||||
float ignitionIatCorrRpmBins[IGN_RPM_COUNT];
|
||||
/** total size 15288*/
|
||||
} engine_configuration_s;
|
||||
|
||||
// end
|
||||
// this section was generated by config_definition.jar on Sun Mar 29 20:08:11 EDT 2015
|
||||
// this section was generated by config_definition.jar on Mon Mar 30 12:05:08 EDT 2015
|
||||
|
|
|
@ -108,10 +108,10 @@ injector_s injector
|
|||
|
||||
|
||||
float[CLT_CURVE_SIZE] cltFuelCorrBins;;"C", 1, 0, -100.0, 250.0, 2
|
||||
float[CLT_CURVE_SIZE] cltFuelCorr;;"%", 100, 0, 0.0, 500.0, 2
|
||||
float[CLT_CURVE_SIZE] cltFuelCorr;;"%", 1, 0, 0.0, 500.0, 2
|
||||
|
||||
float[IAT_CURVE_SIZE] iatFuelCorrBins;;"C", 1, 0, -100.0, 250.0, 2
|
||||
float[IAT_CURVE_SIZE] iatFuelCorr;;"%", 100, 0, 0.0, 500.0, 2
|
||||
float[IAT_CURVE_SIZE] iatFuelCorr;;"%", 1, 0, 0.0, 500.0, 2
|
||||
|
||||
int16_t directSelfStimulation;Should the trigger emulator push data right into trigger input, eliminating the need for physical jumper wires?\nPS: Funny name, right? :)\ntodo: make this a bit on some bit field
|
||||
|
||||
|
@ -441,10 +441,10 @@ bit hasMapSensor;@see isMapAveragingEnabled
|
|||
uint32_t digitalChartSize;;"count", 1, 0, 0, 300, 0
|
||||
|
||||
|
||||
float[CRANKING_CURVE_SIZE] crankingFuelCoef;;"%", 100, 0, 0.0, 700.0, 2
|
||||
float[CRANKING_CURVE_SIZE] crankingFuelCoef;;"%", 1, 0, 0.0, 700.0, 2
|
||||
float[CRANKING_CURVE_SIZE] crankingFuelBins;;"C", 1, 0, -80.0, 170.0, 2
|
||||
|
||||
float[CRANKING_CURVE_SIZE] crankingCycleCoef;;"%", 100, 0, 0.0, 500.0, 2
|
||||
float[CRANKING_CURVE_SIZE] crankingCycleCoef;;"%", 1, 0, 0.0, 500.0, 2
|
||||
float[CRANKING_CURVE_SIZE] crankingCycleBins;;"C", 1, 0, -80.0, 170.0, 2
|
||||
|
||||
float ignitionDwellForCrankingMs;;"ms", 1, 0, 0, 200, 1
|
||||
|
@ -516,14 +516,12 @@ fuel_table_t injectionPhase;
|
|||
float[FUEL_LOAD_COUNT] injPhaseLoadBins;;"Load", 1, 0.0, 0, 300.0, 2
|
||||
float[FUEL_RPM_COUNT] injPhaseRpmBins;;"RPM", 1, 0.0, 0, 18000.0, 2
|
||||
|
||||
! ignition_table_t ignitionIatCorrTable;
|
||||
! float[IGN_LOAD_COUNT] ignitionIatCorrLoadBins;;"Load", 1, 0.0, 0, 300.0, 2
|
||||
! float[IGN_RPM_COUNT] ignitionIatCorrRpmBins;;"RPM", 1, 0.0, 0, 18000.0, 2
|
||||
|
||||
|
||||
! float[IAT_CURVE_SIZE] iatIdleCorrBins;;"C", 1, 0, -100.0, 250.0, 2
|
||||
! float[IAT_CURVE_SIZE] iatIdleCorr;;"%", 100, 0, 0.0, 500.0, 2
|
||||
float[IAT_CURVE_SIZE] iatIdleCorrBins;;"C", 1, 0, -100.0, 250.0, 2
|
||||
float[IAT_CURVE_SIZE] iatIdleCorr;;"%", 1, 0, 0.0, 500.0, 2
|
||||
|
||||
ignition_table_t ignitionIatCorrTable;
|
||||
float[IGN_LOAD_COUNT] ignitionIatCorrLoadBins;;"Load", 1, 0.0, 0, 300.0, 2
|
||||
float[IGN_RPM_COUNT] ignitionIatCorrRpmBins;;"RPM", 1, 0.0, 0, 18000.0, 2
|
||||
|
||||
! ve_table_t ve2Table;
|
||||
! float[FUEL_LOAD_COUNT] ve2LoadBins;;"%", 1, 0.0, 0, 300.0, 2
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
package com.rusefi;
|
||||
|
||||
public interface TsPageSize {
|
||||
int IMAGE_SIZE = 14008;
|
||||
int IMAGE_SIZE = 15288;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue