mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-08 12:36:52 +03:00
Rolling 20210522-v2
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -165,7 +165,7 @@ bool ClassFlowMQTT::doFlow(string zwtime)
|
||||
MQTTPublish(topicRate, resultrate);
|
||||
}
|
||||
|
||||
if (topicRate.length() > 0) {
|
||||
if (topicTimeStamp.length() > 0) {
|
||||
MQTTPublish(topicTimeStamp, resulttimestamp);
|
||||
}
|
||||
|
||||
|
||||
@@ -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";
|
||||
@@ -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";
|
||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user