doc: direction_finding: fix space in file link
The line break inside the :zephyr_file: directive causes a space to be inserted into the link to the file, which means the link does not work. Signed-off-by: Ruth Fuchss <ruth.fuchss@nordicsemi.no>
This commit is contained in:
parent
2ce87533aa
commit
0b55037d63
1 changed files with 8 additions and 7 deletions
|
@ -69,11 +69,12 @@ switch patterns, then the radio loops back first pattern.
|
|||
To successfully use Direction Finding Beacon with AoD mode enabled provide
|
||||
following data related with owned antenna matrix design:
|
||||
|
||||
* provide GPIO pins to :code:`dfegpio#-gpios` propreties in
|
||||
:zephyr_file:`samples/bluetooth/direction_finding_connectionless_tx/boards/
|
||||
nrf52833dk_nrf52833.overlay` file
|
||||
* provide GPIO pins to :code:`dfegpio#-gpios` properties in
|
||||
:zephyr_file:`samples/bluetooth/direction_finding_connectionless_tx/boards/nrf52833dk_nrf52833.overlay`
|
||||
file
|
||||
* provide default antenna that will be used to transmit PDU :code:`dfe-pdu-ant`
|
||||
property in :zephyr_file:`samples/bluetooth/direction_finding_connectionless_tx/boards/
|
||||
nrf52833dk_nrf52833.overlay` file
|
||||
* update antenna patterns in :cpp:var:`ant_patterns` array in :zephyr_file:`samples/
|
||||
bluetooth/direction_finding_connectionless_tx/src/main.c`.
|
||||
property in
|
||||
:zephyr_file:`samples/bluetooth/direction_finding_connectionless_tx/boards/nrf52833dk_nrf52833.overlay`
|
||||
file
|
||||
* update antenna patterns in :cpp:var:`ant_patterns` array in
|
||||
:zephyr_file:`samples/bluetooth/direction_finding_connectionless_tx/src/main.c`.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue