9 lines
171 B
Text
9 lines
171 B
Text
menu "Example Configuration"
|
|
|
|
config WOLFSSL_TARGET_PORT
|
|
int "Target port"
|
|
default 11111
|
|
help
|
|
Host listening port for the example to connect.
|
|
|
|
endmenu
|