We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80cc948 commit dfcc657Copy full SHA for dfcc657
components/esp32_camera.rst
@@ -484,9 +484,7 @@ Configuration examples
484
485
# Example configuration entry
486
external_components:
487
- - source:
488
- type: git
489
- url: https://github.com/MichaKersloot/esphome_custom_components
+ - source: github://pr#9630
490
components: [ esp32_camera ]
491
492
esp32_camera:
@@ -500,6 +498,7 @@ Configuration examples
500
498
vsync_pin: GPIO6
501
499
href_pin: GPIO7
502
pixel_clock_pin: GPIO13
+ frame_buffer_location: DRAM
503
504
# Image settings
505
name: My Camera
0 commit comments