Flash-backed implementation of the StorageManager interface using LittleFS. More...
#include "StorageManager.h"
#include "lfs.h"
#include <vector>
#include <string>
#include <FreeRTOS.h>
#include <semphr.h>
Go to the source code of this file.
Classes | |
class | LittleFsStorageManager |
A LittleFS-based implementation of StorageManager, storing files in flash memory. More... | |
Definition in file LittleFsStorageManager.h.