Skip to content

Commit

Permalink
Tuning from #87 and #99
Browse files Browse the repository at this point in the history
  • Loading branch information
NorthernMan54 committed Sep 28, 2023
1 parent 24f8799 commit dc61aa0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/rtl_433_ESP.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Module* _mod = radio.getMod();

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

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

Expand Down
2 changes: 1 addition & 1 deletion src/rtl_433_ESP.h
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
# define MINIMUM_SIGNAL_LENGTH 40000
#else
# define MINIMUM_PULSE_LENGTH 30
# define MINIMUM_SIGNAL_LENGTH 5000
# define MINIMUM_SIGNAL_LENGTH 500
#endif

// SX127X OOK Reception Floor
Expand Down

0 comments on commit dc61aa0

Please sign in to comment.