diff --git a/lambda/TODO b/lambda/TODO index 9cb7a62..350ea4b 100644 --- a/lambda/TODO +++ b/lambda/TODO @@ -13,5 +13,5 @@ * Circuit - Look at oxygen sensor voltage with voltmeter/oscilloscope - is the voltage really so unstable? -- Verify ADC voltages against voltmeter with other uC (ADC_OFFSET_MV) -- Put button and beeper pins in pins.h (watch out with OCR1A) \ No newline at end of file +- Put button and beeper pins in pins.h (watch out with OCR1A) +- Reset min/max measurements when enabling simulation mode \ No newline at end of file diff --git a/lambda/sensors.c b/lambda/sensors.c index 63a7f5d..8ae747e 100644 --- a/lambda/sensors.c +++ b/lambda/sensors.c @@ -30,7 +30,7 @@ { 44, 2000 }, { 55, 1900 }, { 66, 1800 }, - { 80, 1700 }, + { 88, 1700 }, { 110, 1600 }, { 132, 1500 }, { 165, 1400 },