Kconfig.projbuild 451 B

123456789101112131415
  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. config EXAMPLE_EXTENDED_ADV
  8. bool
  9. default y if SOC_ESP_NIMBLE_CONTROLLER
  10. prompt "Enable Extended Adv"
  11. help
  12. Use this option to enable extended advertising in the example
  13. endmenu