Update BLEMIDI_ArduinoBLE.h

This commit is contained in:
lathoub 2022-03-24 10:48:28 +01:00
parent 8dee1f7d25
commit 47693c7fdc
1 changed files with 3 additions and 3 deletions

View File

@ -2,9 +2,9 @@
#include <ArduinoBLE.h> #include <ArduinoBLE.h>
BLEService midiService(SERVICE_UUID); //BLEService midiService(SERVICE_UUID);
BLEStringCharacteristic midiChar(CHARACTERISTIC_UUID, // standard 16-bit characteristic 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 // BLERead | BLEWrite | BLENotify | BLEWriteWithoutResponse, 16); // remote clients will be able to get notifications if this characteristic changes
#define BLE_POLLING #define BLE_POLLING