Skip to content

Commit 6664352

Browse files
committed
Merge branch 'fix/build_IDFCI-2424' into 'feature/esp_as_mcu_host'
fix(idf) : Fixes #IDFCI-2424, idf build issue See merge request app-frameworks/esp_hosted!516
2 parents bcfd914 + 5547af5 commit 6664352

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

host/drivers/transport/transport_drv.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ static void print_ext_capabilities(uint8_t * ptr)
393393
if (cap & ESP_BT_VHCI_UART_SUPPORT)
394394
ESP_LOGI(TAG, "\t * BT over UART (VHCI)");
395395
#else
396-
ESP_LOGI(TAG, "\t No extended features");
396+
ESP_LOGI(TAG, "\t No extended features. capabilities[%" PRIu32 "]", cap);
397397
#endif
398398
}
399399

idf_component.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: "0.0.17"
1+
version: "0.0.18"
22
description: ESP-Hosted provides driver such that any host can re-use ESP chipset as Wi-Fi or Bluetooth co-processor.
33
url: https://github.com/espressif/esp-hosted/tree/feature/esp_as_mcu_host
44
examples:

0 commit comments

Comments
 (0)