mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-08 20:46:52 +03:00
v8.0.2
This commit is contained in:
13
README.md
13
README.md
@@ -45,20 +45,11 @@ 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-07-23)
|
||||
|
||||
* Bug Fix: hmtl server
|
||||
|
||||
Rolling (2021-07-19)
|
||||
|
||||
* Saving of rounded prevalue
|
||||
|
||||
* based on v8.0.1 (2021-07-08)
|
||||
|
||||
|
||||
##### 8.0.2 - Multi Meter Support (2021-07-23
|
||||
|
||||
##### 8.0.1 - Multi Meter Support (2021-07-18)
|
||||
|
||||
* NEW 8.0.1: saving roundes prevalue, bug fix html server
|
||||
* NEW 8.0.1: bug fix html handling of parameter `FixedExposure` and `ImageSize`
|
||||
* Dual / multi meter support (more than 1 number to be recognized)
|
||||
This is implemented with the feature "number" on the ROI definition as well as selected options
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
const char* GIT_REV="1b6a124";
|
||||
const char* GIT_REV="a6d39af";
|
||||
const char* GIT_TAG="";
|
||||
const char* GIT_BRANCH="rolling";
|
||||
const char* BUILD_TIME="2021-07-23 07:30";
|
||||
const char* BUILD_TIME="2021-07-23 20:43";
|
||||
@@ -13,7 +13,7 @@ extern "C"
|
||||
#include "Helper.h"
|
||||
#include <fstream>
|
||||
|
||||
const char* GIT_BASE_BRANCH = "master - v8.0.1 - 2021-07-18";
|
||||
const char* GIT_BASE_BRANCH = "master - v8.0.2 - 2021-07-23";
|
||||
|
||||
|
||||
const char* git_base_branch(void)
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
const char* GIT_REV="1b6a124";
|
||||
const char* GIT_REV="a6d39af";
|
||||
const char* GIT_TAG="";
|
||||
const char* GIT_BRANCH="rolling";
|
||||
const char* BUILD_TIME="2021-07-23 07:30";
|
||||
const char* BUILD_TIME="2021-07-23 20:43";
|
||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user