jomjol 4 anni fa
parent
commit
270f8dd093

+ 2 - 1
README.md

@@ -49,8 +49,9 @@ In other cases you can contact the developer via email: <img src="https://raw.gi
 
 
 
-##### 9.1.0 - External Illumination (2021-11-14)
+##### 9.1.1 - External Illumination (2021-11-16)
 
+- NEW 9.1.1 bug fix: LED implemenetation
 - External LEDs: change control mode (resolve bug with more than 2 LEDs)
 - Additional info into log file
 - Bug fix: decimal shift, html, log file

+ 1 - 1
code/components/jomjol_controlGPIO/server_GPIO.cpp

@@ -400,7 +400,7 @@ bool GpioHandler::readConfig()
 
     if (gpioExtLED > 0)
     {
-    //    LogFile.WriteToFile("Startsequence 06");      
+    //     LogFile.WriteToFile("Startsequence 06");      // Nremove
 //        vTaskDelay( xDelay );   
 //        xDelay = 5000 / portTICK_PERIOD_MS;
 //        printf("main: sleep for : %ldms\n", (long) xDelay);

+ 1 - 0
code/components/jomjol_controlGPIO/server_GPIO.h

@@ -11,6 +11,7 @@
 
 //#include "ClassControllCamera.h"
 
+// wenn __LEDGLOBAL definiert ist, wird eine globale Variable für die LED-Ansteuerung verwendet, ansonsten lokal und jedesmal neu
 #define __LEDGLOBAL
 
 typedef enum {

+ 3 - 3
code/main/version.cpp

@@ -1,4 +1,4 @@
-const char* GIT_REV="b87ce8c";
+const char* GIT_REV="fde0ae4";
 const char* GIT_TAG="";
-const char* GIT_BRANCH="rolling";
-const char* BUILD_TIME="2021-11-14 08:53";
+const char* GIT_BRANCH="master";
+const char* BUILD_TIME="2021-11-16 07:06";

+ 1 - 1
code/main/version.h

@@ -13,7 +13,7 @@ extern "C"
 #include "Helper.h"
 #include <fstream>
 
-const char* GIT_BASE_BRANCH = "master - v9.1.0 - 2021-11-14";
+const char* GIT_BASE_BRANCH = "master - v9.1.1 - 2021-11-16";
 
 
 const char* git_base_branch(void)

+ 3 - 3
code/version.cpp

@@ -1,4 +1,4 @@
-const char* GIT_REV="b87ce8c";
+const char* GIT_REV="fde0ae4";
 const char* GIT_TAG="";
-const char* GIT_BRANCH="rolling";
-const char* BUILD_TIME="2021-11-14 08:53";
+const char* GIT_BRANCH="master";
+const char* BUILD_TIME="2021-11-16 07:05";

BIN
firmware/bootloader.bin


BIN
firmware/firmware.bin