This commit is contained in:
jomjol
2022-09-17 21:19:24 +02:00
parent a1f675419a
commit 6cd52a3cdc
6 changed files with 8 additions and 8 deletions

View File

@@ -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

View File

@@ -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";

View File

@@ -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)

View File

@@ -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.