We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The
RF24Gateway/examples/ncurses/RF24Gateway_ncurses.cpp
Line 87 in 4729fc8
Line 88 in 4729fc8
If a lot of data is transferred, eventually the KB/S reading will be incorrect otherwise.
While we are at it, the line
Line 603 in 4729fc8
should read bytesTNow
bytesTNow
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The
RF24Gateway/examples/ncurses/RF24Gateway_ncurses.cpp
Line 87 in 4729fc8
&
RF24Gateway/examples/ncurses/RF24Gateway_ncurses.cpp
Line 88 in 4729fc8
vars should be floats, since the calculation using them is done with floats.
If a lot of data is transferred, eventually the KB/S reading will be incorrect otherwise.
While we are at it, the line
RF24Gateway/examples/ncurses/RF24Gateway_ncurses.cpp
Line 603 in 4729fc8
should read
bytesTNow
The text was updated successfully, but these errors were encountered: