
Send continuous stream to mobile
Fork of pdiot-ble-notify-array by
Diff: source/main.cpp
- Revision:
- 1:cd85f873e10d
- Parent:
- 0:3fe9d5124576
- Child:
- 5:b630d2a88c51
--- a/source/main.cpp Tue Jul 26 14:37:15 2016 +0100 +++ b/source/main.cpp Thu Jul 28 23:14:28 2016 +0100 @@ -97,7 +97,7 @@ int main() { - eventQueue.post_every(blinkCallback, 500); + eventQueue.post_every(500, blinkCallback); BLE &ble = BLE::Instance(); ble.onEventsToProcess(scheduleBleEventsProcessing);