Uprava pro snizeni pametovych naroku (reference misto kopie)

This commit is contained in:
Pavel Brychta 2022-06-17 06:12:50 +02:00
parent 1dc7434913
commit 4ceb5c02d0

View File

@ -37,7 +37,7 @@ class AsyncStaticWebHandler: public AsyncWebHandler {
bool _fileExists(AsyncWebServerRequest *request, const String& path);
uint8_t _countBits(const uint8_t value) const;
protected:
FS _fs;
FS &_fs;
String _uri;
String _path;
String _default_file;