Skip to content

Commit

Permalink
Adjust rtl_433_ReceiverTask_Stack size, #116
Browse files Browse the repository at this point in the history
  • Loading branch information
NorthernMan54 committed Dec 17, 2023
1 parent 13171ea commit d3e27a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rtl_433_ESP.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Module* _mod = radio.getMod();

/*----------------------------- rtl_433_ESP Internals -----------------------------*/

#define rtl_433_ReceiverTask_Stack 2000
#define rtl_433_ReceiverTask_Stack 2048
#define rtl_433_ReceiverTask_Priority 2
#define rtl_433_ReceiverTask_Core 0

Expand Down

0 comments on commit d3e27a5

Please sign in to comment.