From 61fd82ee184259bb04a8cfc9bda35b87190507f6 Mon Sep 17 00:00:00 2001 From: lyq Date: Mon, 26 Jan 2026 15:17:55 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E6=89=93=E5=8D=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/communication/mqtt_report/src/can/can_decoder.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/communication/mqtt_report/src/can/can_decoder.cpp b/src/communication/mqtt_report/src/can/can_decoder.cpp index b9e386e..71ff200 100644 --- a/src/communication/mqtt_report/src/can/can_decoder.cpp +++ b/src/communication/mqtt_report/src/can/can_decoder.cpp @@ -50,8 +50,8 @@ void CanDecoder::handle_bms_100(const sweeperMsg::CanFrame& msg) ctx_.info.chargeStatus = (current >= 0); } - LOG_INFO("[0x100] 总电压: %.2f V, 电流: %.2f A, 剩余容量: %.2f Ah, 是否在充电: %s", voltage, current, capacity, - ((current >= 0) ? "是" : "否")); + // LOG_INFO("[0x100] 总电压: %.2f V, 电流: %.2f A, 剩余容量: %.2f Ah, 是否在充电: %s", voltage, current, capacity, + // ((current >= 0) ? "是" : "否")); } void CanDecoder::handle_bms_101(const sweeperMsg::CanFrame& msg)