tinyxml2
tinyxml2 copied to clipboard
How to use tinyxml2 with esp32 (Wemos r32) on arduino idf?
Noobie here. So i was making an esp32 project that controls a Roku tv and I need it to display info from the tv like the active app, the volume, or if it's on or not. I request an HTTP get and get info from getString() but the tv returns XML text, and I need to take a part of the XML to display on the LCD.
What I get in the serial
:
I just need a part of that XML.
Please help me!