Kconfig.projbuild 235 B

123456789
  1. menu "Example Configuration"
  2. config EXAMPLE_PEER_ADDR
  3. string "Peer Address"
  4. default "ADDR_ANY"
  5. help
  6. Enter the peer address in aa:bb:cc:dd:ee:ff form to connect to a specific peripheral
  7. endmenu