v1.1.6
- CMake support
- RPi Pico SDK support
- Updates to callback functionality
- Update examples
- Update python wrapper
- Doc updates
- new Sphinx generated docs (hosted at https://rf24mesh.rtfd.io)
- Many changes, see commit history
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/librf24mesh.*
sudo rm -r /usr/local/include/RF24Mesh
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.