mirror of
https://github.com/1technophile/OpenMQTTGateway.git
synced 2026-02-20 00:32:04 +01:00
[BT] Increase procBLEtask stack size to avoid reset when adapting the scan parameters (#2148)
Co-authored-by: Florian <1technophile@users.noreply.github.com>
This commit is contained in:
@@ -857,9 +857,9 @@ void setupBTTasksAndBLE() {
|
||||
procBLETask, /* Function to implement the task */
|
||||
"procBLETask", /* Name of the task */
|
||||
# if defined(USE_ESP_IDF) || defined(USE_BLUFI)
|
||||
13500,
|
||||
14000,
|
||||
# else
|
||||
8500, /* Stack size in bytes */
|
||||
9000, /* Stack size in bytes */
|
||||
# endif
|
||||
NULL, /* Task input parameter */
|
||||
2, /* Priority of the task (set higher than core task) */
|
||||
|
||||
Reference in New Issue
Block a user