mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-08 04:26:58 +03:00
v10.4.0
This commit is contained in:
13
README.md
13
README.md
@@ -54,20 +54,13 @@ In other cases you can contact the developer via email: <img src="https://raw.gi
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
##### Rolling (2022-02-11)
|
##### 10.4.0 - Stability Increase (2022-02-12)
|
||||||
|
|
||||||
- Updated digital neural network file (`dig-s2-q-20220211.tflite`)
|
|
||||||
- Corrected rounding in `CheckDigitIncreaseConsistency` algorithm
|
|
||||||
|
|
||||||
Rolling (2022-02-08)
|
|
||||||
|
|
||||||
- added Wifi RSSI to MQTT information
|
|
||||||
|
|
||||||
Rolling (2022-02-06)
|
|
||||||
|
|
||||||
- Graphical configuration: select available neural network files (*.tfl, *.tflite) from drop down menu
|
- Graphical configuration: select available neural network files (*.tfl, *.tflite) from drop down menu
|
||||||
- OTA-update: add option to upload tfl / tflite files to the correct locatioin (`/config/`)
|
- OTA-update: add option to upload tfl / tflite files to the correct locatioin (`/config/`)
|
||||||
- in future the new files will also be copied to the `firmware` directory of the repository
|
- in future the new files will also be copied to the `firmware` directory of the repository
|
||||||
|
- Added Wifi RSSI to MQTT information
|
||||||
|
- Updated analog neural network file (`ana-s3-q-20220105.tflite`)
|
||||||
- Updated digital neural network file (`dig-s1-q-20220102.tflite`)
|
- Updated digital neural network file (`dig-s1-q-20220102.tflite`)
|
||||||
- Updated build environment to `Espressif 3.5.0`
|
- Updated build environment to `Espressif 3.5.0`
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
const char* GIT_REV="45a7198";
|
const char* GIT_REV="379f458";
|
||||||
const char* GIT_TAG="";
|
const char* GIT_TAG="";
|
||||||
const char* GIT_BRANCH="rolling";
|
const char* GIT_BRANCH="rolling";
|
||||||
const char* BUILD_TIME="2022-02-11 20:05";
|
const char* BUILD_TIME="2022-02-12 08:56";
|
||||||
@@ -13,7 +13,7 @@ extern "C"
|
|||||||
#include "Helper.h"
|
#include "Helper.h"
|
||||||
#include <fstream>
|
#include <fstream>
|
||||||
|
|
||||||
const char* GIT_BASE_BRANCH = "master - v10.3.0 - 2022-01-29";
|
const char* GIT_BASE_BRANCH = "master - v10.4.0 - 2022-02-12";
|
||||||
|
|
||||||
|
|
||||||
const char* git_base_branch(void)
|
const char* git_base_branch(void)
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
const char* GIT_REV="45a7198";
|
const char* GIT_REV="379f458";
|
||||||
const char* GIT_TAG="";
|
const char* GIT_TAG="";
|
||||||
const char* GIT_BRANCH="rolling";
|
const char* GIT_BRANCH="rolling";
|
||||||
const char* BUILD_TIME="2022-02-11 20:05";
|
const char* BUILD_TIME="2022-02-12 08:56";
|
||||||
Reference in New Issue
Block a user