My Project
Loading...
Searching...
No Matches
MCFS.h
Go to the documentation of this file.
1#pragma once
2
3#ifdef ESP32
4#include <SPIFFS.h>
5#define CONFIGFS SPIFFS
6#else
7#include <LittleFS.h>
8#define CONFIGFS LittleFS
9#endif
10// CONFIGFS is needed in otastart, to make sure SPIFFS or LittleFS is unmounted!