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
Special case of #48. These should be removed. Instead, we should either ignore, or else drop out of class B mode (using code like this):
LMIC.opmode &= ~(OP_TRACK|OP_PINGABLE|OP_PINGINI|OP_REJOIN); reportEventAndUpdate(EV_LOST_TSYNC);
The text was updated successfully, but these errors were encountered:
All the class B asserts were removed with fixes for #507 in df3455a.
Sorry, something went wrong.
terrillmoore
No branches or pull requests
Special case of #48. These should be removed. Instead, we should either ignore, or else drop out of class B mode (using code like this):
The text was updated successfully, but these errors were encountered: