Skip to content

Commit

Permalink
Merge pull request #13 from reixd/feature/fragmentation_v2
Browse files Browse the repository at this point in the history
Merge Pull request from https://github.com/reixd 
Feature(s): Extended support for very long payloads with fragmentation/reassembly
  • Loading branch information
TMRh20 committed Sep 10, 2014
2 parents 1b0f3c9 + f454415 commit 68aee19
Show file tree
Hide file tree
Showing 4 changed files with 477 additions and 268 deletions.
2 changes: 1 addition & 1 deletion RPi/RF24Network/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ LIBNAME_RFN=$(LIB_RFN).so.1.0
HEADER_DIR=${PREFIX}/include/RF24Network

# The recommended compiler flags for the Raspberry Pi
CCFLAGS=-Ofast -mfpu=vfp -mfloat-abi=hard -march=armv6zk -mtune=arm1176jzf-s
CCFLAGS=-Ofast -mfpu=vfp -mfloat-abi=hard -march=armv6zk -mtune=arm1176jzf-s -std=c++0x

# make all
# reinstall the library after each recompilation
Expand Down
Loading

0 comments on commit 68aee19

Please sign in to comment.