Update BLEMIDI_ArduinoBLE.h
This commit is contained in:
parent
8dee1f7d25
commit
47693c7fdc
|
|
@ -2,9 +2,9 @@
|
|||
|
||||
#include <ArduinoBLE.h>
|
||||
|
||||
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
|
||||
//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
|
||||
|
||||
#define BLE_POLLING
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue