Ble for smart sOlutions

Dependencies:   Adafruit_WS2801

Revision:
7:9cda1b0f25ae
Parent:
6:ee9c86f06eae
Child:
9:92d861703f96
diff -r ee9c86f06eae -r 9cda1b0f25ae source/InterestService.h
--- a/source/InterestService.h	Mon May 20 09:55:38 2019 +0200
+++ b/source/InterestService.h	Mon May 20 13:20:35 2019 +0200
@@ -21,7 +21,7 @@
 public:
     virtual ~InterestService();
 
-    typedef int interests_T[5];
+    typedef int interests_T[20];
     InterestService(BLE &ble);
     virtual void onDataWritten(const GattWriteCallbackParams *writeParams);
     int readFromFs();