forked from kofal.net/zmk
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:
committed by
Pete Johanson
parent
a24cc5d688
commit
486174fc41
@@ -192,7 +192,7 @@ if !ZMK_SPLIT_BLE_ROLE_CENTRAL
|
|||||||
|
|
||||||
config ZMK_SPLIT_BLE_PERIPHERAL_STACK_SIZE
|
config ZMK_SPLIT_BLE_PERIPHERAL_STACK_SIZE
|
||||||
int "BLE split peripheral notify thread stack size"
|
int "BLE split peripheral notify thread stack size"
|
||||||
default 512
|
default 650
|
||||||
|
|
||||||
config ZMK_SPLIT_BLE_PERIPHERAL_PRIORITY
|
config ZMK_SPLIT_BLE_PERIPHERAL_PRIORITY
|
||||||
int "BLE split peripheral notify thread priority"
|
int "BLE split peripheral notify thread priority"
|
||||||
|
|||||||
Reference in New Issue
Block a user