I have been trying to get the settings right so that I can use the rom editing features but I'm having problems interpolating the data from ecuflash could you possibly help me with one map definition? Here is the data from ecuflash
<table name="High Octane Ignition Map 1" address="3b43" level="2">
<table name="Load" address="614a" elements="12"/>
<table name="RPM" address="611c" elements="18"/>
Heres the ecuedit file
<map name="High Octane Fuel Map 1" type="3" active="1" help="" class="Fuel" level="2">
<rows count="18" offset="#611C" storagetype="uint8" func_2val="torpm()" func_val2="frRPM()" reverse_bytes="False" format="%.0f" metric="" caption="" desc="RPM"/>
<data count="2" offset="#35CB" storagetype="uint8" func_2val="toAFR()" func_val2="frAFR()" reverse_bytes="False" format="%.1f" metric="afr" caption="" desc="" inc="1" incb="5" incdata="0.1" incdatab="0" inc_dir="0" min="-61" max="61" order="cr" color_dir="1"/>
<cols count="12" offset="#614A" storagetype="uint8" func_2val="toLoad()" func_val2="frLoad()" reverse_bytes="False" format="%.0f" metric="" caption="" desc="Load"/>
</map>

