jomjol 4 лет назад
Родитель
Сommit
026bac121f

+ 2 - 2
README.md

@@ -44,8 +44,8 @@ In other cases you can contact the developer via email: <img src="https://raw.gi
 **General remark:** Beside the `firmware.bin`, typically also the content of `/html` needs to be updated!
 
 
-##### Rolling - (2021-05-22)
-* Bug fix: calculation of flow rate
+##### Rolling - (2021-05-22 - v2)
+* Bug fix: calculation of flow rate, MQTT sending of rate
 
 Rolling - (2021-05-20)
 * Bug fix: mqtt retain message flag

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

@@ -165,7 +165,7 @@ bool ClassFlowMQTT::doFlow(string zwtime)
         MQTTPublish(topicRate, resultrate);
     }
 
-    if (topicRate.length() > 0) {
+    if (topicTimeStamp.length() > 0) {
         MQTTPublish(topicTimeStamp, resulttimestamp);
     }
 

+ 2 - 2
code/main/version.cpp

@@ -1,4 +1,4 @@
-const char* GIT_REV="528a443";
+const char* GIT_REV="8a26b81";
 const char* GIT_TAG="";
 const char* GIT_BRANCH="rolling";
-const char* BUILD_TIME="2021-05-22 07:33";
+const char* BUILD_TIME="2021-05-22 11:34";

+ 2 - 2
code/version.cpp

@@ -1,4 +1,4 @@
-const char* GIT_REV="528a443";
+const char* GIT_REV="8a26b81";
 const char* GIT_TAG="";
 const char* GIT_BRANCH="rolling";
-const char* BUILD_TIME="2021-05-22 07:33";
+const char* BUILD_TIME="2021-05-22 11:34";

BIN
firmware/bootloader.bin


BIN
firmware/firmware.bin