This commit is contained in:
George Ruinelli
2022-10-24 21:41:40 +02:00
parent b215345f11
commit 76c8bce7b4

View File

@@ -21,7 +21,7 @@ ClassLogFile LogFile("/sdcard/log/message", "log_%Y-%m-%d.txt", "/sdcard/log/dat
void ClassLogFile::WriteHeapInfo(std::string _id)
{
std::string _zw = "\t" + _id;
std::string _zw = _id;
if (loglevel > ESP_LOG_WARN)
_zw = _zw + "\t" + getESPHeapInfo();