kopia lustrzana https://github.com/espressif/esp-idf
Rename controller_hci_uart_esp32c3 to controller_hci_uart_esp32c3_and_esp32s3
rodzic
b08c3a022a
commit
8dc3392b3f
|
@ -12,11 +12,11 @@ Demonstrates interaction with controller through HCI over UART on ESP32.
|
|||
|
||||
See the [README.md](./controller_hci_uart_esp32/README.md) file in the example [controller_hci_uart](./controller_hci_uart_esp32).
|
||||
|
||||
## controller_hci_uart_esp32c3
|
||||
## controller_hci_uart_esp32c3_and_esp32s3
|
||||
|
||||
Demonstrates interaction with controller through HCI over UART on ESP32-C3.
|
||||
Demonstrates interaction with controller through HCI over UART on ESP32-C3/ESP32-S3.
|
||||
|
||||
See the [README.md](./controller_hci_uart_esp32c3/README.md) file in the example [controller_hci_uart](./controller_hci_uart_esp32c3).
|
||||
See the [README.md](./controller_hci_uart_esp32c3_and_esp32s3/README.md) file in the example [controller_hci_uart_esp32c3_and_esp32s3](./controller_hci_uart_esp32c3_and_esp32s3).
|
||||
|
||||
## controller_vhci_ble_adv
|
||||
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
idf_component_register(SRCS "uhci_uart_demo.c"
|
||||
INCLUDE_DIRS "")
|
|
@ -0,0 +1,2 @@
|
|||
idf_component_register(SRCS "main.c"
|
||||
INCLUDE_DIRS "")
|
Ładowanie…
Reference in New Issue