Skip to content
This repository was archived by the owner on Sep 16, 2024. It is now read-only.

Commit 1eb125c

Browse files
author
iwahdan88
committed
esp32/modlora: Increased Lora Timer task stack size
1 parent 53d58f3 commit 1eb125c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

esp32/mods/modlora.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
#define LORA_DATA_QUEUE_SIZE_MAX (3)
2222
#define LORA_CB_QUEUE_SIZE_MAX (7)
2323
#define LORA_STACK_SIZE (2560)
24-
#define LORA_TIMER_STACK_SIZE (2048)
24+
#define LORA_TIMER_STACK_SIZE (3072)
2525
#define LORA_TASK_PRIORITY (6)
2626
#define LORA_TIMER_TASK_PRIORITY (8)
2727

0 commit comments

Comments
 (0)