v1.0.16
Many changes, see commit history for more info
- CMake support
- RPi Pico SDK support
- Documentation Updates
- private members now have explanatory comments in the source code
- new Sphinx generated docs (hosted at https://rf24network.rtfd.io)
- 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.