diff options
author | Evgeny Zinoviev <me@ch1p.io> | 2022-11-28 05:45:20 +0300 |
---|---|---|
committer | Evgeny Zinoviev <me@ch1p.io> | 2022-12-18 00:00:27 +0300 |
commit | 7bb6daa4bf09947142e38ff468b7f62baae110fd (patch) | |
tree | c120e9ec800525116ad922e6c4cff21064a40538 /platformio/relayctl/src/static.h | |
parent | 16d47968b4938f3b60b97f374d45ad39bb0071b1 (diff) |
esp8266 relay controller wip
Diffstat (limited to 'platformio/relayctl/src/static.h')
-rw-r--r-- | platformio/relayctl/src/static.h | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/platformio/relayctl/src/static.h b/platformio/relayctl/src/static.h new file mode 100644 index 0000000..3273e68 --- /dev/null +++ b/platformio/relayctl/src/static.h @@ -0,0 +1,21 @@ +/** + * 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 style_css; +extern const StaticFile favicon_ico; + +} |