Skip to content

Commit

Permalink
Update RF24Gateway_ncurses.cpp (#29)
Browse files Browse the repository at this point in the history
* Update RF24Gateway_ncurses.cpp

Minor change to prevent segfault on non-master nodes

* Update examples/ncurses/RF24Gateway_ncurses.cpp

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* make 1.x branch use 1.x version of RF24Net/Mesh deps

* typo

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Brendan <[email protected]>
  • Loading branch information
3 people authored Feb 17, 2024
1 parent b8b7d8e commit ea6e953
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/build_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ jobs:
usr-dir: ${{ matrix.toolchain.usr_dir }}
examples-path: examples
deploy-release: ${{ github.event_name == 'release' && (matrix.toolchain.compiler == 'armhf' || matrix.toolchain.compiler == 'arm64') }}
rf24network-ref: v1.x
rf24mesh-ref: v1.x
strategy:
fail-fast: false
matrix:
Expand Down
2 changes: 1 addition & 1 deletion examples/ncurses/RF24Gateway_ncurses.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ int main()
{

gw.begin();
mesh.setStaticAddress(8, 1);
// mesh.setStaticAddress(8, 1);

//uint8_t nodeID = 22;
//gw.begin(nodeID,3,RF24_2MBPS);
Expand Down

0 comments on commit ea6e953

Please sign in to comment.