From 23475f8c5dd50614a0ee6f55029e8d22340e6783 Mon Sep 17 00:00:00 2001 From: sigurg Date: Wed, 19 Sep 2018 14:39:08 +0200 Subject: [PATCH] fixed thermocouple coefficients --- src/qmooshimeter.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qmooshimeter.h b/src/qmooshimeter.h index 38e02d7..93a7b3a 100644 --- a/src/qmooshimeter.h +++ b/src/qmooshimeter.h @@ -113,7 +113,7 @@ public slots: static const QStringList valid_buffer_depths; static const QStringList math_modes; static constexpr std::array thermocouple_coeff{{ - 1, + 0, 2.508355e-2, 7.860106e-8, -2.503131e-10,