Skip to content

Commit 87bd991

Browse files
Update libraries/BluetoothSerial/examples/bt_remove_paired_devices/bt_remove_paired_devices.ino
Co-authored-by: Lucas Saavedra Vaz <[email protected]>
1 parent 12e6b9a commit 87bd991

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: libraries/BluetoothSerial/examples/bt_remove_paired_devices/bt_remove_paired_devices.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ void setup(){
4343
int count = SerialBT.getNumberOfBondedDevices();
4444
if(!count){
4545
Serial.println("No bonded devices found.");
46-
}else{
46+
} else {
4747
Serial.printf("Bonded device count: %d\n", count);
4848
if(PAIR_MAX_DEVICES < count){
4949
count = PAIR_MAX_DEVICES;

0 commit comments

Comments
 (0)