File tree Expand file tree Collapse file tree 6 files changed +14
-20
lines changed Expand file tree Collapse file tree 6 files changed +14
-20
lines changed Original file line number Diff line number Diff line change @@ -27,25 +27,19 @@ A 3d-printable housing can be found here: https://www.thingiverse.com/thing:4571
2727
2828
2929
30- ##### Rolling - (2020-10-13 )
30+ ##### Rolling - (2020-10-14 )
3131
32- * Implementation of user and password for MQTT Authentication (see ` config.ini ` )
32+ * based on v3.0.0 (2020-10-14 )
3333
34- 2020-10-04
35-
36- * First simple MQTT Client - to be configured in ` config.ini ` (see example)
37-
38-
39-
40- 2020-09-29
34+
4135
42- * Implementation of HTML-Version (thanks to phlupp )
36+ ##### 3.0.0 MQTT-Client (2020-10-14 )
4337
44- * ESP32 Temperature is now written correctly to log file
38+ * Implementation of MQTT Client
39+ * Improved Version Control
40+ * bug-fixing
4541
46- * based on v2.2.1 (2020-09-28)
4742
48-
4943
5044##### 2.2.1 Version Control (2020-09-27)
5145
Original file line number Diff line number Diff line change 1- const char * GIT_REV=" 04f69f0 " ;
1+ const char * GIT_REV=" 2614481 " ;
22const char * GIT_TAG=" " ;
3- const char * GIT_BRANCH=" rolling " ;
4- const char * BUILD_TIME=" 2020-10-13 20:10 " ;
3+ const char * GIT_BRANCH=" master " ;
4+ const char * BUILD_TIME=" 2020-10-14 18:40 " ;
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ extern "C"
1313#include " Helper.h"
1414#include < fstream>
1515
16- const char * GIT_BASE_BRANCH = " master - v2.1.1 - 2020-09-28 " ;
16+ const char * GIT_BASE_BRANCH = " master - v3.0.0 - 2020-10-14 " ;
1717
1818
1919const char * git_base_branch (void )
Original file line number Diff line number Diff line change 1- const char * GIT_REV=" 04f69f0 " ;
1+ const char * GIT_REV=" 2614481 " ;
22const char * GIT_TAG=" " ;
3- const char * GIT_BRANCH=" rolling " ;
4- const char * BUILD_TIME=" 2020-10-13 20:10 " ;
3+ const char * GIT_BRANCH=" master " ;
4+ const char * BUILD_TIME=" 2020-10-14 18:40 " ;
You can’t perform that action at this time.
0 commit comments