Skip to content

Commit

Permalink
Bump the rf24-submodules group across 1 directory with 3 updates (#84)
Browse files Browse the repository at this point in the history
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 `bbffb50` to `3bbcce8`
- [Release notes](https://github.com/nRF24/RF24/releases)
- [Commits](nRF24/RF24@bbffb50...3bbcce8)

Updates `RF24Network` from `bdd05ae` to `81efd92`
- [Release notes](https://github.com/nRF24/RF24Network/releases)
- [Commits](nRF24/RF24Network@bdd05ae...81efd92)

Updates `RF24Mesh` from `2f5aea2` to `5fb9aeb`
- [Release notes](https://github.com/nRF24/RF24Mesh/releases)
- [Commits](nRF24/RF24Mesh@2f5aea2...5fb9aeb)

---
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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 5, 2024
1 parent e6e7970 commit 2618ce3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion RF24
Submodule RF24 updated 162 files
2 changes: 1 addition & 1 deletion RF24Mesh
Submodule RF24Mesh updated 37 files
+25 −0 .github/doxygen.py
+23 −15 .readthedocs.yaml
+1 −20 docs/Doxyfile
+ docs/images/Logo large.png
+ docs/images/favicon.ico
+0 −20 docs/sphinx/Makefile
+0 −3 docs/sphinx/README.md
+0 −5 docs/sphinx/RF24Mesh_8h.rst
+0 −4 docs/sphinx/RF24Mesh__config_8h.rst
+0 −20 docs/sphinx/_static/custom_material.css
+0 −73 docs/sphinx/classRF24Mesh.rst
+0 −186 docs/sphinx/conf.py
+0 −5 docs/sphinx/deprecated.rst
+0 −44 docs/sphinx/examples.rst
+0 −5 docs/sphinx/examples/Arduino/RF24Mesh_Example.rst
+0 −5 docs/sphinx/examples/Arduino/RF24Mesh_Example_Master.rst
+0 −5 docs/sphinx/examples/Arduino/RF24Mesh_Example_Node2Node.rst
+0 −5 docs/sphinx/examples/Arduino/RF24Mesh_Example_Node2NodeExtra.rst
+0 −5 docs/sphinx/examples/Arduino/RF24Mesh_SerialConfig.rst
+0 −6 docs/sphinx/examples/Linux/RF24Mesh_Example.rst
+0 −6 docs/sphinx/examples/Linux/RF24Mesh_Example_Master.rst
+0 −10 docs/sphinx/examples/Linux/RF24Mesh_Ncurses_Master.rst
+0 −8 docs/sphinx/examples/PicoSDK/RF24Mesh_Example.rst
+0 −8 docs/sphinx/examples/PicoSDK/RF24Mesh_Example_Master.rst
+0 −5 docs/sphinx/examples/PicoSDK/default_pins.rst
+0 −7 docs/sphinx/examples/Python/RF24Mesh_Example.rst
+0 −7 docs/sphinx/examples/Python/RF24Mesh_Example_Master.rst
+0 −37 docs/sphinx/index.rst
+0 −35 docs/sphinx/make.bat
+0 −5 docs/sphinx/md_contributing.rst
+0 −5 docs/sphinx/md_docs_general_usage.rst
+0 −5 docs/sphinx/md_docs_setup_config.rst
+0 −9 docs/sphinx/pages.rst
+0 −2 docs/sphinx/requirements.txt
+25 −0 pyRF24Mesh/README.md
+15 −0 pyRF24Mesh/pyproject.toml
+4 −24 pyRF24Mesh/setup.py
2 changes: 1 addition & 1 deletion RF24Network
Submodule RF24Network updated 42 files
+25 −0 .github/doxygen.py
+23 −15 .readthedocs.yaml
+25 −0 RPi/pyRF24Network/README.md
+15 −0 RPi/pyRF24Network/pyproject.toml
+4 −25 RPi/pyRF24Network/setup.py
+1 −35 docs/Doxyfile
+ docs/images/Logo large.png
+ docs/images/favicon.ico
+0 −20 docs/sphinx/Makefile
+0 −3 docs/sphinx/README.md
+0 −6 docs/sphinx/RF24Network__config_8h.rst
+0 −20 docs/sphinx/_static/custom_material.css
+0 −72 docs/sphinx/classRF24Network.rst
+0 −185 docs/sphinx/conf.py
+0 −5 docs/sphinx/deprecated.rst
+0 −47 docs/sphinx/examples.rst
+0 −5 docs/sphinx/examples/Arduino/Network_Ping.rst
+0 −21 docs/sphinx/examples/Arduino/Network_Ping_Sleep.rst
+0 −5 docs/sphinx/examples/Arduino/Network_Priority_RX.rst
+0 −5 docs/sphinx/examples/Arduino/Network_Priority_TX.rst
+0 −5 docs/sphinx/examples/Arduino/helloworld_rx.rst
+0 −5 docs/sphinx/examples/Arduino/helloworld_rx_advanced.rst
+0 −5 docs/sphinx/examples/Arduino/helloworld_tx.rst
+0 −5 docs/sphinx/examples/Arduino/helloworld_tx_advanced.rst
+0 −6 docs/sphinx/examples/Linux/helloworld_rx.rst
+0 −6 docs/sphinx/examples/Linux/helloworld_tx.rst
+0 −5 docs/sphinx/examples/PicoSDK/default_pins.rst
+0 −9 docs/sphinx/examples/PicoSDK/helloworld_rx.rst
+0 −9 docs/sphinx/examples/PicoSDK/helloworld_tx.rst
+0 −7 docs/sphinx/examples/Python/helloworld_rx.rst
+0 −7 docs/sphinx/examples/Python/helloworld_tx.rst
+0 −14 docs/sphinx/group__DEFINED_TYPES.rst
+0 −44 docs/sphinx/index.rst
+0 −35 docs/sphinx/make.bat
+0 −5 docs/sphinx/md_contributing.rst
+0 −5 docs/sphinx/md_docs_addressing.rst
+0 −5 docs/sphinx/md_docs_advanced_config.rst
+0 −5 docs/sphinx/md_docs_tuning.rst
+0 −5 docs/sphinx/md_docs_zigabee.rst
+0 −8 docs/sphinx/net_payload_structs.rst
+0 −11 docs/sphinx/pages.rst
+0 −2 docs/sphinx/requirements.txt

0 comments on commit 2618ce3

Please sign in to comment.