mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-08 04:26:58 +03:00
Update to v3.0.0
This commit is contained in:
18
README.md
18
README.md
@@ -27,23 +27,17 @@ A 3d-printable housing can be found here: https://www.thingiverse.com/thing:4571
|
||||
|
||||
|
||||
|
||||
##### Rolling - (2020-10-13)
|
||||
##### Rolling - (2020-10-14)
|
||||
|
||||
* Implementation of user and password for MQTT Authentication (see `config.ini`)
|
||||
|
||||
2020-10-04
|
||||
|
||||
* First simple MQTT Client - to be configured in `config.ini` (see example)
|
||||
* based on v3.0.0 (2020-10-14)
|
||||
|
||||
|
||||
|
||||
2020-09-29
|
||||
##### 3.0.0 MQTT-Client (2020-10-14)
|
||||
|
||||
* Implementation of HTML-Version (thanks to phlupp)
|
||||
|
||||
* ESP32 Temperature is now written correctly to log file
|
||||
|
||||
* based on v2.2.1 (2020-09-28)
|
||||
* Implementation of MQTT Client
|
||||
* Improved Version Control
|
||||
* bug-fixing
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
const char* GIT_REV="04f69f0";
|
||||
const char* GIT_REV="2614481";
|
||||
const char* GIT_TAG="";
|
||||
const char* GIT_BRANCH="rolling";
|
||||
const char* BUILD_TIME="2020-10-13 20:10";
|
||||
const char* GIT_BRANCH="master";
|
||||
const char* BUILD_TIME="2020-10-14 18:40";
|
||||
@@ -13,7 +13,7 @@ extern "C"
|
||||
#include "Helper.h"
|
||||
#include <fstream>
|
||||
|
||||
const char* GIT_BASE_BRANCH = "master - v2.1.1 - 2020-09-28";
|
||||
const char* GIT_BASE_BRANCH = "master - v3.0.0 - 2020-10-14";
|
||||
|
||||
|
||||
const char* git_base_branch(void)
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
const char* GIT_REV="04f69f0";
|
||||
const char* GIT_REV="2614481";
|
||||
const char* GIT_TAG="";
|
||||
const char* GIT_BRANCH="rolling";
|
||||
const char* BUILD_TIME="2020-10-13 20:10";
|
||||
const char* GIT_BRANCH="master";
|
||||
const char* BUILD_TIME="2020-10-14 18:40";
|
||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user