From 98d08b744673c7e8ad26f0589a2fbdcb88f30d8d Mon Sep 17 00:00:00 2001 From: Josh Stewart Date: Thu, 3 Dec 2020 09:01:54 +1100 Subject: [PATCH] Add DIY-EFI wideband calibration --- reference/speeduino.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/speeduino.ini b/reference/speeduino.ini index dd17fd72..b08ece3b 100644 --- a/reference/speeduino.ini +++ b/reference/speeduino.ini @@ -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" ) }