ESP-NOW uasyncio, sending heartbeat to multiple peers #9171
Answered
by
dtuando
dtuando
asked this question in
Using MicroPython
-
I'm having issues sending heartbeats to multiple peers using the example given on sending to one peer.
The issue I'm having is that I can't figure out how to run the async code when I have a list peers instead of one peer. |
Beta Was this translation helpful? Give feedback.
Answered by
dtuando
Aug 31, 2022
Replies: 1 comment 1 reply
-
I figured it out! changed
to this
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
dtuando
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I figured it out!
changed
to this