8000 [v1.20.0.rc10] Release Candidate · afcarl/pycom-micropython-sigfox@350eac8 · GitHub
[go: up one dir, main page]

Skip to content

Commit 350eac8

Browse files
author
iwahdan88
committed
[v1.20.0.rc10] Release Candidate
Increased LoRa timer task Stack Size
1 parent aa693ef commit 350eac8

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 (7)
2222
#define LORA_CB_QUEUE_SIZE_MAX (7)
2323
#define LORA_STACK_SIZE (4096)
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