fix(split): Raise split notification stack size.

* Larger stack for split peripheral notifications
  to avois stack overflow with logging on.
This commit is contained in:
Peter Johanson 2022-04-24 18:34:45 +00:00 committed by Pete Johanson
parent a24cc5d688
commit 486174fc41
1 changed files with 1 additions and 1 deletions

View File

@ -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"