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

Commit

Permalink
[v1.20.0.rc10] Release Candidate
Browse files Browse the repository at this point in the history
Increased LoRa timer task Stack Size
  • Loading branch information
iwahdan88 committed Apr 15, 2019
1 parent aa693ef commit 350eac8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion esp32/mods/modlora.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 350eac8

Please sign in to comment.