From 56993a40142a86efbabcaa585daa6404a7b87dcc Mon Sep 17 00:00:00 2001 From: zhangsheng Date: Mon, 30 Mar 2026 11:36:01 +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 316c3b4..9061577 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};