You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Possibility need for conditional switching for secondary fuel and spark tables with an option for "lesser/smaller than" instead of the existing "greater than" for TPS and MAP switching.
The text was updated successfully, but these errors were encountered:
In the firmware, secondaryTables.cpp, under the variables change your desired condition (or all) from > to <, save and load your modifed firmware then open the .ini file in an editor. under the Table2Dialog_switch to say "is less than" save and load your ini to the project properties.
I do this to run an idle VE table with higher resolution that doesn't get affected by VEAL
Or use the user defined outputs (you can chain them up also) to switch an otherwise un-assigned arduino pin. Then use that same pin as the input to the table switching. Gives you a lot more options for switching, time delays etc.
Possibility need for conditional switching for secondary fuel and spark tables with an option for "lesser/smaller than" instead of the existing "greater than" for TPS and MAP switching.
The text was updated successfully, but these errors were encountered: