mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-10 05:26:52 +03:00
v9.1.1
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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";
|
||||
@@ -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)
|
||||
|
||||
@@ -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";
|
||||
Reference in New Issue
Block a user