Sfoglia il codice sorgente

Merge branch 'rolling'

jomjol 3 anni fa
parent
commit
9418d55a2f
5 ha cambiato i file con 8 aggiunte e 7 eliminazioni
  1. 2 1
      README.md
  2. 3 3
      code/main/version.cpp
  3. 3 3
      code/version.cpp
  4. BIN
      firmware/bootloader.bin
  5. BIN
      firmware/firmware.bin

+ 2 - 1
README.md

@@ -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**: 
 - **ATTENTION**: 
   - first update the 'firmware.bin' and ensure that the new version is running
   - 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)
 - Increased precision (more than 6-7 digits)
 - Implements Counter Clockwise Analog Pointers
 - Implements Counter Clockwise Analog Pointers
 - Improved post processing algorithm
 - Improved post processing algorithm

+ 3 - 3
code/main/version.cpp

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

+ 3 - 3
code/version.cpp

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

BIN
firmware/bootloader.bin


BIN
firmware/firmware.bin