mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-08 12:36:52 +03:00
Bug fix, Hostname
This commit is contained in:
@@ -230,7 +230,7 @@ std::string ClassFlowControll::UpdatePrevalue(std::string _newvalue)
|
||||
if (flowpostprocessing)
|
||||
{
|
||||
flowpostprocessing->SavePreValue(zw);
|
||||
return _newvalue;
|
||||
return to_string(zw);
|
||||
}
|
||||
|
||||
return std::string();
|
||||
|
||||
Reference in New Issue
Block a user