mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-10 13:36:54 +03:00
v1.0.2
This commit is contained in:
@@ -14,10 +14,10 @@ A 3d-printable housing can be found here: https://www.thingiverse.com/thing:4571
|
|||||||
|
|
||||||
## Change log
|
## Change log
|
||||||
|
|
||||||
##### Rolling - based on 1.0.0 (2020-09-04)
|
##### 1.0.2 (2020-09-06)
|
||||||
|
|
||||||
* currently identical to 1.0.0
|
* Bug in configuration of analog ROIs corrected
|
||||||
* work in progress version for testing of new features
|
* minor bug correction
|
||||||
|
|
||||||
##### 1.0.1 (2020-09-05)
|
##### 1.0.1 (2020-09-05)
|
||||||
|
|
||||||
|
|||||||
@@ -259,6 +259,13 @@ bool ClassFlowPostProcessing::doFlow(string zwtime)
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (isdigit)
|
||||||
|
ReturnRawValue = digit;
|
||||||
|
if (isdigit && isanalog)
|
||||||
|
ReturnRawValue = ReturnRawValue + ".";
|
||||||
|
if (isanalog)
|
||||||
|
ReturnRawValue = ReturnRawValue + analog;
|
||||||
|
|
||||||
if (isdigit)
|
if (isdigit)
|
||||||
{
|
{
|
||||||
int lastanalog = -1;
|
int lastanalog = -1;
|
||||||
@@ -273,8 +280,6 @@ bool ClassFlowPostProcessing::doFlow(string zwtime)
|
|||||||
if (isanalog)
|
if (isanalog)
|
||||||
zw = zw + analog;
|
zw = zw + analog;
|
||||||
|
|
||||||
ReturnRawValue = zw;
|
|
||||||
|
|
||||||
Value = std::stof(zw);
|
Value = std::stof(zw);
|
||||||
|
|
||||||
std::stringstream stream;
|
std::stringstream stream;
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user