From 666c92948358150a9c36b33d6b156e8c721d557e Mon Sep 17 00:00:00 2001 From: Manuel Weiser Date: Wed, 3 Sep 2025 15:28:03 +0200 Subject: [PATCH] fix: update progress bar message from "Tare scale" to "Searching scale" fix: Scale tare function after boot --- src/scale.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scale.cpp b/src/scale.cpp index 69d3dfc..dceeddc 100644 --- a/src/scale.cpp +++ b/src/scale.cpp @@ -242,7 +242,7 @@ void start_scale(bool touchSensorConnected) { scale.begin(LOADCELL_DOUT_PIN, LOADCELL_SCK_PIN); - oledShowProgressBar(6, 7, DISPLAY_BOOT_TEXT, "Tare scale"); + oledShowProgressBar(6, 7, DISPLAY_BOOT_TEXT, "Serching scale"); for (uint16_t i = 0; i < 3000; i++) { yield(); vTaskDelay(pdMS_TO_TICKS(1));