mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-08 12:36:52 +03:00
Add parameter to disable write data log (#1382)
This commit is contained in:
@@ -869,6 +869,10 @@ bool ClassFlowPostProcessing::doFlow(string zwtime)
|
||||
|
||||
void ClassFlowPostProcessing::WriteDataLog(int _index)
|
||||
{
|
||||
if (!LogFile.GetDataLogToSD()){
|
||||
return;
|
||||
}
|
||||
|
||||
string analog = "";
|
||||
string digital = "";
|
||||
string timezw = "";
|
||||
|
||||
Reference in New Issue
Block a user