Skip to content

Commit f604a2c

Browse files
committed
fix ci
1 parent 1a6a88a commit f604a2c

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

libraries/Bluefruit52Lib/examples/Central/central_pairing/central_pairing.ino

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -89,14 +89,14 @@ void setup()
8989
Bluefruit.begin(0, 1);
9090

9191
// clear bonds if BUTTON A is pressed
92-
Serial.println("Hold button A to clear bonds ..... ");
93-
Serial.flush();
94-
delay(2000);
95-
if (0 == digitalRead(PIN_BUTTON1))
96-
{
97-
Serial.println("Clear all central bonds");
98-
Bluefruit.Central.clearBonds();
99-
}
92+
// Serial.println("Hold button A to clear bonds ..... ");
93+
// Serial.flush();
94+
// delay(2000);
95+
// if (0 == digitalRead(PIN_BUTTON1))
96+
// {
97+
// Serial.println("Clear all central bonds");
98+
// Bluefruit.Central.clearBonds();
99+
// }
100100

101101
// To use dynamic PassKey for pairing, we need to have
102102
// - IO capacities at least DISPPLAY

libraries/Bluefruit52Lib/examples/Peripheral/ancs_arcada/.cluenrf52840.test.only

Whitespace-only changes.

libraries/Bluefruit52Lib/examples/Peripheral/ancs_arcada/.cplaynrf52840.test.only

Whitespace-only changes.

0 commit comments

Comments
 (0)