-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump the rf24-submodules group across 1 directory with 3 updates (#75)
* Bump the rf24-submodules group across 1 directory with 3 updates Bumps the rf24-submodules group with 3 updates in the / directory: [RF24](https://github.com/nRF24/RF24), [RF24Network](https://github.com/nRF24/RF24Network) and [RF24Mesh](https://github.com/nRF24/RF24Mesh). Updates `RF24` from `0aac3d5` to `bbffb50` - [Release notes](https://github.com/nRF24/RF24/releases) - [Commits](nRF24/RF24@0aac3d5...bbffb50) Updates `RF24Network` from `219d055` to `bdd05ae` - [Release notes](https://github.com/nRF24/RF24Network/releases) - [Commits](nRF24/RF24Network@219d055...bdd05ae) Updates `RF24Mesh` from `8f030b4` to `2f5aea2` - [Release notes](https://github.com/nRF24/RF24Mesh/releases) - [Commits](nRF24/RF24Mesh@8f030b4...2f5aea2) --- updated-dependencies: - dependency-name: RF24 dependency-type: direct:production dependency-group: rf24-submodules - dependency-name: RF24Network dependency-type: direct:production dependency-group: rf24-submodules - dependency-name: RF24Mesh dependency-type: direct:production dependency-group: rf24-submodules ... Signed-off-by: dependabot[bot] <[email protected]> * expose binding for new releaseAddress() overload For master nodes only * [CMake] add support for new flags - support RF24MESH_CONN_CHECK_TYPE flag - support MESH_CONNECTION_CHECK_ATTEMPTS flag also reviewed using_flags.cmake script --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Brendan <[email protected]>
- Loading branch information
1 parent
616cd35
commit 5f740ab
Showing
6 changed files
with
83 additions
and
28 deletions.
There are no files selected for viewing
Submodule RF24
updated
10 files
Submodule RF24Mesh
updated
12 files
+2 −0 | .github/workflows/build_arduino.yml | |
+1 −1 | .github/workflows/doxygen.yml | |
+3 −4 | CMakeLists.txt | |
+49 −10 | RF24Mesh.cpp | |
+22 −1 | RF24Mesh.h | |
+29 −0 | RF24Mesh_config.h | |
+22 −20 | cmake/AutoConfig_RF24_DRIVER.cmake | |
+102 −43 | docs/doxygen-custom.css | |
+5 −11 | examples_RPi/CMakeLists.txt | |
+10 −14 | examples_RPi/ncurses/RF24Mesh_Ncurses_Master.cpp | |
+30 −5 | pyRF24Mesh/pyRF24Mesh.cpp | |
+0 −1 | pyRF24Mesh/setup.py |
Submodule RF24Network
updated
12 files
+1 −1 | .github/workflows/doxygen.yml | |
+0 −5 | CMakeLists.txt | |
+3 −1 | RF24Network.cpp | |
+1 −1 | RF24Network.h | |
+6 −6 | RF24Network_config.h | |
+22 −20 | cmake/AutoConfig_RF24_DRIVER.cmake | |
+6 −0 | docs/addressing.md | |
+2 −0 | docs/advanced_config.md | |
+102 −43 | docs/doxygen-custom.css | |
+2 −1 | docs/main_page.md | |
+26 −11 | docs/tuning.md | |
+5 −11 | examples_RPi/CMakeLists.txt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters