make some Reame
This commit is contained in:
@@ -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";
|
||||
}
|
Reference in New Issue
Block a user