diff options
author | Evgeny Zinoviev <me@ch1p.io> | 2022-12-18 06:31:24 +0300 |
---|---|---|
committer | Evgeny Zinoviev <me@ch1p.io> | 2022-12-24 12:57:55 +0300 |
commit | 0a065f48be99d4ebae49de622a335f23e50c6ca0 (patch) | |
tree | b591d91fac26e5bf7a4dd6d37178b978061ef060 /platformio/relayctl/src/static.h | |
parent | 022ec129bb8f511a7bf8cf537f165afce2303262 (diff) |
pump-mqtt-bot: wip; relayctl: somewhat stable
Diffstat (limited to 'platformio/relayctl/src/static.h')
-rw-r--r-- | platformio/relayctl/src/static.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/platformio/relayctl/src/static.h b/platformio/relayctl/src/static.h index 3273e68..90560bf 100644 --- a/platformio/relayctl/src/static.h +++ b/platformio/relayctl/src/static.h @@ -15,6 +15,7 @@ typedef struct { 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; |