Increase BLE RX fifo buffer size on nRF52

master
jacob.eva 4 months ago
parent 9edc2224e7
commit 5fbac58550
No known key found for this signature in database
GPG Key ID: B92E083BBCCAA1E
  1. 3
      Bluetooth.h

@ -34,7 +34,8 @@
#elif MCU_VARIANT == MCU_NRF52 #elif MCU_VARIANT == MCU_NRF52
#include <bluefruit.h> #include <bluefruit.h>
#include <math.h> #include <math.h>
BLEUart SerialBT; #define BLE_RX_BUF 6144
BLEUart SerialBT(BLE_RX_BUF);
BLEDis bledis; BLEDis bledis;
BLEBas blebas; BLEBas blebas;
#endif #endif

Loading…
Cancel
Save