From 350eac8c9ead7f76411e36730c2a2389b463ffcc Mon Sep 17 00:00:00 2001 From: iwahdan88 Date: Tue, 16 Apr 2019 00:53:44 +0200 Subject: [PATCH] [v1.20.0.rc10] Release Candidate Increased LoRa timer task Stack Size --- esp32/mods/modlora.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esp32/mods/modlora.h b/esp32/mods/modlora.h index 427f7c5d9c..5b599b7c6d 100644 --- a/esp32/mods/modlora.h +++ b/esp32/mods/modlora.h @@ -21,7 +21,7 @@ #define LORA_DATA_QUEUE_SIZE_MAX (7) #define LORA_CB_QUEUE_SIZE_MAX (7) #define LORA_STACK_SIZE (4096) -#define LORA_TIMER_STACK_SIZE (2048) +#define LORA_TIMER_STACK_SIZE (3072) #define LORA_TASK_PRIORITY (6) #define LORA_TIMER_TASK_PRIORITY (8)