Skip to content

Commit 0f00264

Browse files
committed
clean up nrf_to_nrf stuff after cherry-picking v2.x fixes
bump doxygen version
1 parent 811cfd2 commit 0f00264

File tree

9 files changed

+2
-356
lines changed

9 files changed

+2
-356
lines changed

.github/workflows/build_nrf_to_nrf.yml

Lines changed: 0 additions & 25 deletions
This file was deleted.

.github/workflows/doxygen.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,6 @@ jobs:
3131
build-docs:
3232
uses: nRF24/.github/.github/workflows/build_docs.yaml@main
3333
with:
34+
doxygen-version: '1.13.2'
3435
deploy-gh-pages: ${{ github.event_name == 'release' || (github.event_name == 'workflow_dispatch' && github.ref == 'refs/heads/master') }}
3536
secrets: inherit

.readthedocs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ build:
1515
commands:
1616
# Install doxygen from source distributions (conda forge does not keep up-to-date doxygen releases)
1717
- >
18-
DOXYGEN_VERSION="1.12.0" &&
18+
DOXYGEN_VERSION="1.13.2" &&
1919
mkdir .doxygen && cd .doxygen &&
2020
echo $(pwd) &&
2121
echo "https://sourceforge.net/projects/doxygen/files/rel-$DOXYGEN_VERSION/doxygen-$DOXYGEN_VERSION.linux.bin.tar.gz" &&

RF24Network.h

Lines changed: 0 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1047,36 +1047,4 @@ class RF24Network
10471047
* An example of handling/prioritizing different types of data passing through the RF24Network
10481048
*/
10491049

1050-
/**
1051-
* @example examples/nrf_to_nrf/helloworld_tx/helloworld_tx.ino
1052-
*
1053-
* Simplest possible example of using RF24Network with nrf_to_nrf library (instead of RF24).
1054-
* Put this sketch on one node, and helloworld_tx.pde on the other. Tx will send
1055-
* Rx a nice message every 2 seconds which rx will print out for us.
1056-
*/
1057-
1058-
/**
1059-
* @example examples/nrf_to_nrf/helloworld_rx/helloworld_rx.ino
1060-
*
1061-
* Simplest possible example of using RF24Network with nrf_to_nrf library (instead of RF24).
1062-
* Put this sketch on one node, and helloworld_tx.pde on the other. Tx will send
1063-
* Rx a nice message every 2 seconds which rx will print out for us.
1064-
*/
1065-
1066-
/**
1067-
* @example examples/nrf_to_nrf/helloworld_txEncryption/helloworld_txEncryption.ino
1068-
*
1069-
* Simplest possible example of using RF24Network with nrf_to_nrf library (instead of RF24) with encryption.
1070-
* Put this sketch on one node, and helloworld_tx.pde on the other. Tx will send
1071-
* Rx a nice message every 2 seconds which rx will print out for us.
1072-
*/
1073-
1074-
/**
1075-
* @example examples/nrf_to_nrf/helloworld_rxEncryption/helloworld_rxEncryption.ino
1076-
*
1077-
* Simplest possible example of using RF24Network with nrf_to_nrf library (instead of RF24) with encryption.
1078-
* Put this sketch on one node, and helloworld_tx.pde on the other. Tx will send
1079-
* Rx a nice message every 2 seconds which rx will print out for us.
1080-
*/
1081-
10821050
#endif // __RF24NETWORK_H__

examples/nrf_to_nrf/helloworld_rx/helloworld_rx.ino

Lines changed: 0 additions & 65 deletions
This file was deleted.

examples/nrf_to_nrf/helloworld_rxEncryption/helloworld_rxEncryption.ino

Lines changed: 0 additions & 72 deletions
This file was deleted.

examples/nrf_to_nrf/helloworld_tx/helloworld_tx.ino

Lines changed: 0 additions & 72 deletions
This file was deleted.

examples/nrf_to_nrf/helloworld_txEncryption/helloworld_txEncryption.ino

Lines changed: 0 additions & 80 deletions
This file was deleted.

library.json

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,6 @@
1414
"authors": "nRF24",
1515
"frameworks": "arduino",
1616
"version": ">=1.5"
17-
},
18-
{
19-
"name": "nrf_to_nrf",
20-
"authors": "TMRh20",
21-
"frameworks": "arduino",
22-
"platforms": [
23-
"nordicnrf52"
24-
],
25-
"version": ">=1.2.16"
2617
}
2718
],
2819
"export": {

0 commit comments

Comments
 (0)