Skip to content

Commit

Permalink
update example intro comment
Browse files Browse the repository at this point in the history
  • Loading branch information
2bndy5 committed Jun 20, 2024
1 parent 46f0082 commit 22de2f1
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions examples_RPi/ncurses/RF24Mesh_Ncurses_Master.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,13 @@
* Requirements: NCurses
* Install NCurses: apt-get install libncurses5-dev
* Setup:
* 1: make
* 2: sudo ./RF24Mesh_Ncurses_Master
* 1. cd ~/RF24Mesh/examples_RPi
* 2. mkdir build && cd build
* 3. cmake ..
* 4. make
* 5. ./ncurses/RF24Mesh_Ncurses_Master
*
* NOTE: DEBUG MUST BE DISABLED IN RF24Mesh_config.h
* NOTE: RF24MESH_DEBUG MUST BE DISABLED IN RF24Mesh_config.h
*
* Once configured and running, the interface will display the header information, data rate,
* and address assignments for all connected nodes.*
Expand Down

0 comments on commit 22de2f1

Please sign in to comment.