Bladeren bron

Rolling 20220609

jomjol 4 jaren geleden
bovenliggende
commit
dfeac0cb7f

+ 5 - 1
README.md

@@ -52,7 +52,11 @@ In other cases you can contact the developer via email: <img src="https://raw.gi
 
 
 
 
 
 
-##### Rolling (2022-04-26)
+##### Rolling (2022-05-09)
+
+- Bug Fix: absolute value always had value "0"
+
+Rolling (2022-04-26)
 
 
 - Extended MQTT with absolute Change (in addition to rate)
 - Extended MQTT with absolute Change (in addition to rate)
 - Internal optimization, removal of modelfile from `config.ini` (is now read out of the cnn file directly)
 - Internal optimization, removal of modelfile from `config.ini` (is now read out of the cnn file directly)

+ 1 - 1
code/components/jomjol_flowcontroll/ClassFlowPostProcessing.cpp

@@ -738,6 +738,7 @@ bool ClassFlowPostProcessing::doFlow(string zwtime)
             }
             }
         }
         }
 
 
+        NUMBERS[j]->ReturnChangeAbsolute = RundeOutput(NUMBERS[j]->Value - NUMBERS[j]->PreValue, NUMBERS[j]->Nachkomma);                                                
         NUMBERS[j]->lastvalue = imagetime;
         NUMBERS[j]->lastvalue = imagetime;
         NUMBERS[j]->PreValue = NUMBERS[j]->Value;
         NUMBERS[j]->PreValue = NUMBERS[j]->Value;
         NUMBERS[j]->PreValueOkay = true;
         NUMBERS[j]->PreValueOkay = true;
@@ -745,7 +746,6 @@ bool ClassFlowPostProcessing::doFlow(string zwtime)
 
 
         NUMBERS[j]->ReturnValue = RundeOutput(NUMBERS[j]->Value, NUMBERS[j]->Nachkomma);
         NUMBERS[j]->ReturnValue = RundeOutput(NUMBERS[j]->Value, NUMBERS[j]->Nachkomma);
         NUMBERS[j]->ReturnPreValue = RundeOutput(NUMBERS[j]->PreValue, NUMBERS[j]->Nachkomma);
         NUMBERS[j]->ReturnPreValue = RundeOutput(NUMBERS[j]->PreValue, NUMBERS[j]->Nachkomma);
-        NUMBERS[j]->ReturnChangeAbsolute = RundeOutput(NUMBERS[j]->Value - NUMBERS[j]->PreValue, NUMBERS[j]->Nachkomma);                                                
 
 
         NUMBERS[j]->ErrorMessageText = "no error";
         NUMBERS[j]->ErrorMessageText = "no error";
         UpdatePreValueINI = true;
         UpdatePreValueINI = true;

+ 2 - 2
code/main/version.cpp

@@ -1,4 +1,4 @@
-const char* GIT_REV="cce812f";
+const char* GIT_REV="dfec780";
 const char* GIT_TAG="";
 const char* GIT_TAG="";
 const char* GIT_BRANCH="rolling";
 const char* GIT_BRANCH="rolling";
-const char* BUILD_TIME="2022-05-26 20:03";
+const char* BUILD_TIME="2022-06-09 21:07";

+ 2 - 2
code/version.cpp

@@ -1,4 +1,4 @@
-const char* GIT_REV="cce812f";
+const char* GIT_REV="dfec780";
 const char* GIT_TAG="";
 const char* GIT_TAG="";
 const char* GIT_BRANCH="rolling";
 const char* GIT_BRANCH="rolling";
-const char* BUILD_TIME="2022-05-26 20:03";
+const char* BUILD_TIME="2022-06-09 21:07";

BIN
firmware/bootloader.bin


BIN
firmware/dhy0030s3q.tflite


BIN
firmware/dhy0040s3q.tflite


BIN
firmware/effnet100-q.tflite


BIN
firmware/firmware.bin


BIN
sd-card/config/ana0910s3_longq.tflite


BIN
sd-card/config/dhy0110s2q.tflite


BIN
sd-card/config/dig1330s1q.tflite