Skip to content
New issue

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

LMIC asserts in Class B code if too late #506

Closed
terrillmoore opened this issue Dec 30, 2019 · 1 comment
Closed

LMIC asserts in Class B code if too late #506

terrillmoore opened this issue Dec 30, 2019 · 1 comment
Assignees

Comments

@terrillmoore
Copy link
Member

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);
@terrillmoore
Copy link
Member Author

All the class B asserts were removed with fixes for #507 in df3455a.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant