disable spiffs

This commit is contained in:
technyon
2023-02-07 18:12:42 +01:00
parent 2a6a1355b2
commit 7848dde274
4 changed files with 9 additions and 8 deletions

View File

@@ -60,6 +60,7 @@ protected:
HTTPMethod _method;
};
#ifdef WEBSERVER_ENABLE_STATIC_CONTENT
class StaticRequestHandler : public RequestHandler {
public:
StaticRequestHandler(FS& fs, const char* path, const char* uri, const char* cache_header)
@@ -146,6 +147,6 @@ protected:
bool _isFile;
size_t _baseUriLength;
};
#endif
#endif //REQUESTHANDLERSIMPL_H