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

SX127x: Set FIFO read pointer to the start of the current packet #1184

Merged
merged 1 commit into from
Aug 9, 2024

Conversation

mycosd
Copy link

@mycosd mycosd commented Aug 9, 2024

This addresses #1183. It moves the FIFO read pointer to the current packet so it matches the packet length returned from getPacketLength in case there were multiple packets of different lengths received between reads.

@jgromes jgromes merged commit a025b78 into jgromes:master Aug 9, 2024
30 checks passed
@jgromes
Copy link
Owner

jgromes commented Aug 9, 2024

Thank you for the contribution! All looks good, so I merged this.

I also wanted to point out that this only works in LoRa mode, since the registers that are being manipulated are only available in LoRa.

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

Successfully merging this pull request may close these issues.

2 participants