diff options
Diffstat (limited to 'build.py')
| -rw-r--r-- | build.py | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -21,8 +21,7 @@ index = index.replace('<script src="app.js"></script>', f'<script>config={config data = zlib.compress(index.encode('utf-8')) out = ', '.join(hex(x) for x in data) print(f""" -#include <avr/pgmspace.h> -#include "webif-fs.h" +#include "webif-index.h" static const char index_html[] PROGMEM = {{ {out} }}; PGM_P index_html_data = index_html; |
