Skip to content

RF24Mesh v1.0.2b

Pre-release
Pre-release
Compare
Choose a tag to compare
@TMRh20 TMRh20 released this 06 Nov 01:15
· 275 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:

  • Requires updating RF24Network to v1.0.1 or higher and updating ALL RF24Mesh nodes
  • getAddress() now returns -1 if failed instead of 0
  • Shorten initial address request by 2 bytes
  • Minor clean up to dhcp function