Skip to content

Commit

Permalink
modcamera.h aktualisieren
Browse files Browse the repository at this point in the history
Default ov5640 only for esp32s3
  • Loading branch information
cnadler86 authored Oct 7, 2024
1 parent 20d8881 commit 0b9d18b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modcamera.h
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ defined(MICROPY_CAMERA_PIN_PCLK) && defined(MICROPY_CAMERA_PIN_VSYNC) && defined
#define CONFIG_OV2640_SUPPORT 1
#endif

#ifndef CONFIG_OV5640_SUPPORT
#if !defined(CONFIG_OV5640_SUPPORT) && defined(CONFIG_IDF_TARGET_ESP32S3)
#define CONFIG_OV5640_SUPPORT 1
#endif

Expand Down

0 comments on commit 0b9d18b

Please sign in to comment.