From: Dominik Palo Date: Sun, 5 Nov 2017 11:32:54 +0000 (+0100) Subject: Update spp_client_demo.c X-Git-Tag: v3.1-dev~48^2~6 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ad8ebe5b6346b1da81c05e5e95a78d4089524083;p=esp-idf Update spp_client_demo.c Merges https://github.com/espressif/esp-idf/pull/1229 --- diff --git a/examples/bluetooth/ble_spp_client/main/spp_client_demo.c b/examples/bluetooth/ble_spp_client/main/spp_client_demo.c index 9eadc13b7f..0cc082297a 100644 --- a/examples/bluetooth/ble_spp_client/main/spp_client_demo.c +++ b/examples/bluetooth/ble_spp_client/main/spp_client_demo.c @@ -601,7 +601,7 @@ static void esp_gap_cb(esp_gap_ble_cb_event_t event, esp_ble_gap_cb_param_t *par } //the unit of the duration is second uint32_t duration = 0xFFFF; - ESP_LOGE(GATTC_TAG, "Enable Ble Scan:during time 0x%04X minutes.",duration); + ESP_LOGI(GATTC_TAG, "Enable Ble Scan:during time 0x%04X minutes.",duration); esp_ble_gap_start_scanning(duration); break; }