Skip to content

Commit aea434a

Browse files
authored
modcamera.h aktualisieren
1 parent eb1deb7 commit aea434a

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/modcamera.h

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -86,15 +86,6 @@ defined (MICROPY_CAMERA_PIN_PCLK) && defined (MICROPY_CAMERA_PIN_VSYNC) && defin
8686
#define MICROPY_CAMERA_JPEG_QUALITY (85)
8787
#endif
8888

89-
//Supported Camera sensors
90-
#ifndef CONFIG_OV2640_SUPPORT
91-
#define CONFIG_OV2640_SUPPORT 1
92-
#endif
93-
94-
#if !defined(CONFIG_OV5640_SUPPORT) && defined(CONFIG_IDF_TARGET_ESP32S3)
95-
#define CONFIG_OV5640_SUPPORT 1
96-
#endif
97-
9889
typedef pixformat_t hal_camera_pixformat_t;
9990
typedef framesize_t hal_camera_framesize_t;
10091
typedef camera_fb_location_t hal_camera_fb_location_t;

0 commit comments

Comments
 (0)