Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: nrf51-sdk
Fork of nRF51822 by
Revision 638:6307ad2949a7, committed 2016-11-02
- Comitter:
- Siemen
- Date:
- Wed Nov 02 14:11:43 2016 +0000
- Parent:
- 637:f7faad332abc
- Commit message:
- bug fixed advertisement interval indication
Changed in this revision
source/projectconfig.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/source/projectconfig.h Mon Apr 11 16:15:24 2016 +0000 +++ b/source/projectconfig.h Wed Nov 02 14:11:43 2016 +0000 @@ -65,7 +65,7 @@ Level 0: No debug information generated -----------------------------------------------------------------------*/ - #define CFG_DEBUG (1) + #define CFG_DEBUG (0) #if (CFG_DEBUG > 3) || (CFG_DEBUG < 0) #error "CFG_DEBUG must be a value between 0 (no debug) and 3" @@ -120,7 +120,7 @@ #define CFG_GAP_CONNECTION_SUPERVISION_TIMEOUT_MS 4000 /**< Connection supervisory timeout */ #define CFG_GAP_CONNECTION_SLAVE_LATENCY 0 /**< Slave Latency in number of connection events. */ - #define CFG_GAP_ADV_INTERVAL_MS 25 /**< The advertising interval in miliseconds, should be multiply of 0.625 */ + #define CFG_GAP_ADV_INTERVAL_MS 250 /**< The advertising interval in miliseconds, should be multiply of 0.625 */ #define CFG_GAP_ADV_TIMEOUT_S 180 /**< The advertising timeout in units of seconds. */ /*=========================================================================*/