mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-07 20:16:55 +03:00
committed by
GitHub
parent
f99dc8fdfc
commit
17fe87b349
@@ -161,6 +161,9 @@ bool ClassFlowPostProcessing::LoadPreValue(void) {
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Makes sure that an empty file is treated as such.
|
||||||
|
zw[0] = '\0';
|
||||||
|
|
||||||
fgets(zw, 1024, pFile);
|
fgets(zw, 1024, pFile);
|
||||||
ESP_LOGD(TAG, "Read line Prevalue.ini: %s", zw);
|
ESP_LOGD(TAG, "Read line Prevalue.ini: %s", zw);
|
||||||
zwtime = trim(std::string(zw));
|
zwtime = trim(std::string(zw));
|
||||||
|
|||||||
Reference in New Issue
Block a user