Skip to content

Compliance script occasionally hangs in app mode #423

@terrillmoore

Description

@terrillmoore

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.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions