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 {
105105 }
106106 void InitializeButtons () {
107107 instance_ = this ;
108-
108+
109109 // Button A
110110 button_config_t btn_a_config = {
111111 .long_press_time = 1000 ,
@@ -168,7 +168,7 @@ class Df_K10Board : public WifiBoard {
168168 }
169169
170170 void InitializeCamera () {
171-
171+
172172 camera_config_t config = {};
173173 config.ledc_channel = LEDC_CHANNEL_2; // LEDC通道选择 用于生成XCLK时钟 但是S3不用
174174 config.ledc_timer = LEDC_TIMER_2; // LEDC timer选择 用于生成XCLK时钟 但是S3不用
@@ -198,7 +198,6 @@ class Df_K10Board : public WifiBoard {
198198 config.grab_mode = CAMERA_GRAB_WHEN_EMPTY;
199199
200200 camera_ = new Esp32Camera (config);
201- camera_->SetVFlip (1 );
202201 }
203202
204203 void InitializeIli9341Display () {
You can’t perform that action at this time.
0 commit comments