Error Correction

This commit is contained in:
jomjol
2020-09-21 22:36:47 +02:00
parent b059713df5
commit 5b52b806ae
8 changed files with 55 additions and 54 deletions

View File

@@ -5,7 +5,7 @@
#include "driver/gpio.h"
#include "sdkconfig.h"
#include "version.h"
//#include "version.h"
#include "ClassLogFile.h"
@@ -135,9 +135,6 @@ extern "C" void app_main()
std::string zw = gettimestring("%Y%m%d-%H%M%S");
printf("time %s\n", zw.c_str());
printf("libfive_git_version: %s\n", libfive_git_version());
printf("libfive_git_revision: %s\n", libfive_git_revision());
printf("libfive_git_branch: %s\n", libfive_git_branch());
Camera.InitCam();
Camera.LightOnOff(false);