Skip to content

Commit 0fc00ab

Browse files
committed
clean up
1 parent d0677e6 commit 0fc00ab

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

libraries/Bluefruit52Lib/examples/beacon/beacon.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ uint8_t beaconUuid[16] =
2929

3030
// A valid Beacon packet consists of the following information:
3131
// UUID, Major, Minor, RSSI @ 1M
32-
BLEBeacon beacon(beaconUuid, 0x0001, 0x0000, -54);
32+
BLEBeacon beacon(beaconUuid, 0x0000, 0x0000, -54);
3333

3434
void setup()
3535
{

libraries/Bluefruit52Lib/examples/blemidi_callback/blemidi_callback.ino

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ void loop()
106106

107107
void midi_write_callback(void)
108108
{
109+
Serial.println("MIDI I/O is written");
109110
MIDI.read();
110111

111112
// There is no need to check if there are messages incoming

0 commit comments

Comments
 (0)