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

Compliance script occasionally hangs in app mode #423

Closed
terrillmoore opened this issue Sep 6, 2019 · 0 comments
Closed

Compliance script occasionally hangs in app mode #423

terrillmoore opened this issue Sep 6, 2019 · 0 comments
Assignees
Labels

Comments

@terrillmoore
Copy link
Member

The compliance script might call doSend() while the LMIC is still active. In that case, it will print OP_TXRXPEND, not sending, and will never send again.

Solution: call sendComplete(j, 0), which will schedule another uplink after a delay.

@terrillmoore terrillmoore self-assigned this Sep 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant