diff --git a/README.md b/README.md index 6667ac4..6a22d53 100644 --- a/README.md +++ b/README.md @@ -24,11 +24,11 @@ it has the following features:
-Can read the image as RGB data (i.e. 3 bytes per pixel for red, green and blue value)
-Act as web client (reading the web page in to a string) - see requestWebPage() -

The root web page uses AJAX to update info. on the page. This is done in the easiest to understand/follow way I can, it seems a bit complicated +
The root web page uses AJAX to update info. on the page. This is done in the easiest to understand/follow way I can, it seems a bit complicated
at first but basically you just create html with a named where you want the info to go, the javascript then periodically sends a request to
http://x.x.x.x/data which returns the information seperated by commas which the JavaScript splits in to an array and then sends to the relevant
on the web page. -

BTW - I have created a timelapse sketch based on this one which may be of interest: https://github.com/alanesq/esp32cam-Timelapse +
BTW - I have created a timelapse sketch based on this one which may be of interest: https://github.com/alanesq/esp32cam-Timelapse

LATEST NEWS!!!
There is now a very cheap motherboard available for the esp32cam which make it as easy to use as any other esp development board.