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