// http_static.h #include #ifndef HTTP_STATIC_H #define HTTP_STATIC_H namespace http_static { extern const char index_html[] PROGMEM; extern const char sensor_things_resp[] PROGMEM; } #endif