Skip to content

Commit

Permalink
add to last commit for completeness
Browse files Browse the repository at this point in the history
  • Loading branch information
2bndy5 committed Jul 2, 2021
1 parent 2658760 commit d42fe5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RF24Network_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
* @brief The allocated size of the incoming frame buffer.
*
* This is the user-cache, where incoming data is stored.
* Data is stored using Frames: Header (8 bytes) + Message_Size (2 bytes) + Data (? bytes)
* Data is stored using Frames: Header (8 bytes) + Message_Size (2 bytes) + Message_Data (? bytes)
* @note Over-The-Air (OTA) transmissions don't include the message size in the transmitted packet.
*/
#define MAIN_BUFFER_SIZE (MAX_PAYLOAD_SIZE + FRAME_HEADER_SIZE)
Expand Down

0 comments on commit d42fe5e

Please sign in to comment.