Skip to content

Commit

Permalink
#488 added important warning about nrf build side
Browse files Browse the repository at this point in the history
  • Loading branch information
knmcguire committed Oct 23, 2019
1 parent bca6b00 commit 8970f7c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/p2p_api.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ Currently peer to peer communication on the crazyflie is **in development**. Now
messages in broadcast mode, and we are going to extend this to unicast.

## Peer to Peer broadcast

Make sure to compile the NRF software without bluetooth support! So:

make clean
make BLE=0
make cload BLE=0

#### Sending P2P broadcast


Expand Down

0 comments on commit 8970f7c

Please sign in to comment.