mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-07 20:16:55 +03:00
Waitmissing for missing memory
This commit is contained in:
@@ -202,15 +202,11 @@ bool ClassFlowControll::doFlow(string time)
|
||||
|
||||
|
||||
/////////////////////////////////////////////////////
|
||||
int aInternalFreeHeapSizeAtEnd, aInternalFreeHeapSizeAtStart;
|
||||
aInternalFreeHeapSizeAtStart = getInternalESPHeapSize();
|
||||
|
||||
if (flowcontrolldebugdetail){
|
||||
std::string aStartEspInfoStr = "ClassFlowAnalog::doFlow - Start: " + getESPHeapInfo();
|
||||
LogFile.WriteToFile(aStartEspInfoStr);
|
||||
}
|
||||
|
||||
aInternalFreeHeapSizeAtEnd = getInternalESPHeapSize();
|
||||
if (flowcontrolldebugdetail){
|
||||
std::string aStartEspInfoStr = "ClassFlowAnalog::doFlow - Now : " + getESPHeapInfo();
|
||||
LogFile.WriteToFile(aStartEspInfoStr);
|
||||
@@ -241,7 +237,6 @@ bool ClassFlowControll::doFlow(string time)
|
||||
result = true;
|
||||
}
|
||||
|
||||
aInternalFreeHeapSizeAtEnd = getInternalESPHeapSize();
|
||||
if (flowcontrolldebugdetail){
|
||||
std::string aStartEspInfoStr = "ClassFlowAnalog::doFlow - Now : " + getESPHeapInfo();
|
||||
LogFile.WriteToFile(aStartEspInfoStr);
|
||||
|
||||
Reference in New Issue
Block a user