merge conflicts

This commit is contained in:
CaCO3
2023-04-23 16:45:20 +02:00
parent e40ceb54ce
commit 929796c87f
7 changed files with 0 additions and 79 deletions

View File

@@ -190,11 +190,7 @@ bool ClassFlowAlignment::doFlow(string time)
if (!ImageTMP)
{
<<<<<<< HEAD
ImageTMP = new CImageBasis("tmpImage", ImageBasis); // Make sure the name does not get change, it is relevant for the PSRAM allocation!
=======
ImageTMP = new CImageBasis("ImageTMP", ImageBasis);
>>>>>>> master
if (!ImageTMP)
{
LogFile.WriteToFile(ESP_LOG_ERROR, TAG, "Can't allocate tmpImage -> Exec this round aborted!");