mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2026-01-27 04:40:39 +03:00
test2
This commit is contained in:
@@ -454,7 +454,7 @@ std::string ClassFlowControll::getReadoutAll(int _type)
|
||||
case READOUT_TYPE_PREVALUE:
|
||||
if (flowpostprocessing->PreValueUse)
|
||||
{
|
||||
if ((*numbers)[i]->PreValueOkay)
|
||||
if ((*numbers)[i]->PreValueValid)
|
||||
{
|
||||
out = out + (*numbers)[i]->ReturnPreValue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user