This commit is contained in:
jomjol
2021-11-16 07:15:55 +01:00
parent fde0ae4781
commit 270f8dd093
8 changed files with 11 additions and 9 deletions

View File

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

View File

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

View File

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

View File

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

View File

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