mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-10 13:36:54 +03:00
Temporarily disable data file writing as it can cause crashs, see https://github.com/jomjol/AI-on-the-edge-device/issues/1225
This commit is contained in:
@@ -866,6 +866,8 @@ bool ClassFlowPostProcessing::doFlow(string zwtime)
|
|||||||
|
|
||||||
void ClassFlowPostProcessing::WriteDataLog(int _index)
|
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 analog = "";
|
||||||
string digital = "";
|
string digital = "";
|
||||||
string timezw = "";
|
string timezw = "";
|
||||||
|
|||||||
Reference in New Issue
Block a user