diff options
Diffstat (limited to 'platformio/temphum/src/static.h')
-rw-r--r-- | platformio/temphum/src/static.h | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/platformio/temphum/src/static.h b/platformio/temphum/src/static.h new file mode 100644 index 0000000..90560bf --- /dev/null +++ b/platformio/temphum/src/static.h @@ -0,0 +1,22 @@ +/** + * This file is autogenerated with make_static.sh script + */ + +#pragma once + +#include <stdlib.h> + +namespace homekit::files { + +typedef struct { + size_t size; + const uint8_t* content; +} StaticFile; + +extern const StaticFile index_html; +extern const StaticFile app_js; +extern const StaticFile md5_js; +extern const StaticFile style_css; +extern const StaticFile favicon_ico; + +} |