Kconfig.projbuild 171 B

123456789
  1. menu "Example Configuration"
  2. config WOLFSSL_TARGET_PORT
  3. int "Target port"
  4. default 11111
  5. help
  6. Host listening port for the example to connect.
  7. endmenu