mirror of
https://git.mirrors.martin98.com/https://github.com/luc-github/ESP3D.git
synced 2025-08-03 14:50:35 +08:00
Fix compilation error due to "SPIFFS.h" in esp8266
thanks @marciot for pointing this Fixes #488
This commit is contained in:
parent
beafccced6
commit
fa2b29160b
@ -24,7 +24,9 @@
|
|||||||
#error No FileSystem defined
|
#error No FileSystem defined
|
||||||
#endif
|
#endif
|
||||||
#if FILESYSTEM_FEATURE == ESP_SPIFFS_FILESYSTEM
|
#if FILESYSTEM_FEATURE == ESP_SPIFFS_FILESYSTEM
|
||||||
#include "SPIFFS.h"
|
#if defined(ARDUINO_ARCH_ESP32)
|
||||||
|
#include <SPIFFS.h>
|
||||||
|
#endif //ARDUINO_ARCH_ESP32
|
||||||
#else
|
#else
|
||||||
#if FILESYSTEM_FEATURE == ESP_FAT_FILESYSTEM
|
#if FILESYSTEM_FEATURE == ESP_FAT_FILESYSTEM
|
||||||
#include "FFat.h"
|
#include "FFat.h"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user