Rolling 20210522-v2

This commit is contained in:
jomjol
2021-05-22 11:37:46 +02:00
parent 8a26b817f7
commit 026bac121f
6 changed files with 7 additions and 7 deletions

View File

@@ -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! **General remark:** Beside the `firmware.bin`, typically also the content of `/html` needs to be updated!
##### Rolling - (2021-05-22) ##### Rolling - (2021-05-22 - v2)
* Bug fix: calculation of flow rate * Bug fix: calculation of flow rate, MQTT sending of rate
Rolling - (2021-05-20) Rolling - (2021-05-20)
* Bug fix: mqtt retain message flag * Bug fix: mqtt retain message flag

View File

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

View File

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

View File

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

Binary file not shown.

Binary file not shown.