show total size in a comment in file

This commit is contained in:
Proddy
2024-01-06 10:48:03 +01:00
parent 209644d500
commit cb2746b741

View File

@@ -12,6 +12,7 @@ var totalSize = 0;
const generateWWWClass = () =>
`typedef std::function<void(const String& uri, const String& contentType, const uint8_t * content, size_t len)> RouteRegistrationHandler;
// Total size is ${totalSize} bytes
class WWWData {
${indent}public: