esp-idf/examples/protocols/sockets/tcp_server/main/Kconfig.projbuild

20 wiersze
358 B
Plaintext
Czysty Zwykły widok Historia

2018-10-02 14:33:16 +00:00
menu "Example Configuration"
config EXAMPLE_IPV4
bool "IPV4"
default y
config EXAMPLE_IPV6
bool "IPV6"
default n
select EXAMPLE_CONNECT_IPV6
config EXAMPLE_PORT
int "Port"
range 0 65535
default 3333
help
Local port the example server will listen on.
2018-10-02 14:33:16 +00:00
endmenu