Merge pull request #94 from jacobeva/ble-fix

Fix BLE packet corruption on nRF52
master
markqvist 4 months ago committed by GitHub
commit ead6b41259
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 3
      Bluetooth.h

@ -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…
Cancel
Save