make some Reame

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

10
src/http_static.cpp.tmpl Normal file
View File

@@ -0,0 +1,10 @@
#include "http_static.h"
namespace http_static {
const char index_html[] PROGMEM = R"rawliteral(
%index.html%
)rawliteral";
const char sensor_things_resp[] PROGMEM = R"rawliteral(
%sensor_things_tmpl.json%
)rawliteral";
}