Skip to content

Commit

Permalink
v9.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jomjol committed Nov 16, 2021
1 parent fde0ae4 commit 270f8dd
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 9 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion code/components/jomjol_controlGPIO/server_GPIO.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down
1 change: 1 addition & 0 deletions code/components/jomjol_controlGPIO/server_GPIO.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
6 changes: 3 additions & 3 deletions code/main/version.cpp
Original file line number Diff line number Diff line change
@@ -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";
2 changes: 1 addition & 1 deletion code/main/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
6 changes: 3 additions & 3 deletions code/version.cpp
Original file line number Diff line number Diff line change
@@ -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";
Binary file modified firmware/bootloader.bin
Binary file not shown.
Binary file modified firmware/firmware.bin
Binary file not shown.

0 comments on commit 270f8dd

Please sign in to comment.