Update spp_client_demo.c

Merges https://github.com/espressif/esp-idf/pull/1229
This commit is contained in:
Dominik Palo 2017-11-05 12:32:54 +01:00 committed by Angus Gratton
parent 4da90f09e7
commit ad8ebe5b63

View File

@ -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;
}