File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ class Df_K10Board : public WifiBoard {
105
105
}
106
106
void InitializeButtons () {
107
107
instance_ = this ;
108
-
108
+
109
109
// Button A
110
110
button_config_t btn_a_config = {
111
111
.long_press_time = 1000 ,
@@ -168,7 +168,7 @@ class Df_K10Board : public WifiBoard {
168
168
}
169
169
170
170
void InitializeCamera () {
171
-
171
+
172
172
camera_config_t config = {};
173
173
config.ledc_channel = LEDC_CHANNEL_2; // LEDC通道选择 用于生成XCLK时钟 但是S3不用
174
174
config.ledc_timer = LEDC_TIMER_2; // LEDC timer选择 用于生成XCLK时钟 但是S3不用
@@ -198,7 +198,6 @@ class Df_K10Board : public WifiBoard {
198
198
config.grab_mode = CAMERA_GRAB_WHEN_EMPTY;
199
199
200
200
camera_ = new Esp32Camera (config);
201
- camera_->SetVFlip (1 );
202
201
}
203
202
204
203
void InitializeIli9341Display () {
You can’t perform that action at this time.
0 commit comments