Skip to content

Commit

Permalink
Added debug info
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinMueller2003 committed Mar 4, 2022
1 parent e4e8bf1 commit e02e0fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ESPixelStick/src/FileMgr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ bool c_FileMgr::LoadConfigFile (const String& FileName, DeserializationHandler H
logcon (String(CN_stars) + CfgFileMessagePrefix + String (F ("Deserialzation Error. Error code = ")) + error.c_str () + CN_stars);
// logcon (CN_plussigns + RawFileData + CN_minussigns);
// DEBUG_V (String (" heap: ") + String (ESP.getFreeHeap ()));
// DEBUG_V (String (" getMaxFreeBlockSize: ") + String (ESP.getMaxFreeBlockSize ()));
/// DEBUG_V (String (" getMaxFreeBlockSize: ") + String (ESP.getMaxFreeBlockSize ()));
DEBUG_V (String (" file.size: ") + String (file.size ()));
// DEBUG_V (String ("Expected JsonDocSize: ") + String (JsonDocSize));
// DEBUG_V (String (" jsonDoc.capacity: ") + String (jsonDoc.capacity ()));
Expand Down Expand Up @@ -517,7 +517,7 @@ bool c_FileMgr::ReadConfigFile (const String & FileName, byte * FileData, size_t

GotFileData = true;

// DEBUG_V (FileData);
/// DEBUG_V (FileData);

} while (false);

Expand Down

0 comments on commit e02e0fe

Please sign in to comment.