Skip to content

Commit

Permalink
Fix link hashes
Browse files Browse the repository at this point in the history
  • Loading branch information
JessamyT committed Jan 23, 2025
1 parent 0771982 commit 83b477d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/operate/reference/components/camera/esp32-camera.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ For example, the `OV2640` with a ribbon cable connected to an ESP32:

{{< alert title="Software requirements" color="note" >}}
To use this model, you must follow the [`viam-micro-server` Development Setup](/operate/get-started/other-hardware/micro-module/), which enables you to install and activate the ESP-IDF.
At the step [Generate a new project from a template](/operate/get-started/other-hardware/micro-module/#creating-a-project-or-module) where you create a new project with `cargo generate`, select the option to include camera module traits when prompted.
At the step [Generate a new project from a template](/operate/get-started/other-hardware/micro-module/#build-custom-firmware) where you create a new project with `cargo generate`, select the option to include camera module traits when prompted.
Finish the [`viam-micro-server` Development Setup](/operate/get-started/other-hardware/micro-module/) and return to this guide.
{{< /alert >}}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ The camera always returns the same image, which is an image of a circle inside a

{{< alert title="Software requirements" color="note" >}}
To use this model, you must follow the [`viam-micro-server` Development Setup](/operate/get-started/other-hardware/micro-module/), which enables you to install and activate the ESP-IDF.
At the step [Generate a new project from a template](/operate/get-started/other-hardware/micro-module/#creating-a-project-or-module) where you create a new project with `cargo generate`, select the option to include camera module traits when prompted.
At the step [Generate a new project from a template](/operate/get-started/other-hardware/micro-module/#build-custom-firmware) where you create a new project with `cargo generate`, select the option to include camera module traits when prompted.
Finish the [`viam-micro-server` Development Setup](/operate/get-started/other-hardware/micro-module/) and return to this guide.
{{< /alert >}}

Expand Down

0 comments on commit 83b477d

Please sign in to comment.