Update spp_client_demo.c

Merges https://github.com/espressif/esp-idf/pull/1229
pull/1249/merge
Dominik Palo 2017-11-05 12:32:54 +01:00 zatwierdzone przez Angus Gratton
rodzic 4da90f09e7
commit ad8ebe5b63
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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 //the unit of the duration is second
uint32_t duration = 0xFFFF; 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); esp_ble_gap_start_scanning(duration);
break; break;
} }