From bf498e4ff962089ea67e40d6faea73ab3a77d8fd Mon Sep 17 00:00:00 2001 From: tueddy Date: Wed, 8 Nov 2023 16:54:41 +0100 Subject: [PATCH] new code check is annoying. --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 188117d1..7e7196b8 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -220,7 +220,7 @@ void setup() { Log_Printf(LOGLEVEL_DEBUG, "PSRAM: %u bytes", ESP.getPsramSize()); } else { Log_Println("PSRAM: --", LOGLEVEL_DEBUG); - } + } Log_Printf(LOGLEVEL_DEBUG, "Flash-size: %u bytes", ESP.getFlashChipSize()); // setup timezone & show internal RTC date/time if available