Skip to content

Commit

Permalink
Fix config for ATTiny
Browse files Browse the repository at this point in the history
  • Loading branch information
TMRh20 committed Jul 31, 2020
1 parent e9a68a2 commit 8df2ed9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion RF24Network_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@
//#define DUAL_HEAD_RADIO
//#define ENABLE_SLEEP_MODE //AVR only
#define RF24NetworkMulticast
#define MAIN_BUFFER_SIZE 96 + 10
#define MAX_PAYLOAD_SIZE 72
#define MAIN_BUFFER_SIZE (MAX_PAYLOAD_SIZE + FRAME_HEADER_SIZE)
#define DISABLE_FRAGMENTATION
// Enable MAX PAYLOAD SIZE if enabling fragmentation
//#define MAX_PAYLOAD_SIZE MAIN_BUFFER_SIZE-10
Expand Down

0 comments on commit 8df2ed9

Please sign in to comment.