Any general discussion around the firmware, what is does, how it does it etc.
#50811
Ok so this may be overkill but slight modification to ini will make reassignment and customisation effortless

Just a change from "displayOnlyField =" to "field =" will enable the selection
Code: Select all
   
        dialog = io_summary, "I/O Summary"
        field = "fuelPumpPin", fuelPumpPin, {fpPrime}
        field = "fanPin", fanPin, {fanEnable}
        field = "tachoPin", tachoPin, {tachoDuration}
        field = "idleUpPin", idleUpPin, {idleUpEnabled}
        field = "idleUpOutputPin", idleUpOutputPin, {idleUpEnabled && idleUpOutputEnabled}
        field = "launchPin", launchPin, {launchEnable}
        field = "vvt1Pin", vvt1Pin, {vvtEnabled}
        field = "vssPin", vssPin, {vssMode > 1}
        field = "boostPin", boostPin, {boostEnabled}
        field = "baroPin", baroPin,{useExtBaro}
        field = "EMAPPin", EMAPPin, {useEMAP}
        field = "n2o_arming_pin", n2o_arming_pin, {n2o_enable}
        field = "n2o_stage1_pin", n2o_stage1_pin, {n2o_enable}
        field = "n2o_stage2_pin", n2o_stage2_pin, {n2o_enable}
        field = "knock_pin", knock_pin, {knock_mode}
        field = "fuel2InputPin", fuel2InputPin, {fuel2Mode}
        field = "resetControlPin", resetControlPin, {resetControl}
        field = "ignBypassPin", ignBypassPin, {ignBypassEnable}
        field = "Programmable out 1", outputPin0, {outputPin[0]}
        field = "Programmable out 2", outputPin1, {outputPin[1]}
        field = "Programmable out 3", outputPin2, {outputPin[2]}
        field = "Programmable out 4", outputPin3, {outputPin[3]}
        field = "Programmable out 5", outputPin4, {outputPin[4]}
        field = "Programmable out 6", outputPin5, {outputPin[5]}
        field = "Programmable out 7", outputPin6, {outputPin[6]}
        field = "Programmable out 8", outputPin7, {outputPin[7]}
Attachments
io summary.png
io summary.png (54.74 KiB) Viewed 2419 times

Hi, I am trying to assign Signed values to the x-a[…]

Vr Conditioner Noise when cranking

New version 202305 don't fix the issue. Now after[…]

blitzbox

I've finally figured out why MAP and Lambda weren'[…]

Hello, I bring news!! Let me tell you that after […]

Still can't find what you're looking for?