mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
5a0aa4bd8e
The existing example has some issues which are now fixed. 1. Original example had legacy_pdu set which was not causing the PHY to actually change. Fixed this 2. Added a way to initiate connection directly on 2M or Coded Phy.
10 lines
235 B
Plaintext
10 lines
235 B
Plaintext
menu "Example Configuration"
|
|
|
|
config EXAMPLE_PEER_ADDR
|
|
string "Peer Address"
|
|
default "ADDR_ANY"
|
|
help
|
|
Enter the peer address in aa:bb:cc:dd:ee:ff form to connect to a specific peripheral
|
|
|
|
endmenu
|