This commit is contained in:
jomjol
2021-12-02 21:52:45 +01:00
parent cad534bffe
commit e22b4b6fe1
6 changed files with 7 additions and 7 deletions

View File

@@ -47,13 +47,13 @@ In other cases you can contact the developer via email: <img src="https://raw.gi
**General remark:** Beside the `firmware.bin`, typically also the content of `/html` needs to be updated! **General remark:** Beside the `firmware.bin`, typically also the content of `/html` needs to be updated!
##### Rolling (2021-11-28) ##### 9.2.0 - External Illumination (2021-12-02)
- Direct JSON access: ``http://IP-ADRESS/json`` - Direct JSON access: ``http://IP-ADRESS/json``
- Error message in log file in case camera error during startup - Error message in log file in case camera error during startup
- Upgrade analog CNN to v9.1.0 - Upgrade analog CNN to v9.1.0
- Upgrade digital CNN to v13.3.0 (added new images) - Upgrade digital CNN to v13.3.0 (added new images)
- html: support of different port - html: support of different ports
##### 9.1.1 - External Illumination (2021-11-16) ##### 9.1.1 - External Illumination (2021-11-16)

View File

@@ -1,4 +1,4 @@
const char* GIT_REV="3b44adb"; const char* GIT_REV="cad534b";
const char* GIT_TAG=""; const char* GIT_TAG="";
const char* GIT_BRANCH="rolling"; const char* GIT_BRANCH="rolling";
const char* BUILD_TIME="2021-12-02 21:26"; const char* BUILD_TIME="2021-12-02 21:50";

View File

@@ -13,7 +13,7 @@ extern "C"
#include "Helper.h" #include "Helper.h"
#include <fstream> #include <fstream>
const char* GIT_BASE_BRANCH = "master - v9.1.1 - 2021-11-16"; const char* GIT_BASE_BRANCH = "master - v9.2.0 - 2021-12-02";
const char* git_base_branch(void) const char* git_base_branch(void)

View File

@@ -1,4 +1,4 @@
const char* GIT_REV="3b44adb"; const char* GIT_REV="cad534b";
const char* GIT_TAG=""; const char* GIT_TAG="";
const char* GIT_BRANCH="rolling"; const char* GIT_BRANCH="rolling";
const char* BUILD_TIME="2021-12-02 21:26"; const char* BUILD_TIME="2021-12-02 21:50";

Binary file not shown.

Binary file not shown.