Skip to content

Commit 47693c7

Browse files
committed
Update BLEMIDI_ArduinoBLE.h
1 parent 8dee1f7 commit 47693c7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/hardware/BLEMIDI_ArduinoBLE.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
#include <ArduinoBLE.h>
44

5-
BLEService midiService(SERVICE_UUID);
6-
BLEStringCharacteristic midiChar(CHARACTERISTIC_UUID, // standard 16-bit characteristic UUID
7-
BLERead | BLEWrite | BLENotify | BLEWriteWithoutResponse, 16); // remote clients will be able to get notifications if this characteristic changes
5+
//BLEService midiService(SERVICE_UUID);
6+
//BLEStringCharacteristic midiChar(CHARACTERISTIC_UUID, // standard 16-bit characteristic UUID
7+
// BLERead | BLEWrite | BLENotify | BLEWriteWithoutResponse, 16); // remote clients will be able to get notifications if this characteristic changes
88

99
#define BLE_POLLING
1010

0 commit comments

Comments
 (0)