docs: smol things

This commit is contained in:
Prohurtz 2023-04-14 16:25:39 -05:00
parent 09cb9e0aff
commit 0115b9e2ae

View File

@ -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`