Add Honda MAP sensor
This commit is contained in:
parent
809005cd95
commit
fa0c8e743c
|
@ -779,6 +779,7 @@ page = 8
|
|||
settingOption = "GM 3-BAR / MPXH6300", mapMin=1, mapMax=315
|
||||
settingOption = "MPXH5700", mapMin=0, mapMax=700
|
||||
settingOption = "MPXH6400", mapMin=3, mapMax=416
|
||||
settingOption = "Denso 079800", mapMin=0, mapMax=173 ; http://speeduino.com/forum/viewtopic.php?f=18&t=510&p=7023#p7021
|
||||
|
||||
dialog = boostSettings, "Boost Control"
|
||||
field = "Boost Control Enabled", boostEnabled
|
||||
|
@ -1290,7 +1291,7 @@ page = 8
|
|||
entry = pulseWidth, "PW2", float, "%.1f"
|
||||
entry = dutyCycle, "DutyCycle1", float, "%.1f"
|
||||
entry = dutyCycle, "DutyCycle2", float, "%.1f"
|
||||
entry = TPSdot, "TPS DOT", int, "%d"
|
||||
entry = TPSdot, "TPS DOT", int, "%d"
|
||||
entry = advance, "Ignition Advance", int,"%d"
|
||||
entry = dwell, "Dwell", int, "%d"
|
||||
entry = batteryVoltage, "Battery V", float, "%.1f"
|
||||
|
|
Loading…
Reference in New Issue