Skip to content

Commit

Permalink
Fix for ATtiny - buffer size declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
TMRh20 committed Aug 2, 2015
1 parent c88ccdc commit e60d6ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RF24Network_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@
//#define ENABLE_SLEEP_MODE //AVR only
#define RF24NetworkMulticast
#define DISABLE_FRAGMENTATION
//#define MAX_PAYLOAD_SIZE 96
#define NUM_USER_PAYLOADS 3
#define MAIN_BUFFER_SIZE 96 + 10
//#define MAX_PAYLOAD_SIZE MAIN_BUFFER_SIZE-10
//#define DISABLE_USER_PAYLOADS
#endif
/*************************************/
Expand Down

0 comments on commit e60d6ea

Please sign in to comment.