Skip to content

v1.0.16

Compare
Choose a tag to compare
@TMRh20 TMRh20 released this 28 Nov 12:47
· 66 commits to master since this release
6dcd5f8

Many changes, see commit history for more info

  • CMake support
  • RPi Pico SDK support
  • Documentation Updates
  • update some examples
  • see #176 for more details

Warning for installing from the packaged release assets (.deb or .rpm files below)

If you have previously installed the library from source code using the traditional make; sudo make install, then you will need to uninstall it manually to avoid runtime conflicts.

sudo rm /usr/local/lib/librf24network.*
sudo rm -r /usr/local/include/RF24Network

This is because the Linux package manager puts the newly installed library into a /usr/lib and /usr/include folders. Installing from source will put the library in /usr/local/lib and /usr/local/include folders.