mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-08 20:46:52 +03:00
Temporarily disable data file writing as it can cause crashs, see https://github.com/jomjol/AI-on-the-edge-device/issues/1225 (#1228)
This commit is contained in:
@@ -866,6 +866,8 @@ bool ClassFlowPostProcessing::doFlow(string zwtime)
|
||||
|
||||
void ClassFlowPostProcessing::WriteDataLog(int _index)
|
||||
{
|
||||
LogFile.WriteToFile(ESP_LOG_WARN, "Data file writing temporarily disabled, see https://github.com/jomjol/AI-on-the-edge-device/issues/1225");
|
||||
return;
|
||||
string analog = "";
|
||||
string digital = "";
|
||||
string timezw = "";
|
||||
|
||||
Reference in New Issue
Block a user