Replies: 1 comment 3 replies
-
Hi Majerle, The lwpkt_process function needs to be called periodically because of the wait data state to update the last rx time. I am using this library in an RTOS-based project and am triggering an event in the rx idle callback to call the lwpkt_process function. Therefore, my last rx time only updates when the packet is received as valid, which might cause a timeout error if the packet state is in progress. I need to update the last rx time in the rx idle event manually. Briefly, what should I do if I don’t call the lwpkt_process function periodically in an RTOS-based project? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
👋 Welcome!
We’re using Discussions as a place to connect with other members of our community. We hope that you:
build together 💪.
To get started, comment below with an introduction of yourself and tell us about what you do with this community.
Beta Was this translation helpful? Give feedback.
All reactions