mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-06 11:36:51 +03:00
v11.3.1
This commit is contained in:
@@ -51,7 +51,7 @@ In other cases you can contact the developer via email: <img src="https://raw.gi
|
||||
|
||||
|
||||
|
||||
- **NEW v11.3.1**: corrected corupted asset `firmware.bin`
|
||||
- **NEW v11.3.1**: corrected corrupted asset `firmware.bin`
|
||||
- Increased precision (more than 6-7 digits)
|
||||
- Implements Counter Clockwise Analog Pointers
|
||||
- Improved post processing algorithm
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
const char* GIT_REV="36f5618";
|
||||
const char* GIT_REV="a1f6754";
|
||||
const char* GIT_TAG="";
|
||||
const char* GIT_BRANCH="rolling";
|
||||
const char* BUILD_TIME="2022-09-17 12:59";
|
||||
const char* GIT_BRANCH="master";
|
||||
const char* BUILD_TIME="2022-09-17 21:12";
|
||||
@@ -13,7 +13,7 @@ extern "C"
|
||||
#include "Helper.h"
|
||||
#include <fstream>
|
||||
|
||||
const char* GIT_BASE_BRANCH = "master - v11.3.0 - 2022-09-16";
|
||||
const char* GIT_BASE_BRANCH = "master - v11.3.1 - 2022-09-17";
|
||||
|
||||
|
||||
const char* git_base_branch(void)
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
const char* GIT_REV="36f5618";
|
||||
const char* GIT_REV="a1f6754";
|
||||
const char* GIT_TAG="";
|
||||
const char* GIT_BRANCH="rolling";
|
||||
const char* BUILD_TIME="2022-09-17 12:59";
|
||||
const char* GIT_BRANCH="master";
|
||||
const char* BUILD_TIME="2022-09-17 21:12";
|
||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user