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:
parent
a24cc5d688
commit
486174fc41
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue