Procházet zdrojové kódy

Merge branch 'master' into rolling

jomjol před 3 roky
rodič
revize
834fd60983

+ 0 - 2
Changelog.md

@@ -2,8 +2,6 @@
 
 
 ## [Unreleased]
 ## [Unreleased]
 
 
-## [13.0.7] 2022-12-11
-
 **Home Assistant MQTT Discovery Support**
 **Home Assistant MQTT Discovery Support**
 
 
 ### Update Procedure
 ### Update Procedure

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

@@ -709,7 +709,6 @@ bool ClassFlowPostProcessing::doFlow(string zwtime)
         NUMBERS[j]->Value = -1;
         NUMBERS[j]->Value = -1;
         /* TODO to be discussed, see https://github.com/jomjol/AI-on-the-edge-device/issues/1617 */
         /* TODO to be discussed, see https://github.com/jomjol/AI-on-the-edge-device/issues/1617 */
 //        NUMBERS[j]->lastvalue = imagetime;    // must only be set in case of good value !!! --> move to the end
 //        NUMBERS[j]->lastvalue = imagetime;    // must only be set in case of good value !!! --> move to the end
-        NUMBERS[j]->lastvalue = imagetime;
 
 
         UpdateNachkommaDecimalShift();
         UpdateNachkommaDecimalShift();