mirror of
https://github.com/s00500/ESPUI.git
synced 2024-11-21 17:40:54 +00:00
Sort out includes for LittleFS
This commit is contained in:
parent
4b489c7ce5
commit
309e53dd1e
10
src/ESPUI.h
10
src/ESPUI.h
@ -7,10 +7,14 @@
|
||||
#include <Arduino.h>
|
||||
#include <ArduinoJson.h>
|
||||
#include <stdlib_noniso.h>
|
||||
#if (ESP_IDF_VERSION_MAJOR == 4 && ESP_IDF_VERSION_MINOR >= 4) || ESP_IDF_VERSION_MAJOR > 4
|
||||
#include <LittleFS.h>
|
||||
#ifdef ESP32
|
||||
#if (ESP_IDF_VERSION_MAJOR == 4 && ESP_IDF_VERSION_MINOR >= 4) || ESP_IDF_VERSION_MAJOR > 4
|
||||
#include <LittleFS.h>
|
||||
#else
|
||||
#include <LITTLEFS.h>
|
||||
#endif
|
||||
#else
|
||||
#include <LITTLEFS.h>
|
||||
#include <LittleFS.h>
|
||||
#endif
|
||||
#include <map>
|
||||
#include <ESPAsyncWebServer.h>
|
||||
|
Loading…
Reference in New Issue
Block a user