From 4b831e864cde39f4ac21e1b65b0cac97c00f86a9 Mon Sep 17 00:00:00 2001 From: Proddy Date: Fri, 29 Dec 2023 12:04:10 +0100 Subject: [PATCH] remove comment --- lib/framework/SystemStatus.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/framework/SystemStatus.cpp b/lib/framework/SystemStatus.cpp index f532d6b9e..989bd9040 100644 --- a/lib/framework/SystemStatus.cpp +++ b/lib/framework/SystemStatus.cpp @@ -42,8 +42,6 @@ esp_err_t SystemStatus::systemStatus(PsychicRequest * request) { root["fs_free"] = emsesp::EMSESP::system_.FStotal() - FSused; root["uptime"] = uuid::log::format_timestamp_ms(uuid::get_uptime_ms(), 3); - // TODO add buid time with __TIME__ and __DATE__ - if (emsesp::EMSESP::system_.PSram()) { root["psram_size"] = emsesp::EMSESP::system_.PSram(); root["free_psram"] = ESP.getFreePsram() / 1024;