portapack-mayhem/MayhemHub

Queue TX if RX is ongoing

Closed this issue · 1 comments

jLynx commented

To stop commands getting broken and confused we need to check if RX is happening, then we want to queue up the TX commands and then send them after RX has completed.

This can cause issues such as this:
image

jLynx commented

I have now added this, so we should no longer see this bug