Skip to content

Commit 270f8dd

Browse files
committed
v9.1.1
1 parent fde0ae4 commit 270f8dd

File tree

8 files changed

+11
-9
lines changed

8 files changed

+11
-9
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,9 @@ In other cases you can contact the developer via email: <img src="https://raw.gi
4949

5050

5151

52-
##### 9.1.0 - External Illumination (2021-11-14)
52+
##### 9.1.1 - External Illumination (2021-11-16)
5353

54+
- NEW 9.1.1 bug fix: LED implemenetation
5455
- External LEDs: change control mode (resolve bug with more than 2 LEDs)
5556
- Additional info into log file
5657
- Bug fix: decimal shift, html, log file

code/components/jomjol_controlGPIO/server_GPIO.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ bool GpioHandler::readConfig()
400400

401401
if (gpioExtLED > 0)
402402
{
403-
// LogFile.WriteToFile("Startsequence 06");
403+
// LogFile.WriteToFile("Startsequence 06"); // Nremove
404404
// vTaskDelay( xDelay );
405405
// xDelay = 5000 / portTICK_PERIOD_MS;
406406
// printf("main: sleep for : %ldms\n", (long) xDelay);

code/components/jomjol_controlGPIO/server_GPIO.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111

1212
//#include "ClassControllCamera.h"
1313

14+
// wenn __LEDGLOBAL definiert ist, wird eine globale Variable für die LED-Ansteuerung verwendet, ansonsten lokal und jedesmal neu
1415
#define __LEDGLOBAL
1516

1617
typedef enum {

code/main/version.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const char* GIT_REV="b87ce8c";
1+
const char* GIT_REV="fde0ae4";
22
const char* GIT_TAG="";
3-
const char* GIT_BRANCH="rolling";
4-
const char* BUILD_TIME="2021-11-14 08:53";
3+
const char* GIT_BRANCH="master";
4+
const char* BUILD_TIME="2021-11-16 07:06";

code/main/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ extern "C"
1313
#include "Helper.h"
1414
#include <fstream>
1515

16-
const char* GIT_BASE_BRANCH = "master - v9.1.0 - 2021-11-14";
16+
const char* GIT_BASE_BRANCH = "master - v9.1.1 - 2021-11-16";
1717

1818

1919
const char* git_base_branch(void)

code/version.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const char* GIT_REV="b87ce8c";
1+
const char* GIT_REV="fde0ae4";
22
const char* GIT_TAG="";
3-
const char* GIT_BRANCH="rolling";
4-
const char* BUILD_TIME="2021-11-14 08:53";
3+
const char* GIT_BRANCH="master";
4+
const char* BUILD_TIME="2021-11-16 07:05";

firmware/bootloader.bin

0 Bytes
Binary file not shown.

firmware/firmware.bin

112 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)