ESP32 WebCam Server 5.0
Fully customizable WebCam server based on Espressif ESP32-based board with a camera.
Data Structures | Macros | Variables
storage.h File Reference
#include <FS.h>
#include "app_config.h"
#include "SD_MMC.h"

Go to the source code of this file.

Data Structures

class  CLStorage
 Storage Manager Encapsulates access to the file system, which can be either external (SD card) or internal (LittleFS). More...
 

Macros

#define STORAGE_UNITS_BT   0
 
#define STORAGE_UNITS_MB   2
 
#define STORAGE_UNITS   STORAGE_UNITS_MB
 

Variables

CLStorage Storage
 

Macro Definition Documentation

◆ STORAGE_UNITS

#define STORAGE_UNITS   STORAGE_UNITS_MB

◆ STORAGE_UNITS_BT

#define STORAGE_UNITS_BT   0

◆ STORAGE_UNITS_MB

#define STORAGE_UNITS_MB   2

Variable Documentation

◆ Storage

CLStorage Storage
extern