aboutsummaryrefslogtreecommitdiff
path: root/include/pio/libs/static/homekit/static.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/pio/libs/static/homekit/static.h')
-rw-r--r--include/pio/libs/static/homekit/static.h25
1 files changed, 25 insertions, 0 deletions
diff --git a/include/pio/libs/static/homekit/static.h b/include/pio/libs/static/homekit/static.h
new file mode 100644
index 0000000..c2617e9
--- /dev/null
+++ b/include/pio/libs/static/homekit/static.h
@@ -0,0 +1,25 @@
+/**
+ * This file is autogenerated with make_static.sh script
+ */
+
+#ifndef COMMON_HOMEKIT_STATIC_H
+#define COMMON_HOMEKIT_STATIC_H
+
+#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;
+
+}
+
+#endif //COMMON_HOMEKIT_STATIC_H \ No newline at end of file