mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
11 lines
241 B
Plaintext
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
|