Kconfig.projbuild 460 B

12345678910111213141516
  1. menu "Example Configuration"
  2. config EXAMPLE_PORT
  3. string "Asio example server port number"
  4. default "2222"
  5. help
  6. Port number used by Asio example.
  7. config EXAMPLE_SERVER_IP
  8. string "Asio example server ip"
  9. default "FROM_STDIN"
  10. help
  11. Asio example server ip for this client to connect to.
  12. Leave default "FROM_STDIN" to enter the server address via serial terminal.
  13. endmenu