Replies: 1 comment 2 replies
-
I just checked the code as I was preparing my answer and realised that I think there is a regession in my code. The maximum SHOULD be (2**31-1)ms (ie. 24 days), but I have been handling the negative value case incorrectly (I believe I fixed this some time ago - but noticed what I thought was my old code still in use). From inspection of the espnow-v1.19.1 and espnow-g20 braches:
Thanks for prompting me to check this. I'll run some tests and update my code. |
Beta Was this translation helpful? Give feedback.
2 replies
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.
-
I understand that "timeout" is in milliseconds, if left empty defaults to 5 minutes and if <0 does not return on timeout.
What is the maximum "timeout" can be set in milliseconds; is it 2**32ms?
MM
Beta Was this translation helpful? Give feedback.
All reactions