Move CAN WBO to AFR dialog
This commit is contained in:
parent
b9c201de83
commit
66ee231aef
|
@ -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}
|
||||
|
|
Loading…
Reference in New Issue