Compare commits

...

1 Commits

Author SHA1 Message Date
YiChin 283cb69a6b update DEFAULT_DESIRED_CONN_INTERVAL range 8~30 2020-07-17 10:34:20 +08:00
2 changed files with 5 additions and 5 deletions
@@ -4,9 +4,9 @@
#define VERSION_DATE_YEAR 20
#define VERSION_DATE_MONTH 7
#define VERSION_DATE_DAY 16
#define VERSION_DATE_HOUR 18
#define VERSION_DATE_MINUTE 19
#define VERSION_DATE_DAY 17
#define VERSION_DATE_HOUR 10
#define VERSION_DATE_MINUTE 34
// this is NOT the version hash !!
// it's the last version hash
@@ -127,11 +127,11 @@
#ifndef FEATURE_OAD
// Minimum connection interval (units of 1.25ms, 80=100ms) if automatic
// parameter update request is enabled
#define DEFAULT_DESIRED_MIN_CONN_INTERVAL 6
#define DEFAULT_DESIRED_MIN_CONN_INTERVAL 8
// Maximum connection interval (units of 1.25ms, 800=1000ms) if automatic
// parameter update request is enabled
#define DEFAULT_DESIRED_MAX_CONN_INTERVAL 6
#define DEFAULT_DESIRED_MAX_CONN_INTERVAL 30
#else //! FEATURE_OAD
// Minimum connection interval (units of 1.25ms, 8=10ms) if automatic
// parameter update request is enabled