From 87cf8e280d40fd1299797f41d8010b43e241b48e Mon Sep 17 00:00:00 2001 From: midopple Date: Wed, 30 May 2012 19:40:39 +0200 Subject: repaired thermistortable_6 by graphcial fitting of the off-slope values. Thanks to bkubicek --- Sprinter/thermistortables.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Sprinter/thermistortables.h b/Sprinter/thermistortables.h index eccfe88..8496b6d 100644 --- a/Sprinter/thermistortables.h +++ b/Sprinter/thermistortables.h @@ -280,8 +280,8 @@ const short temptable_6[NUMTEMPS_6][2] = { {49, 220}, {53, 215}, {62, 210}, - {73, 205}, - {72, 200}, + {71, 205}, //fitted graphically + {78, 200}, //fitted graphically {94, 190}, {102, 185}, {116, 170}, -- cgit v1.2.1