We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12e6b9a commit 87bd991Copy full SHA for 87bd991
libraries/BluetoothSerial/examples/bt_remove_paired_devices/bt_remove_paired_devices.ino
@@ -43,7 +43,7 @@ void setup(){
43
int count = SerialBT.getNumberOfBondedDevices();
44
if(!count){
45
Serial.println("No bonded devices found.");
46
- }else{
+ } else {
47
Serial.printf("Bonded device count: %d\n", count);
48
if(PAIR_MAX_DEVICES < count){
49
count = PAIR_MAX_DEVICES;
0 commit comments