From c47b3dbbdb993e8fe55b58a574694e06c3753edb Mon Sep 17 00:00:00 2001 From: Stwsyburg Date: Thu, 20 Apr 2023 11:36:46 +0800 Subject: [PATCH] =?UTF-8?q?Fix:=20=E5=AD=97=E7=AC=A6=E6=95=B0=E7=BB=84str?= =?UTF-8?q?=E8=B6=8A=E7=95=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../demo/mqtt_iot_explorer_tc_pm25_oled.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/board/TencentOS_tiny_EVB_G0/KEIL/mqtt_iot_explorer_tc_pm25/demo/mqtt_iot_explorer_tc_pm25_oled.c b/board/TencentOS_tiny_EVB_G0/KEIL/mqtt_iot_explorer_tc_pm25/demo/mqtt_iot_explorer_tc_pm25_oled.c index bff3254f..1a6ea233 100644 --- a/board/TencentOS_tiny_EVB_G0/KEIL/mqtt_iot_explorer_tc_pm25/demo/mqtt_iot_explorer_tc_pm25_oled.c +++ b/board/TencentOS_tiny_EVB_G0/KEIL/mqtt_iot_explorer_tc_pm25/demo/mqtt_iot_explorer_tc_pm25_oled.c @@ -82,7 +82,7 @@ void mqtt_demo_task(void) device_info_t dev_info; memset(&dev_info, 0, sizeof(device_info_t)); - char str[16]; + char str[30]; size_t mail_size; uint8_t report_error_count = 0; char client_token[10];