this is using the mbed os version 5-13-1
Diff: source/BleManager.cpp
- Branch:
- PassingRegression
- Revision:
- 108:3c8fb2c6e7bf
- Parent:
- 103:7b566b522427
- Child:
- 113:888e262ff0a9
--- a/source/BleManager.cpp Mon May 06 16:44:40 2019 +0000
+++ b/source/BleManager.cpp Mon May 06 20:18:02 2019 +0000
@@ -84,8 +84,8 @@
ble_error_t error;
- /* to show we're running we'll blink every 500ms */
- _event_queue.call_every(500, this, &SMDevice::blink);
+ /* to show we're running we'll blink every 10secs */
+ _event_queue.call_every(10000, this, &SMDevice::blink);
/* to show we're advertising we'll print status every minute */
_event_queue.call_every(60000, this, &SMDevice::reportGapState);