make some Reame

This commit is contained in:
Myk
2024-04-05 19:24:13 +03:00
parent 90fde56762
commit f0d64a013e
4 changed files with 67 additions and 6 deletions

View File

@@ -2,9 +2,9 @@
namespace http_static {
const char index_html[] PROGMEM = R"rawliteral(
#include "./static/index.html"
)rawliteral";
%index.html%
)rawliteral";
const char sensor_things_resp[] PROGMEM = R"rawliteral(
#include "./static/sensor_things_tmpl.json"%"
)rawliteral";
%sensor_things_tmpl.json%
)rawliteral";
}