diff options
Diffstat (limited to 'build.py')
| -rw-r--r-- | build.py | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -21,7 +21,8 @@ print(f""" #include <avr/pgmspace.h> #include "webif-fs.h" -const char index_html_data[] PROGMEM = {{ {out} }}; +static const char index_html[] PROGMEM = {{ {out} }}; +PGM_P index_html_data = index_html; uint16_t index_html_size = {len(data)}; """) |
