mirror of
https://github.com/UtilitechAS/amsreader-firmware.git
synced 2026-01-25 20:06:08 +00:00
Some modifications to increase stability
This commit is contained in:
@@ -39,4 +39,12 @@ for filename in os.listdir(webroot):
|
||||
dst.write(varname)
|
||||
dst.write("[] PROGMEM = R\"==\"==(")
|
||||
dst.write(content)
|
||||
dst.write(")==\"==\";\n")
|
||||
dst.write(")==\"==\";\n")
|
||||
dst.write("const int ");
|
||||
dst.write(varname)
|
||||
dst.write("_LEN = sizeof(");
|
||||
dst.write(varname)
|
||||
dst.write(")/sizeof(");
|
||||
dst.write(varname)
|
||||
dst.write("[0]);");
|
||||
|
||||
Reference in New Issue
Block a user