Rolling 20220104

This commit is contained in:
jomjol
2022-01-04 21:17:20 +01:00
parent 8dd3a92671
commit 63d336ba28
12 changed files with 25 additions and 174 deletions

View File

@@ -215,7 +215,6 @@ extern "C" void app_main(void)
printf("Do Reset Camera\n");
PowerResetCamera();
size_t _hsize = getESPHeapSize();
if (_hsize < 4000000)
{

View File

@@ -1,4 +1,4 @@
const char* GIT_REV="8e8897c";
const char* GIT_TAG="v10.0.2";
const char* GIT_REV="8dd3a92";
const char* GIT_TAG="";
const char* GIT_BRANCH="rolling";
const char* BUILD_TIME="2022-01-03 17:21";
const char* BUILD_TIME="2022-01-04 21:10";