ESPNOW File with metawrite #842
-
how to use metawrite if we are sending file to espnow ? I want to send some other information with file . ESPNowStream now; |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 7 replies
-
Just look at the class documentation, there is a method to write metadata and a callback method to receive |
Beta Was this translation helpful? Give feedback.
-
What you mean with "use it in file" ? You can put any information there as you want to make available to the receiver: You could put it into a comma delimited string, or a C structure... |
Beta Was this translation helpful? Give feedback.
-
It I remember right I have sent you this example already twice or three times: https://www.pschatzmann.ch/home/2023/04/28/arduino-audio-tools-codecs-and-containers/ |
Beta Was this translation helpful? Give feedback.
Just look at the class documentation, there is a method to write metadata and a callback method to receive