Ble for smart sOlutions

Dependencies:   Adafruit_WS2801

Revision:
7:9cda1b0f25ae
Parent:
6:ee9c86f06eae
Child:
11:d6ed1437c2ee
--- a/source/BleDevicePeripheral.h	Mon May 20 09:55:38 2019 +0200
+++ b/source/BleDevicePeripheral.h	Mon May 20 13:20:35 2019 +0200
@@ -24,6 +24,8 @@
     /** This is called by Gap to notify the application we connected,
      *  in our case it immediately requests a change in link security */
     virtual void onConnectionComplete(const ble::ConnectionCompleteEvent &event);
+
+    virtual ~BleDevicePeripheral();
 };