Some memory optimization and configfile download fix

This commit is contained in:
Gunnar Skjold
2022-02-26 14:57:12 +01:00
parent 142d280805
commit 420be1b943
4 changed files with 191 additions and 153 deletions

View File

@@ -67,7 +67,7 @@ for filename in os.listdir(webroot):
print("WARN: Unable to minify")
with open(dstfile, "w") as dst:
dst.write("const char ")
dst.write("static const char ")
dst.write(varname)
dst.write("[] PROGMEM = R\"==\"==(")
dst.write(content)