reduce op queue size. 0 resets when you disconnect BLE, but 1 seems fine

This commit is contained in:
Gordon Williams 2016-03-04 16:11:37 +00:00
parent 3b69cb52d0
commit 088049e5ec

View File

@ -64,7 +64,7 @@ of beta. */
// but it seems to work fine like this.
#define APP_TIMER_PRESCALER 0 /**< Value of the RTC1 PRESCALER register. */
#define APP_TIMER_OP_QUEUE_SIZE 4 /**< Size of timer operation queues. */
#define APP_TIMER_OP_QUEUE_SIZE 1 /**< Size of timer operation queues. */
#define MIN_CONN_INTERVAL MSEC_TO_UNITS(20, UNIT_1_25_MS) /**< Minimum acceptable connection interval (20 ms), Connection interval uses 1.25 ms units. */
#define MAX_CONN_INTERVAL MSEC_TO_UNITS(75, UNIT_1_25_MS) /**< Maximum acceptable connection interval (75 ms), Connection interval uses 1.25 ms units. */