rolling 20210704 bug fix

This commit is contained in:
jomjol
2021-07-04 10:20:07 +02:00
parent 894c7f6972
commit daa1960dff
5 changed files with 5 additions and 4 deletions

View File

@@ -432,6 +432,7 @@ void ClassFlowPostProcessing::InitNUMBERS()
_number->checkDigitIncreaseConsistency = false;
_number->PreValueOkay = false;
_number->useMaxRateValue = false;
_number->DecimalShift = 0;
_number->FlowRateAct = 0; // m3 / min
_number->PreValue = 0; // letzter Wert, der gut ausgelesen wurde

View File

@@ -1,4 +1,4 @@
const char* GIT_REV="2c6ce6f";
const char* GIT_REV="894c7f6";
const char* GIT_TAG="";
const char* GIT_BRANCH="rolling";
const char* BUILD_TIME="2021-07-04 08:03";
const char* BUILD_TIME="2021-07-04 10:15";

View File

@@ -1,4 +1,4 @@
const char* GIT_REV="2c6ce6f";
const char* GIT_REV="894c7f6";
const char* GIT_TAG="";
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.