ESPNow async support: awrite concurrency #12132
Unanswered
peterhinch
asked this question in
ESP32
Replies: 3 comments 2 replies
-
I think you can post this too the esp forum too: https://www.esp32.com/search.php?search_id=unanswered |
Beta Was this translation helpful? Give feedback.
0 replies
-
Yes, this should not need a |
Beta Was this translation helpful? Give feedback.
0 replies
-
@peterhinch, are you asking for the case where the |
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.
-
The docs are unclear whether the following is legitimate without a
Lock
to protect theasend
calls:If it were a UART you'd definitely need a
Lock
.On my reading of the
aioespnow
code the writes are atomic and aLock
is not needed.Whether or not I'm correct, the docs could do with clarifying.
Beta Was this translation helpful? Give feedback.
All reactions