We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dee1f7 commit 47693c7Copy full SHA for 47693c7
src/hardware/BLEMIDI_ArduinoBLE.h
@@ -2,9 +2,9 @@
2
3
#include <ArduinoBLE.h>
4
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
+//BLEService midiService(SERVICE_UUID);
+//BLEStringCharacteristic midiChar(CHARACTERISTIC_UUID, // standard 16-bit characteristic UUID
+// BLERead | BLEWrite | BLENotify | BLEWriteWithoutResponse, 16); // remote clients will be able to get notifications if this characteristic changes
8
9
#define BLE_POLLING
10
0 commit comments