summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormidopple <mdoppler@gmx.at>2012-05-30 19:40:39 +0200
committermidopple <mdoppler@gmx.at>2012-05-30 19:40:39 +0200
commit87cf8e280d40fd1299797f41d8010b43e241b48e (patch)
tree46b62d5afbf2279d41f28c36ed7b7af8c576582a
parentbabd2a3e84fb85ee1c6a1e17cf5fd9d9ae1ebd91 (diff)
repaired thermistortable_6 by graphcial fitting of the off-slope values.
Thanks to bkubicek
-rw-r--r--Sprinter/thermistortables.h4
1 files 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},