jomjol 3 anni fa
parent
commit
ea69b1be00

+ 9 - 0
FeatureRequest.md

@@ -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 

+ 4 - 0
README.md

@@ -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)

+ 3 - 3
code/main/version.cpp

@@ -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";

+ 1 - 1
code/main/version.h

@@ -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)

+ 1 - 0
code/platformio.ini

@@ -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

+ 3 - 3
code/version.cpp

@@ -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";

BIN
firmware/bootloader.bin


BIN
firmware/firmware.bin