mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-08 04:26:58 +03:00
v11.1.0
This commit is contained in:
@@ -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
|
||||
|
||||
* Use the standardized Home Protocol for the Mqtt binding
|
||||
|
||||
@@ -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
|
||||
|
||||
- **NEW v11.0.1**: Bug Fix InfluxDB configuration (only update of html.zip necessary)
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
const char* GIT_REV="bfe8d3b";
|
||||
const char* GIT_REV="2a8b3a8";
|
||||
const char* GIT_TAG="";
|
||||
const char* GIT_BRANCH="master";
|
||||
const char* BUILD_TIME="2022-08-13 14:22";
|
||||
const char* GIT_BRANCH="rolling";
|
||||
const char* BUILD_TIME="2022-08-21 17:33";
|
||||
@@ -13,7 +13,7 @@ extern "C"
|
||||
#include "Helper.h"
|
||||
#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)
|
||||
|
||||
@@ -15,6 +15,7 @@ src_dir = main
|
||||
|
||||
[env:esp32cam]
|
||||
platform = espressif32@4.4.0
|
||||
;platform = espressif32@5.1.0
|
||||
;platform = espressif32
|
||||
board = esp32cam
|
||||
framework = espidf
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
const char* GIT_REV="bfe8d3b";
|
||||
const char* GIT_REV="2a8b3a8";
|
||||
const char* GIT_TAG="";
|
||||
const char* GIT_BRANCH="master";
|
||||
const char* BUILD_TIME="2022-08-13 14:22";
|
||||
const char* GIT_BRANCH="rolling";
|
||||
const char* BUILD_TIME="2022-08-21 17:33";
|
||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user