mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2026-01-31 06:40:49 +03:00
v9.1.1
This commit is contained in:
@@ -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)
|
- External LEDs: change control mode (resolve bug with more than 2 LEDs)
|
||||||
- Additional info into log file
|
- Additional info into log file
|
||||||
- Bug fix: decimal shift, html, log file
|
- Bug fix: decimal shift, html, log file
|
||||||
|
|||||||
@@ -400,7 +400,7 @@ bool GpioHandler::readConfig()
|
|||||||
|
|
||||||
if (gpioExtLED > 0)
|
if (gpioExtLED > 0)
|
||||||
{
|
{
|
||||||
// LogFile.WriteToFile("Startsequence 06");
|
// LogFile.WriteToFile("Startsequence 06"); // Nremove
|
||||||
// vTaskDelay( xDelay );
|
// vTaskDelay( xDelay );
|
||||||
// xDelay = 5000 / portTICK_PERIOD_MS;
|
// xDelay = 5000 / portTICK_PERIOD_MS;
|
||||||
// printf("main: sleep for : %ldms\n", (long) xDelay);
|
// printf("main: sleep for : %ldms\n", (long) xDelay);
|
||||||
|
|||||||
@@ -11,6 +11,7 @@
|
|||||||
|
|
||||||
//#include "ClassControllCamera.h"
|
//#include "ClassControllCamera.h"
|
||||||
|
|
||||||
|
// wenn __LEDGLOBAL definiert ist, wird eine globale Variable für die LED-Ansteuerung verwendet, ansonsten lokal und jedesmal neu
|
||||||
#define __LEDGLOBAL
|
#define __LEDGLOBAL
|
||||||
|
|
||||||
typedef enum {
|
typedef enum {
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
const char* GIT_REV="b87ce8c";
|
const char* GIT_REV="fde0ae4";
|
||||||
const char* GIT_TAG="";
|
const char* GIT_TAG="";
|
||||||
const char* GIT_BRANCH="rolling";
|
const char* GIT_BRANCH="master";
|
||||||
const char* BUILD_TIME="2021-11-14 08:53";
|
const char* BUILD_TIME="2021-11-16 07:06";
|
||||||
@@ -13,7 +13,7 @@ extern "C"
|
|||||||
#include "Helper.h"
|
#include "Helper.h"
|
||||||
#include <fstream>
|
#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)
|
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_TAG="";
|
||||||
const char* GIT_BRANCH="rolling";
|
const char* GIT_BRANCH="master";
|
||||||
const char* BUILD_TIME="2021-11-14 08:53";
|
const char* BUILD_TIME="2021-11-16 07:05";
|
||||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user