From 94a53071a7a2e96b6410c7923ab8ae8cdcefbcce Mon Sep 17 00:00:00 2001 From: Thomas Ballmann Date: Fri, 1 May 2020 23:01:20 +0200 Subject: [PATCH] code clean up --- src/main.cpp | 4 +--- src/settings.cpp | 4 ---- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index a5358e6..22c9186 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -8,9 +8,7 @@ #include "datetime.h" #include "playlist.h" #include "app.h" - -#include "imagePNG.h" -#include "imageWBMP.h" +#include "image.h" void gotoDeepSleep(); String getWakeupReason(); diff --git a/src/settings.cpp b/src/settings.cpp index ec98b62..f89827d 100644 --- a/src/settings.cpp +++ b/src/settings.cpp @@ -1,9 +1,5 @@ #include "settings.h" -// setting keys -const char *config_DeviceCurrentImage = "/currentImage.bin"; - - void setupSettings() { NVS.begin();