From 486174fc4139a4364f29e97cdfa93c3245eb80f7 Mon Sep 17 00:00:00 2001 From: Peter Johanson Date: Sun, 24 Apr 2022 18:34:45 +0000 Subject: [PATCH] fix(split): Raise split notification stack size. * Larger stack for split peripheral notifications to avois stack overflow with logging on. --- app/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Kconfig b/app/Kconfig index 8b13d524..0ea557d2 100644 --- a/app/Kconfig +++ b/app/Kconfig @@ -192,7 +192,7 @@ if !ZMK_SPLIT_BLE_ROLE_CENTRAL config ZMK_SPLIT_BLE_PERIPHERAL_STACK_SIZE int "BLE split peripheral notify thread stack size" - default 512 + default 650 config ZMK_SPLIT_BLE_PERIPHERAL_PRIORITY int "BLE split peripheral notify thread priority"