mirror of
https://github.com/espressif/esp-idf.git
synced 2025-10-04 04:19:39 +00:00
16 lines
348 B
Plaintext
16 lines
348 B
Plaintext
menu "Example 'SPP CLIENT' Config"
|
|
|
|
choice EXAMPLE_SPP_CLIENT
|
|
prompt "SPP TRANSPORT mode"
|
|
default EXAMPLE_SPP_THROUGHPUT
|
|
help
|
|
Define SPP TRANSPORT mode
|
|
|
|
config EXAMPLE_SPP_THROUGHPUT
|
|
bool "Throughput"
|
|
config EXAMPLE_SPP_RELIABLE
|
|
bool "Reliable"
|
|
endchoice
|
|
|
|
endmenu
|