Kconfig.projbuild 216 B

123456789
  1. menu "Example Configuration"
  2. config BROKER_URI
  3. string "Broker URL"
  4. default "ws://mqtt.eclipse.org:80/mqtt"
  5. help
  6. URL of an mqtt broker which this example connects to.
  7. endmenu