Updated esp32 fwk

This commit is contained in:
Magnus Persson
2022-07-05 17:55:05 +02:00
parent ae595ff50c
commit e2fee1fb35
4 changed files with 14 additions and 40 deletions

View File

@ -194,14 +194,8 @@ void printBuildOptions() {
#ifdef SKIP_SLEEPMODE
"SKIP_SLEEP "
#endif
#ifdef EMBED_HTML
"EMBED_HTML "
#endif
#ifdef COLLECT_PERFDATA
"PERFDATA "
#endif
#ifdef ACTIVATE_OTA
"OTA "
#endif
CR),
CFG_APPVER, CFG_GITREV, LOG_LEVEL);

View File

@ -45,7 +45,6 @@ extern RunMode runMode;
#include <LittleFS.h>
#else
#include <LITTLEFS.h>
#define LittleFS LITTLEFS
#endif
#include <FS.h>
#define ESPhttpUpdate httpUpdate