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