Add DIY-EFI wideband calibration

This commit is contained in:
Josh Stewart 2020-12-03 09:01:54 +11:00
parent e073834135
commit 98d08b7446
1 changed files with 1 additions and 1 deletions

View File

@ -4946,7 +4946,7 @@ cmdVSSratio6 = "E\x99\x06"
solution = "Ballenger AFR500 0V=9:1, 5V=16:1", { 9 + (adcValue * 0.00684262) }
solution = "Ballenger AFR500 0V=6:1, 5V=20:1", { 6 + (adcValue * 0.01368524) }
solution = "Daytona TwinTec", { 10.01 + (adcValue * 0.0097752) }
solution = "DIY-WB", { table( adcValue/4, "WBlambda100MOT.inc")*14.7 / 100.0 }
solution = "DIY-EFI TinyWB", { 10.0001 + ( adcValue * 0.0097752 )} ; Same as 14point7 units
solution = "DynoJet Wideband Commander", { adcValue * 0.00784325 + 10 }
solution = "F.A.S.T. Wideband", { adcValue * 0.01357317 + 9.6 } ; 838.8608
solution = "FJO WB", { table(adcValue*5/1023 , "fjoWB.inc" ) }