Skip to content

Commit 07576fe

Browse files
committed
test
1 parent 6dbe025 commit 07576fe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libraries/BluetoothSerial/examples/bt_classic_device_discovery/bt_classic_device_discovery.ino

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ void setup() {
2424
SerialBT.begin("ESP32test"); //Bluetooth device name
2525
Serial.println("The device started, now you can pair it with bluetooth!");
2626

27+
2728
if (btScanAsync) {
2829
Serial.print("Starting asynchronous discovery... ");
2930
if (SerialBT.discoverAsync(btAdvertisedDeviceFound)) {

0 commit comments

Comments
 (0)