From 328cfa9396d9c3dd1a6fce2c8e9348712a0a5a12 Mon Sep 17 00:00:00 2001 From: zwsd Date: Thu, 21 Jul 2022 18:25:05 +0800 Subject: [PATCH] update --- main/ble_parse_data.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/main/ble_parse_data.c b/main/ble_parse_data.c index 352b2ff..d1367c1 100644 --- a/main/ble_parse_data.c +++ b/main/ble_parse_data.c @@ -8,8 +8,6 @@ static bluetooth_processer_t *parse_bluetooth_processer; uint8_t bluetooth_rx_buffer_len = 0; -bool test_flag; - void constructor_bluetooth_processer(bluetooth_processer_t *bluetooth_processer) { parse_bluetooth_processer = bluetooth_processer; } void bluetooth_gatts_try_process_data() { @@ -38,7 +36,6 @@ void bluetooth_gatts_try_process_data() { } if (strcmp(parse_bluetooth_processer->order, get_status) == 0) { ESP_LOGI(BLE_PARSE_DATA_TAG, get_status); - test_flag = true; // receipt_json_get_status(); } // if (strcmp(parse_bluetooth_processer->order, "deviceStatusReport") == 0)