Using ESP-NOW V2 #2017
alessandrv
started this conversation in
Ideas
Replies: 1 comment
-
logging esp version with
Shows we are using version 2. So in theory it should work. But probably needs more work that I'm missing |
Beta Was this translation helpful? Give feedback.
0 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.
Uh oh!
There was an error while loading. Please reload this page.
-
"Recently" Espressif introduced the second version of their esp now protocol that actually supports up to 1470 bytes instead of 250, thats a huge upgrade and will make esp now a lot better to transmit decent quality audio with really low delay.
I tried changing
to ESP_NOW_MAX_DATA_LEN_V2, but it fails to send 100% of the time like this
DOCS
Beta Was this translation helpful? Give feedback.
All reactions