Skip to content

Commit

Permalink
1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
olkal committed Sep 29, 2020
1 parent dff0de8 commit 2e7ec40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=HX711_ADC
version=1.2.2
version=1.2.3
author=Olav Kallhovd
maintainer=Olav Kallhovd
sentence=Library for the HX711 24-bit ADC for weight scales.
Expand Down
2 changes: 1 addition & 1 deletion src/HX711_ADC.h
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ class HX711_ADC
bool tareTimeoutFlag;
bool tareTimeoutDisable = 0;
int samplesInUse = SAMPLES;
long lastSmoothedData;
long lastSmoothedData = 0;
bool dataOutOfRange = 0;
unsigned long lastDoutLowTime = 0;
bool signalTimeoutFlag = 0;
Expand Down

0 comments on commit 2e7ec40

Please sign in to comment.