minor readme changes

This commit is contained in:
Jon Roeber 2022-08-29 22:01:30 -04:00
parent d92fa52f5d
commit a1a4785c89

View File

@ -1,9 +1,11 @@
# ESP32 Cam
# ESP32-CAM Web API
A basic program for getting pictures from the ESP32-cam over the network.
A basic program for getting pictures from the ESP32-CAM over the network.
## Instructions
(Assumes basic knowledge of working with ESP32-CAM boards.)
- Add your SSID/password to `src/main.cpp`.
- (Optional) [Set a static IP address](https://randomnerdtutorials.com/esp8266-nodemcu-static-fixed-ip-address-arduino/).
- Flash to the ESP32-cam with PlatformIO.