diff --git a/examples/ncurses/ncurses.JPG b/examples/ncurses/ncurses.JPG index 859eb5c..ef79d6a 100644 Binary files a/examples/ncurses/ncurses.JPG and b/examples/ncurses/ncurses.JPG differ diff --git a/examples/ncursesInt/RF24Gateway_ncursesInt.cpp b/examples/ncursesInt/RF24Gateway_ncursesInt.cpp index 5e9ed13..aa61a12 100644 --- a/examples/ncursesInt/RF24Gateway_ncursesInt.cpp +++ b/examples/ncursesInt/RF24Gateway_ncursesInt.cpp @@ -532,6 +532,7 @@ void drawHelp() wprintw(win, " ARROW_UP/DOWN: Scroll up/down in supported menus\n"); wprintw(win, " ARROW_LEFT/RIGHT: Scroll between supported menus\n"); wprintw(win, " 'c' key: Open IP configuration menu\n"); + wprintw(win, " 't' key: Display topology of mesh\n"); wprintw(win, " 'w' key: Increase frame-rate of display\n"); wprintw(win, " 's' key: Decrease frame-rate of display\n"); wprintw(win, " 'a' key: Display active IP connections\n"); diff --git a/examples/ncursesInt/ncurses.JPG b/examples/ncursesInt/ncurses.JPG index 859eb5c..ef79d6a 100644 Binary files a/examples/ncursesInt/ncurses.JPG and b/examples/ncursesInt/ncurses.JPG differ