Skip to content

Commit

Permalink
fixed custom advertisement data interval and timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
dakhnod committed Jun 18, 2024
1 parent b7fa9c3 commit 6866e2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/config/feature_config.template.h.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -106,13 +106,13 @@

// <o>Custom data advertisement interval (ms) <500-5000>
#ifndef ADVERTISEMENT_INTERVAL_CUSTOM_DATA
#define ADVERTISEMENT_INTERVAL_CUSTOM_DATA 1000
#define ADVERTISEMENT_INTERVAL_CUSTOM_DATA 5000
#endif

// <o>Custom data advertisement duration (s) <0-1440>
// <i>Set to 0 for infinite
#ifndef ADVERTISEMENT_TIMEOUT_CUSTOM_DATA
#define ADVERTISEMENT_TIMEOUT_CUSTOM_DATA 300
#define ADVERTISEMENT_TIMEOUT_CUSTOM_DATA 0
#endif

// <o>Custom advertisement data
Expand Down

0 comments on commit 6866e2a

Please sign in to comment.