micropython/lora async example don't see retries #13302
Unanswered
davefes
asked this question in
Libraries & Drivers
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
With a modified
async def recv_coro():
as suggested in:https://github.com/orgs/micropython/discussions/13266
ie, with a while loop messages bounce back and forth as expected.
If one unit is turned off I would expected that after 4 retries that the error message on line 161 in sender_async.py would pop-up.
What do I need to do to get the retries feature to work?
Edit ... actually none these messages as seen on the Reliable_delivery Sync version are not seen:
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions