mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-09 13:06:54 +03:00
rolling 20210704 bug fix
This commit is contained in:
@@ -432,6 +432,7 @@ void ClassFlowPostProcessing::InitNUMBERS()
|
|||||||
_number->checkDigitIncreaseConsistency = false;
|
_number->checkDigitIncreaseConsistency = false;
|
||||||
_number->PreValueOkay = false;
|
_number->PreValueOkay = false;
|
||||||
_number->useMaxRateValue = false;
|
_number->useMaxRateValue = false;
|
||||||
|
_number->DecimalShift = 0;
|
||||||
|
|
||||||
_number->FlowRateAct = 0; // m3 / min
|
_number->FlowRateAct = 0; // m3 / min
|
||||||
_number->PreValue = 0; // letzter Wert, der gut ausgelesen wurde
|
_number->PreValue = 0; // letzter Wert, der gut ausgelesen wurde
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
const char* GIT_REV="2c6ce6f";
|
const char* GIT_REV="894c7f6";
|
||||||
const char* GIT_TAG="";
|
const char* GIT_TAG="";
|
||||||
const char* GIT_BRANCH="rolling";
|
const char* GIT_BRANCH="rolling";
|
||||||
const char* BUILD_TIME="2021-07-04 08:03";
|
const char* BUILD_TIME="2021-07-04 10:15";
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
const char* GIT_REV="2c6ce6f";
|
const char* GIT_REV="894c7f6";
|
||||||
const char* GIT_TAG="";
|
const char* GIT_TAG="";
|
||||||
const char* GIT_BRANCH="rolling";
|
const char* GIT_BRANCH="rolling";
|
||||||
const char* BUILD_TIME="2021-07-04 08:03";
|
const char* BUILD_TIME="2021-07-04 10:15";
|
||||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user