This commit is contained in:
Ben Meadors
2022-08-18 14:21:05 -05:00
parent 1b852a254b
commit fae59fa9c9
5 changed files with 13 additions and 8 deletions

View File

@@ -209,8 +209,9 @@ void NRF52Bluetooth::shutdown()
void NRF52Bluetooth::setup()
{
Bluefruit.Periph.clearBonds();
Bluefruit.Central.clearBonds();
// Uncomment for testing
// Bluefruit.Periph.clearBonds();
// Bluefruit.Central.clearBonds();
// Initialise the Bluefruit module
DEBUG_MSG("Initialise the Bluefruit nRF52 module\n");