Skip to content

Commit

Permalink
v9.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jomjol committed Dec 2, 2021
1 parent cad534b commit e22b4b6
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!

##### Rolling (2021-11-28)
##### 9.2.0 - External Illumination (2021-12-02)

- Direct JSON access: ``http://IP-ADRESS/json``
- Error message in log file in case camera error during startup
- Upgrade analog CNN to v9.1.0
- 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)

Expand Down
4 changes: 2 additions & 2 deletions code/main/version.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const char* GIT_REV="3b44adb";
const char* GIT_REV="cad534b";
const char* GIT_TAG="";
const char* GIT_BRANCH="rolling";
const char* BUILD_TIME="2021-12-02 21:26";
const char* BUILD_TIME="2021-12-02 21:50";
2 changes: 1 addition & 1 deletion code/main/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ extern "C"
#include "Helper.h"
#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)
Expand Down
4 changes: 2 additions & 2 deletions code/version.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const char* GIT_REV="3b44adb";
const char* GIT_REV="cad534b";
const char* GIT_TAG="";
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 modified firmware/bootloader.bin
Binary file not shown.
Binary file modified firmware/firmware.bin
Binary file not shown.

0 comments on commit e22b4b6

Please sign in to comment.