summaryrefslogtreecommitdiff
path: root/platformio/temphum/src/static.h
diff options
context:
space:
mode:
Diffstat (limited to 'platformio/temphum/src/static.h')
-rw-r--r--platformio/temphum/src/static.h22
1 files changed, 0 insertions, 22 deletions
diff --git a/platformio/temphum/src/static.h b/platformio/temphum/src/static.h
deleted file mode 100644
index 90560bf..0000000
--- a/platformio/temphum/src/static.h
+++ /dev/null
@@ -1,22 +0,0 @@
-/**
- * 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;
-
-}