Skip to content

Commit 4ae5af7

Browse files
committed
Corrected the MIDIBLE example so it advertises correctly
1 parent 6219491 commit 4ae5af7

File tree

1 file changed

+1
-1
lines changed
  • libraries/CurieBLE/examples/peripheral/MIDIBLE

1 file changed

+1
-1
lines changed

Diff for: libraries/CurieBLE/examples/peripheral/MIDIBLE/MIDIBLE.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ void setup() {
9696

9797
BLESetup();
9898
// advertise the service
99-
99+
BLE.advertise();
100100
Serial.println(("Bluetooth device active, waiting for connections..."));
101101
}
102102

0 commit comments

Comments
 (0)