mirror of
https://github.com/markqvist/RNode_Firmware.git
synced 2025-06-29 17:07:14 -04:00
Merge pull request #94 from jacobeva/ble-fix
Fix BLE packet corruption on nRF52
This commit is contained in:
commit
ead6b41259
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue