mirror of https://github.com/zmkfirmware/zmk.git
refactor(bluetooth): Bump HoG stack size.
* Bump the default stack size for the HoG processing thread to avoid issues w/ some pathways.
This commit is contained in:
parent
f0f7e2081b
commit
621d946d29
|
|
@ -135,7 +135,7 @@ config SYSTEM_WORKQUEUE_STACK_SIZE
|
||||||
|
|
||||||
config ZMK_BLE_THREAD_STACK_SIZE
|
config ZMK_BLE_THREAD_STACK_SIZE
|
||||||
int "BLE notify thread stack size"
|
int "BLE notify thread stack size"
|
||||||
default 512
|
default 768
|
||||||
|
|
||||||
config ZMK_BLE_THREAD_PRIORITY
|
config ZMK_BLE_THREAD_PRIORITY
|
||||||
int "BLE notify thread priority"
|
int "BLE notify thread priority"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue