ESP32: how to use String classes with the buffer #55
digamesystems
started this conversation in
Show and tell
Replies: 1 comment
-
Thanks a million, very useful! |
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
-
Hi Roberto,
Thanks for the nifty library! I've been using it in an application and today I knocked out an example of how to use it with dynamically allocated String classes on the ESP32.
I'm offering it up, hoping it might be useful to others. Feel free to improve / modify as desired.
Regards,
John
https://github.com/digamesystems/CircularBufferTest/blob/main/src/circularBufferTest/circularBufferTest.ino
Beta Was this translation helpful? Give feedback.
All reactions