This commit is contained in:
jomjol
2022-08-21 17:44:34 +02:00
parent 2a8b3a87ea
commit ea69b1be00
8 changed files with 21 additions and 7 deletions

View File

@@ -11,6 +11,15 @@
____ ____
#### #29 Add favicon and use the hostname for the website
* https://github.com/jomjol/AI-on-the-edge-device/issues/927
#### #28 Improved error handling for ROIs
* In case a ROI is out of the image, there is no error message, but a non sense image is used
* Implement a error message for wrong configuratioin of ROI
#### #27 Use Homie Spec for Mqtt binding #### #27 Use Homie Spec for Mqtt binding
* Use the standardized Home Protocol for the Mqtt binding * Use the standardized Home Protocol for the Mqtt binding

View File

@@ -40,6 +40,10 @@ In other cases you can contact the developer via email: <img src="https://raw.gi
------ ------
##### 11.1.0 - Intermediate Digits
- Updated postprocessing algorithm (fix from @haverland)
##### 11.0.1 - Intermediate Digits ##### 11.0.1 - Intermediate Digits
- **NEW v11.0.1**: Bug Fix InfluxDB configuration (only update of html.zip necessary) - **NEW v11.0.1**: Bug Fix InfluxDB configuration (only update of html.zip necessary)

View File

@@ -1,4 +1,4 @@
const char* GIT_REV="bfe8d3b"; const char* GIT_REV="2a8b3a8";
const char* GIT_TAG=""; const char* GIT_TAG="";
const char* GIT_BRANCH="master"; const char* GIT_BRANCH="rolling";
const char* BUILD_TIME="2022-08-13 14:22"; const char* BUILD_TIME="2022-08-21 17:33";

View File

@@ -13,7 +13,7 @@ extern "C"
#include "Helper.h" #include "Helper.h"
#include <fstream> #include <fstream>
const char* GIT_BASE_BRANCH = "master - v11.0.0 - 2022-08-13"; const char* GIT_BASE_BRANCH = "master - v11.1.0 - 2022-08-21";
const char* git_base_branch(void) const char* git_base_branch(void)

View File

@@ -15,6 +15,7 @@ src_dir = main
[env:esp32cam] [env:esp32cam]
platform = espressif32@4.4.0 platform = espressif32@4.4.0
;platform = espressif32@5.1.0
;platform = espressif32 ;platform = espressif32
board = esp32cam board = esp32cam
framework = espidf framework = espidf

View File

@@ -1,4 +1,4 @@
const char* GIT_REV="bfe8d3b"; const char* GIT_REV="2a8b3a8";
const char* GIT_TAG=""; const char* GIT_TAG="";
const char* GIT_BRANCH="master"; const char* GIT_BRANCH="rolling";
const char* BUILD_TIME="2022-08-13 14:22"; const char* BUILD_TIME="2022-08-21 17:33";

Binary file not shown.

Binary file not shown.