Ble for smart sOlutions

Dependencies:   Adafruit_WS2801

Revision:
11:d6ed1437c2ee
Parent:
10:d845189d146e
diff -r d845189d146e -r d6ed1437c2ee source/InterestService.cpp
--- a/source/InterestService.cpp	Fri Jun 14 10:24:57 2019 +0200
+++ b/source/InterestService.cpp	Thu Jun 20 13:20:24 2019 +0200
@@ -105,7 +105,6 @@
             interests[2] = ptr->interest3;
             interests[3] = ptr->interest4;
             interests[4] = ptr->interest5;
-            //TODO: wRITE THIS TO THE GATTSERVER
             ble.gattServer().write(interestCharacteristic.getValueHandle(), (uint8_t *) &interests, sizeof(interests_T));
 
             printf("[PERIPHERAL]\t Interests should now be set to: %8x,%8x,%8x,%8x,%8x \r\n",