8000 esp32/modlora: Increased Lora Timer task stack size · ubirch/pycom-micropython-sigfox@beec16c · GitHub
[go: up one dir, main page]

Skip to content

Commit beec16c

Browse files
iwahdan88thinkberg
authored andcommitted
esp32/modlora: Increased Lora Timer task stack size
1 parent 5aabd2c commit beec16c

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)
0