enlarging Lua script in configuration
This commit is contained in:
parent
528b5d939f
commit
ebc1842b8e
|
@ -1607,6 +1607,8 @@ float[IDLE_VE_CURVE_SIZE] idleVeBins;Optional VE table for Idle (see useSeparate
|
|||
float[IDLE_VE_CURVE_SIZE] idleVe; Optional VE table for Idle (see useSeparateVEForIdle);"%", 1, 0, 0, 999, 2
|
||||
|
||||
le_formula_t[FSIO_COMMAND_COUNT iterate] fsioFormulas;
|
||||
#define LUA_SCRIPT_SIZE 2000
|
||||
custom lua_script_t @@LUA_SCRIPT_SIZE@@ string, ASCII, @OFFSET@, @@LUA_SCRIPT_SIZE@@
|
||||
lua_script_t luaScript;
|
||||
le_formula_t timingMultiplier;
|
||||
le_formula_t timingAdditive;
|
||||
|
@ -1653,8 +1655,6 @@ fsio_table_8x8_u8t vvtTable2;
|
|||
float[FSIO_TABLE_8] vvtTable2LoadBins;;"L", 1, 0, 0, 255, 0
|
||||
float[FSIO_TABLE_8] vvtTable2RpmBins;RPM is float and not integer in order to use unified methods for interpolation;"RPM", 1, 0, 0, 25500, 2
|
||||
|
||||
#define LUA_SCRIPT_SIZE 2000
|
||||
custom lua_script_t @@LUA_SCRIPT_SIZE@@ string, ASCII, @OFFSET@, @@LUA_SCRIPT_SIZE@@
|
||||
float[64] unusedLuaWasHere;;"L", 1, 0, 0, 255, 0
|
||||
|
||||
ignition_table_t ignitionTable;
|
||||
|
|
Loading…
Reference in New Issue