Skip to content

Commit

Permalink
#488 remove warning about compiling with bluetooth
Browse files Browse the repository at this point in the history
  • Loading branch information
knmcguire committed Jun 30, 2020
1 parent 8212e89 commit 3a53e7b
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions docs/functional-areas/p2p_api.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,6 @@ Furthermore, P2P packets are only sent and received from the 2.4GHz internal Cra
The maximum data payload contained in a P2P packet is ```P2P_MAX_DATA_SIZE```. It is currently set to 60Bytes.

## Using the P2P API
Make sure to compile the NRF software without bluetooth support for P2P to work properly.
You can do so by cloning the [crazyflie2-nrf-firmware](https://github.com/bitcraze/crazyflie2-nrf-firmware) and then compiling and flashing the firmware without bluetooth support:
```bash
cd crazyflie2-nrf-firmware
make clean
make BLE=0
make cload BLE=0
```
Functions and structures are defined in the header file [src/hal/interface/radiolink.h](https://github.com/bitcraze/crazyflie-firmware/blob/master/src/hal/interface/radiolink.h)

## Peer to Peer broadcast
Expand Down

0 comments on commit 3a53e7b

Please sign in to comment.