mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 07:49:52 +03:00
enlarge filesystem buffer
This commit is contained in:
@@ -12,7 +12,7 @@ class FSPersistence {
|
||||
StatefulService<T> * statefulService,
|
||||
FS * fs,
|
||||
const char * filePath,
|
||||
size_t bufferSize = DEFAULT_BUFFER_SIZE)
|
||||
size_t bufferSize = FS_BUFFER_SIZE)
|
||||
: _stateReader(stateReader)
|
||||
, _stateUpdater(stateUpdater)
|
||||
, _statefulService(statefulService)
|
||||
|
||||
Reference in New Issue
Block a user