diff --git a/README.md b/README.md index 640aa85..64083c6 100644 --- a/README.md +++ b/README.md @@ -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.