This commit is contained in:
jomjol
2022-09-17 20:56:14 +02:00
parent 36f5618376
commit 87076df23f
4 changed files with 6 additions and 5 deletions

View File

@@ -40,7 +40,7 @@ In other cases you can contact the developer via email: <img src="https://raw.gi
------
##### 11.3.0 - Intermediate Digits (2022-09-17)
##### 11.3.1 - Intermediate Digits (2022-09-17)
- **ATTENTION**:
- first update the 'firmware.bin' and ensure that the new version is running
@@ -51,6 +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`
- Increased precision (more than 6-7 digits)
- Implements Counter Clockwise Analog Pointers
- Improved post processing algorithm

View File

@@ -1,4 +1,4 @@
const char* GIT_REV="0354236";
const char* GIT_REV="36f5618";
const char* GIT_TAG="";
const char* GIT_BRANCH="rolling";
const char* BUILD_TIME="2022-09-17 10:12";
const char* BUILD_TIME="2022-09-17 12:59";

View File

@@ -1,4 +1,4 @@
const char* GIT_REV="0354236";
const char* GIT_REV="36f5618";
const char* GIT_TAG="";
const char* GIT_BRANCH="rolling";
const char* BUILD_TIME="2022-09-17 10:12";
const char* BUILD_TIME="2022-09-17 12:59";

Binary file not shown.