From 2ece5cbe717368b73c67804c0bfa222501a49b21 Mon Sep 17 00:00:00 2001 From: zhangsheng Date: Mon, 30 Mar 2026 14:13:29 +0800 Subject: [PATCH] modify bugs --- uart/uart_feature_parse.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uart/uart_feature_parse.cpp b/uart/uart_feature_parse.cpp index b2dcd25..fef7493 100644 --- a/uart/uart_feature_parse.cpp +++ b/uart/uart_feature_parse.cpp @@ -30,7 +30,7 @@ unsigned char data[96000] = {0x00}; unsigned char outdata[96000] = {0x00}; unsigned char dealdata[96000] = {0x00}; char mqttData[1024000] = {0}; -char mqttData_vel[10240] = {0}; +char mqttData_vel[102400] = {0}; void Uart::RecordBattery(std::string &strLongAddr, DataRecvStatic &dataStatic, std::string &nowTimetamp) { char insertSql[1024] = {0};