From 0115b9e2aec86814f5c00b6c6660be857772e07a Mon Sep 17 00:00:00 2001 From: Prohurtz <48768484+RedHawk989@users.noreply.github.com> Date: Fri, 14 Apr 2023 16:25:39 -0500 Subject: [PATCH] docs: smol things --- .../src/pages/firmware_guide/upload_and_update_firmware.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vitepress/docs/src/pages/firmware_guide/upload_and_update_firmware.md b/vitepress/docs/src/pages/firmware_guide/upload_and_update_firmware.md index 5becdeb..0db3534 100644 --- a/vitepress/docs/src/pages/firmware_guide/upload_and_update_firmware.md +++ b/vitepress/docs/src/pages/firmware_guide/upload_and_update_firmware.md @@ -11,7 +11,7 @@ Uploading your firmware must initially be done over cable. Once you have the tra ## 1. Connect your tracker to your PC via the programmer -First, connect your ESP32-Cam to your programmer. In the case of the ESP32-Cam-MB board, it's as simple as sticking it into the socket the way it came in the package and then connecting it to your PC with a micro-USB cable. In some cases, there is a button labeled `IOO` on the programmer. If that button exists make sure to hold it in while you plug the programmer into your pc, once plugged in you can release the button. +First, connect your ESP32-Cam to your programmer. In the case of the ESP32-Cam-MB board, it's as simple as sticking it into the socket the way it came in the package and then connecting it to your PC with a micro-USB cable. In some cases, there is a button labeled `IOO` on the programmer. If that button exists make sure to hold it in while you plug the programmer into your PC, once plugged in you can release the button. In the case of an FTDI programmer, the steps aren't as easy, so grab [this guide](https://randomnerdtutorials.com/program-upload-code-esp32-cam/) for how to set it up. @@ -173,7 +173,7 @@ Keep in mind while testing and getting set up, the ESP can only have one client, To update the firmware you'll need to follow a couple of steps. -1. Open a terminal and enter the directory you've cloned OpenIris into, for example `cd D:/OpenIris/` +1. Open a terminal and enter the directory you've cloned OpenIris into, for example `cd C:/OpenIris/` 2. Save your current changes to the config using `git stash`