esp-idf/examples/bluetooth/hci/controller_hci_uart_esp32c3/main/Kconfig.projbuild

11 lines
241 B
Plaintext

menu "Example Configuration"
config EXAMPLE_HCI_UART_BAUDRATE
int "UART Baudrate for HCI"
range 115200 921600
default 115200
help
UART Baudrate for HCI. Please use standard baudrate.
endmenu