mirror of
https://github.com/liberatedsystems/RNode_Firmware_CE.git
synced 2025-05-04 15:35:37 -04:00
Increase BLE RX fifo buffer size on nRF52
This commit is contained in:
parent
9edc2224e7
commit
5fbac58550
1 changed files with 2 additions and 1 deletions
|
@ -34,7 +34,8 @@
|
|||
#elif MCU_VARIANT == MCU_NRF52
|
||||
#include <bluefruit.h>
|
||||
#include <math.h>
|
||||
BLEUart SerialBT;
|
||||
#define BLE_RX_BUF 6144
|
||||
BLEUart SerialBT(BLE_RX_BUF);
|
||||
BLEDis bledis;
|
||||
BLEBas blebas;
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue