summaryrefslogtreecommitdiff
path: root/include/pio/libs/static/homekit/static.h
blob: c2617e9a7e05cd12d23e84daa4a7697fcde01b4a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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