From 0fe549cade7a1199fe068bfd9c3a0c79201effcc Mon Sep 17 00:00:00 2001 From: Jon Roeber Date: Mon, 29 Aug 2022 22:03:00 -0400 Subject: [PATCH] capitalize --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 64083c6..a53a86a 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,6 @@ A basic program for getting pictures from the ESP32-CAM over the network. - 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. +- Flash to the ESP32-CAM with PlatformIO. - Get the IP address from the serial output if you did not set a static IP. - Run `curl -o test.jpg ` to take and save a picture to your local machine.