From 1799c1c712284c69c0339511a927a4c515d2c8d8 Mon Sep 17 00:00:00 2001 From: baocm Date: Wed, 4 Feb 2026 16:28:22 +0800 Subject: [PATCH] =?UTF-8?q?1.=201.=20=E4=BC=98=E5=8C=96=E4=B8=8B=E6=A6=9C?= =?UTF-8?q?=E7=A7=B0=E9=87=8D=E9=80=BB=E8=BE=91=EF=BC=8C=E9=87=8D=E9=87=8F?= =?UTF-8?q?=E5=B7=AE=E8=B6=85=E8=BF=8745kg=E7=A7=B0=E9=87=8D=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/Publisher.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/Publisher.cxx b/core/Publisher.cxx index 8617d7f..8254960 100644 --- a/core/Publisher.cxx +++ b/core/Publisher.cxx @@ -524,7 +524,7 @@ void PublisherApp::run() DEBUG("license_no " << license_no); DEBUG("stable_weight2 " << stable_weight); stable_weight2 = stable_weight; - if (stable_weight2 < stable_weight1) + if ((stable_weight1 - stable_weight2) > 45) { weigh_state = WEIGH_SEND; }