Move CAN WBO to AFR dialog

This commit is contained in:
Josh Stewart 2024-02-20 09:19:00 +11:00
parent b9c201de83
commit 66ee231aef
1 changed files with 2 additions and 2 deletions

View File

@ -2752,7 +2752,8 @@ menuDialog = main
dialog = egoControl, ""
topicHelp = "http://wiki.speeduino.com/en/configuration/O2"
field = "Sensor Type", egoType
field = "#Please ensure you calibrate your O2 sensor in the Tools menu", { egoType }
field = "WBO over CAN", canWBO, {}, { CANisAvailable && (egoType == 2) }
field = "#Please ensure you calibrate your O2 sensor in the Tools menu", {}, {}, { egoType && (canWBO == 0) }
field = "Algorithm", egoAlgorithm, { egoType }
field = "Ignition Events per Step", egoCount, { egoType && (egoAlgorithm < 3) }
field = "Controller Auth +/-", egoLimit, { egoType && (egoAlgorithm < 3) }
@ -3562,7 +3563,6 @@ menuDialog = main
dialog = CanBcast, "CAN Broadcasting menu"
field = "BMW Instrument Cluster Broadcast", canBMWCluster
field = "VAG Instrument Cluster Broadcast", canVAGCluster
field = "WBO over CAN", canWBO
dialog = Auxin_north
displayOnlyField = !"Secondary Serial DISABLED", blankfield, {enable_secondarySerial == 0},{enable_secondarySerial == 0}