make some Reame
This commit is contained in:
10
src/http_static.cpp.tmpl
Normal file
10
src/http_static.cpp.tmpl
Normal 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";
|
||||
}
|
||||
Reference in New Issue
Block a user