Browse Source

fix(split): Raise split notification stack size.

* Larger stack for split peripheral notifications
  to avois stack overflow with logging on.
xmkb
Peter Johanson 2 years ago committed by Pete Johanson
parent
commit
486174fc41
  1. 2
      app/Kconfig

2
app/Kconfig

@ -192,7 +192,7 @@ if !ZMK_SPLIT_BLE_ROLE_CENTRAL @@ -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"

Loading…
Cancel
Save