Rolling 20220118

This commit is contained in:
jomjol
2022-01-18 07:16:38 +01:00
parent 3a4b11e4b3
commit 19a6c21c44
7 changed files with 21 additions and 10 deletions

View File

@@ -73,8 +73,8 @@ static camera_config_t camera_config = {
.pin_pclk = CAM_PIN_PCLK,
//XCLK 20MHz or 10MHz for OV2640 double FPS (Experimental)
.xclk_freq_hz = 20000000, // Orginalwert
// .xclk_freq_hz = 5000000, // Test, um die Bildfehler los zu werden !!!!
// .xclk_freq_hz = 20000000, // Orginalwert
.xclk_freq_hz = 5000000, // Test, um die Bildfehler los zu werden !!!!
.ledc_timer = LEDC_TIMER_0,
.ledc_channel = LEDC_CHANNEL_0,

View File

@@ -1,4 +1,4 @@
const char* GIT_REV="8972f17";
const char* GIT_TAG="";
const char* GIT_BRANCH="master";
const char* BUILD_TIME="2022-01-14 20:29";
const char* GIT_REV="3a4b11e";
const char* GIT_TAG="v10.2.0";
const char* GIT_BRANCH="rolling";
const char* BUILD_TIME="2022-01-18 07:13";

View File

@@ -1,4 +1,4 @@
const char* GIT_REV="8972f17";
const char* GIT_TAG="";
const char* GIT_BRANCH="master";
const char* BUILD_TIME="2022-01-14 20:29";
const char* GIT_REV="3a4b11e";
const char* GIT_TAG="v10.2.0";
const char* GIT_BRANCH="rolling";
const char* BUILD_TIME="2022-01-18 07:13";