I need to insert a long CSS into the arduino code. It occurred to me that I would convert the CSS styles to GZ and then to hex (0x).
How can I subsequently display such a const char* in HTML?
???
GZ means some compressed data ?
If you think your HTML / CSS text is inconveniently lengthy, what about putting css or jscript to an external file to be downloaded separately from the web server (or a different server location) ?
The client browser will handle this nicely.
1 Like
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.