fix: set scale tare request to true in setup function

This commit is contained in:
2025-09-02 18:24:32 +02:00
parent 2b195ed9ea
commit 5db80d3670

View File

@@ -59,6 +59,7 @@ void setup() {
// Scale
start_scale(touchSensorConnected);
scaleTareRequest = true;
// WDT initialisieren mit 10 Sekunden Timeout
bool panic = true; // Wenn true, löst ein WDT-Timeout einen System-Panik aus