summaryrefslogtreecommitdiff
path: root/platformio/relayctl/src/static.h
blob: 3273e6833d4992fffa8a7de459e98a6735ac3c60 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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;

}