fix: call scale.tare() in setup after starting scale
This commit is contained in:
@@ -122,8 +122,8 @@ void start_scale(bool touchSensorConnected) {
|
||||
}
|
||||
|
||||
scale.set_scale(calibrationValue);
|
||||
vTaskDelay(pdMS_TO_TICKS(5000));
|
||||
scale.tare();
|
||||
//vTaskDelay(pdMS_TO_TICKS(5000));
|
||||
//scale.tare();
|
||||
|
||||
// Display Gewicht
|
||||
oledShowWeight(0);
|
||||
|
Reference in New Issue
Block a user