Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion RF24Network_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
* the actual transmitted payload to 24 bytes (which is also the default behavior on ATTiny devices).
*/
#ifndef MAX_PAYLOAD_SIZE
#if defined linux || defined __linux
#if defined linux || defined __linux || !defined F_CPU || F_CPU >= 50000000
#define MAX_PAYLOAD_SIZE 1514
#else
#define MAX_PAYLOAD_SIZE 144
Expand Down