From e1bc08ab7a8c3148cd3d190026debcd6ed0c7345 Mon Sep 17 00:00:00 2001 From: olkal Date: Sat, 6 Nov 2021 09:54:22 +0100 Subject: [PATCH] 1.2.9 --- library.properties | 2 +- src/HX711_ADC.cpp | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/library.properties b/library.properties index 15ecefc..9fe8484 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=HX711_ADC -version=1.2.8 +version=1.2.9 author=Olav Kallhovd maintainer=Olav Kallhovd sentence=Library for the HX711 24-bit ADC for weight scales. diff --git a/src/HX711_ADC.cpp b/src/HX711_ADC.cpp index 0a6eed1..cbb65bf 100644 --- a/src/HX711_ADC.cpp +++ b/src/HX711_ADC.cpp @@ -205,6 +205,7 @@ void HX711_ADC::tareNoDelay() { doTare = 1; tareTimes = 0; + tareStatus = 0; } //set new calibration factor, raw data is divided by this value to convert to readable data