update connection interval

This commit is contained in:
weiting2
2020-07-10 15:06:10 +08:00
parent 998e609823
commit 93deaea1f3
2 changed files with 6 additions and 6 deletions
@@ -134,7 +134,7 @@ uint8_t KEY_INSTEAD_UART = 0;
// Initial minimum connection interval (units of 1.25 ms.)
//#define INITIAL_MAX_CONN_INTERVAL 320
#define INITIAL_MAX_CONN_INTERVAL 320
#define INITIAL_MAX_CONN_INTERVAL 30
// Initial slave latency
#define INITIAL_SLAVE_LATENCY 0
@@ -157,7 +157,7 @@ uint8_t KEY_INSTEAD_UART = 0;
// Maximum connection interval (units of 1.25ms) if automatic parameter update
// request is enabled
//#define DEFAULT_UPDATE_MAX_CONN_INTERVAL 160
#define DEFAULT_UPDATE_MAX_CONN_INTERVAL 320
#define DEFAULT_UPDATE_MAX_CONN_INTERVAL 30
// Slave latency to use if automatic parameter update request is enabled
#define DEFAULT_UPDATE_SLAVE_LATENCY 0
@@ -4,13 +4,13 @@
#define VERSION_DATE_YEAR 20
#define VERSION_DATE_MONTH 7
#define VERSION_DATE_DAY 8
#define VERSION_DATE_HOUR 17
#define VERSION_DATE_MINUTE 33
#define VERSION_DATE_DAY 10
#define VERSION_DATE_HOUR 15
#define VERSION_DATE_MINUTE 5
// this is NOT the version hash !!
// it's the last version hash
#define VERSION_HASH 8f9aee55eba0f05cf5e06b7fe5006827274dd388
#define VERSION_HASH 998e6098231c4cad10d180078c0fed7ce0f6161d
#define VERSION_GIT_BRANCH simple_central_ma_pin
#endif