This commit is contained in:
jomjol
2022-08-21 17:44:34 +02:00
parent 2a8b3a87ea
commit ea69b1be00
8 changed files with 21 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
const char* GIT_REV="bfe8d3b";
const char* GIT_REV="2a8b3a8";
const char* GIT_TAG="";
const char* GIT_BRANCH="master";
const char* BUILD_TIME="2022-08-13 14:22";
const char* GIT_BRANCH="rolling";
const char* BUILD_TIME="2022-08-21 17:33";

View File

@@ -13,7 +13,7 @@ extern "C"
#include "Helper.h"
#include <fstream>
const char* GIT_BASE_BRANCH = "master - v11.0.0 - 2022-08-13";
const char* GIT_BASE_BRANCH = "master - v11.1.0 - 2022-08-21";
const char* git_base_branch(void)

View File

@@ -15,6 +15,7 @@ src_dir = main
[env:esp32cam]
platform = espressif32@4.4.0
;platform = espressif32@5.1.0
;platform = espressif32
board = esp32cam
framework = espidf

View File

@@ -1,4 +1,4 @@
const char* GIT_REV="bfe8d3b";
const char* GIT_REV="2a8b3a8";
const char* GIT_TAG="";
const char* GIT_BRANCH="master";
const char* BUILD_TIME="2022-08-13 14:22";
const char* GIT_BRANCH="rolling";
const char* BUILD_TIME="2022-08-21 17:33";