Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
François Revol
firmware
Commits
f5f2d972
Verified
Commit
f5f2d972
authored
Aug 04, 2019
by
schneider
Committed by
Rahix
Aug 06, 2019
Browse files
fix(ble): Keep advertising after 60s
parent
ac5631e6
Changes
1
Hide whitespace changes
Inline
Side-by-side
epicardium/ble/ble_main.c
View file @
f5f2d972
...
...
@@ -88,7 +88,7 @@ typedef union
static
const
appAdvCfg_t
fitAdvCfg
=
{
{
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 */
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment