mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-10 05:26:52 +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
|
||||
|
||||
##### Rolling - based on 1.0.0 (2020-09-04)
|
||||
##### 1.0.2 (2020-09-06)
|
||||
|
||||
* currently identical to 1.0.0
|
||||
* work in progress version for testing of new features
|
||||
* Bug in configuration of analog ROIs corrected
|
||||
* minor bug correction
|
||||
|
||||
##### 1.0.1 (2020-09-05)
|
||||
|
||||
|
||||
@@ -259,6 +259,13 @@ bool ClassFlowPostProcessing::doFlow(string zwtime)
|
||||
return true;
|
||||
}
|
||||
|
||||
if (isdigit)
|
||||
ReturnRawValue = digit;
|
||||
if (isdigit && isanalog)
|
||||
ReturnRawValue = ReturnRawValue + ".";
|
||||
if (isanalog)
|
||||
ReturnRawValue = ReturnRawValue + analog;
|
||||
|
||||
if (isdigit)
|
||||
{
|
||||
int lastanalog = -1;
|
||||
@@ -273,8 +280,6 @@ bool ClassFlowPostProcessing::doFlow(string zwtime)
|
||||
if (isanalog)
|
||||
zw = zw + analog;
|
||||
|
||||
ReturnRawValue = zw;
|
||||
|
||||
Value = std::stof(zw);
|
||||
|
||||
std::stringstream stream;
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user