Skip to content

Commit dfcc657

Browse files
authored
[esp32_camera] Fix broken external_component reference (#5168)
1 parent 80cc948 commit dfcc657

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

components/esp32_camera.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -484,9 +484,7 @@ Configuration examples
484484
485485
# Example configuration entry
486486
external_components:
487-
- source:
488-
type: git
489-
url: https://github.com/MichaKersloot/esphome_custom_components
487+
- source: github://pr#9630
490488
components: [ esp32_camera ]
491489
492490
esp32_camera:
@@ -500,6 +498,7 @@ Configuration examples
500498
vsync_pin: GPIO6
501499
href_pin: GPIO7
502500
pixel_clock_pin: GPIO13
501+
frame_buffer_location: DRAM
503502
504503
# Image settings
505504
name: My Camera

0 commit comments

Comments
 (0)