From e2c9e3d56f87d84d527fdee155f285c128746544 Mon Sep 17 00:00:00 2001 From: Gediminas Jakutis Date: Fri, 9 Feb 2018 11:11:35 +0200 Subject: tempmodule: fix resistence table. --- src/tempmodule/main.ino | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/tempmodule/main.ino') diff --git a/src/tempmodule/main.ino b/src/tempmodule/main.ino index f76ee20..e6c4b8b 100644 --- a/src/tempmodule/main.ino +++ b/src/tempmodule/main.ino @@ -213,10 +213,10 @@ static int get_temperature(int res) int ret; size_t i; static const struct temptuple lt[] = { - {1452, 2630}, {1613, 2730}, {1754, 2830}, {1903, 2930}, - {2059, 3030}, {2222, 3130}, {2393, 3230}, {2571, 3330}, - {2757, 3430}, {2950, 3530}, {3150, 3630}, {3358, 3730}, - {3571, 3830}}; + {1495, 2630}, {1630, 2730}, {1772, 2830}, {1922, 2930}, + {2080, 3030}, {2245, 3130}, {2417, 3230}, {2597, 3330}, + {2785, 3430}, {2980, 3530}, {3182, 3630}, {3392, 3730}, + {3607, 3830}}; for (i = 0; i < 9; ++i) { /* If we have a matching resistance, nothing to calculate. */ -- cgit v1.2.3