Kconfig.projbuild 214 B

1234567
  1. menu "Example Configuration"
  2. config EXAMPLE_HTTP_ENDPOINT
  3. string "Example HTTP Endpoint"
  4. default "httpbin.org"
  5. help
  6. Target endpoint host-name for the example to use.
  7. endmenu