From b179649d19012361dc3c8d14d7ad983e970fbc2b Mon Sep 17 00:00:00 2001 From: zwsd Date: Mon, 11 Jul 2022 21:29:15 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E6=9E=90JSON=E6=8A=A5=E9=94=99?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main/gatts_demo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/gatts_demo.c b/main/gatts_demo.c index c21f9d4..99579e5 100644 --- a/main/gatts_demo.c +++ b/main/gatts_demo.c @@ -1009,7 +1009,7 @@ bool parse_rxbuffer_and_validation_data(cJSON **json_tmp) *json_tmp = cJSON_Parse(&bluetooth_rx_buffer[0]); if (*json_tmp == NULL) { - ESP_LOGE(GATTS_TAG, "ERROR json_tmp null"); + ESP_LOGE(GATTS_TAG, "parse rxbuffer nil or redundant symbol ',' "); return false; } return true;