diff options
author | Evgeny Zinoviev <me@ch1p.io> | 2023-05-17 04:06:18 +0300 |
---|---|---|
committer | Evgeny Zinoviev <me@ch1p.io> | 2023-05-17 04:06:18 +0300 |
commit | c0111bf4d3dd91f54d27346970e4c6e0a1ce357e (patch) | |
tree | beb15167412bc3ed60e3e11e9076d27ea6f437e5 /platformio/relayctl/src/static.h | |
parent | 893e21cc83ee1ecf236a005f1bf4893448e9b3ea (diff) |
pio: products refactoring
Diffstat (limited to 'platformio/relayctl/src/static.h')
-rw-r--r-- | platformio/relayctl/src/static.h | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/platformio/relayctl/src/static.h b/platformio/relayctl/src/static.h deleted file mode 100644 index 90560bf..0000000 --- a/platformio/relayctl/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; - -} |