diff --git a/src/main.cpp b/src/main.cpp index 07e8cc9..8278fb2 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -156,7 +156,7 @@ void loop() { lastWeightReadTime = currentMillis; // Prüfen ob die Waage korrekt genullt ist - if ((weight > 0 && weight < 5) || weight < 0) + if ((weight > 0 && weight < 5) || weight < -1) { if(scaleTareCounter < 5) {