Disable all programmable outputs in updates.ino

This commit is contained in:
Josh Stewart 2020-08-22 19:06:14 +10:00
parent 1b08b5f85b
commit 867eba45b6
1 changed files with 10 additions and 0 deletions

View File

@ -408,6 +408,16 @@ void doUpdates()
configPage10.wmiAdvAdj[i] = OFFSET_IGNITION;
}
//Programmable outputs added. Set all to disabled
configPage13.outputPin[0] = 0;
configPage13.outputPin[1] = 0;
configPage13.outputPin[2] = 0;
configPage13.outputPin[3] = 0;
configPage13.outputPin[4] = 0;
configPage13.outputPin[5] = 0;
configPage13.outputPin[6] = 0;
configPage13.outputPin[7] = 0;
//New multiply MAP option added. Set new option to be the same as old
configPage2.multiplyMAP = configPage2.multiplyMAP_old;
//New AE option added to allow for PW added in addition to existing PW multiply