Skip to content

RF24Mesh v1.0.3b

Pre-release
Pre-release
Compare
Choose a tag to compare
@TMRh20 TMRh20 released this 27 Nov 14:04
· 270 commits to master since this release

Mesh networking for nrf24l01+ and compatible radio modules. Based on optimized RF24Network and RF24 libraries by TMRh20.

See http://tmrh20.github.io/RF24Mesh for documentation.

Changes:

  • Fix static address assignment & allow manual modification of addresses via setAddress() function
  • Add setChild() function to selectively prevent children from discovering & attaching to individual nodes
  • Minor changes