From 729e7f55946fe1b2d983a55876e5e4afd5e07501 Mon Sep 17 00:00:00 2001 From: YunHorn Technology Date: Mon, 24 Jun 2024 15:50:40 +0800 Subject: [PATCH] ---- add initial weight control... for empty bottle of 100 g --- Core/Src/sts_weight_scale.c | 1 + 1 file changed, 1 insertion(+) diff --git a/Core/Src/sts_weight_scale.c b/Core/Src/sts_weight_scale.c index 59fe4a9..bdee0a7 100644 --- a/Core/Src/sts_weight_scale.c +++ b/Core/Src/sts_weight_scale.c @@ -50,6 +50,7 @@ void sts_weight_scale(sts_sensor_t *sts_sensor_data) HAL_Delay(100); Get_GrossWeight(); //HAL_Delay(2000); + Get_NetWeight(); } //HAL_Delay(2000);