mirror of
https://github.com/espruino/Espruino.git
synced 2025-12-08 19:06:15 +00:00
reduce op queue size. 0 resets when you disconnect BLE, but 1 seems fine
This commit is contained in:
parent
3b69cb52d0
commit
088049e5ec
@ -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. */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user