Skip to content

Commit 8f51895

Browse files
committed
Update to v3.0.0
1 parent 2614481 commit 8f51895

File tree

6 files changed

+14
-20
lines changed

6 files changed

+14
-20
lines changed

README.md

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff 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

code/src/version.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const char* GIT_REV="04f69f0";
1+
const char* GIT_REV="2614481";
22
const 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";

code/src/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

1919
const char* git_base_branch(void)

code/version.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const char* GIT_REV="04f69f0";
1+
const char* GIT_REV="2614481";
22
const 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";

firmware/bootloader.bin

0 Bytes
Binary file not shown.

firmware/firmware.bin

-16 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)