Skip to content
Snippets Groups Projects
Verified Commit f5f2d972 authored by schneider's avatar schneider Committed by rahix
Browse files

fix(ble): Keep advertising after 60s

parent ac5631e6
No related branches found
No related tags found
No related merge requests found
...@@ -88,7 +88,7 @@ typedef union ...@@ -88,7 +88,7 @@ typedef union
static const appAdvCfg_t fitAdvCfg = static const appAdvCfg_t fitAdvCfg =
{ {
{60000, 0, 0}, /*! Advertising durations in ms */ {60000, 0, 0}, /*! Advertising durations in ms */
{ 800, 0, 0} /*! Advertising intervals in 0.625 ms units */ {500/0.625, 4000/0.625, 0} /*! Advertising intervals in 0.625 ms units */
}; };
/*! configurable parameters for slave */ /*! configurable parameters for slave */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment