Skip to content

Commit

Permalink
Updae max payload size
Browse files Browse the repository at this point in the history
  • Loading branch information
yovio committed Dec 7, 2013
1 parent ccf0428 commit d8a46df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion librf24-rpi/librf24-bcm/RF24.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#include "RF24_config.h"
#include "./bcm2835.h"

#define MAX_PAYLOAD_SIZE 128
#define MAX_PAYLOAD_SIZE 32

/**
* Power Amplifier level.
Expand Down
2 changes: 1 addition & 1 deletion librf24-rpi/librf24/RF24.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
//#include "lib/RF24/compatibility.h"
#include "compatibility.h"

#define MAX_PAYLOAD_SIZE 128
#define MAX_PAYLOAD_SIZE 32
/**
* Power Amplifier level.
*
Expand Down

0 comments on commit d8a46df

Please sign in to comment.