From f2ad8025809cfb67e6676a83e60e18110ee490fe Mon Sep 17 00:00:00 2001 From: Alan <60433566+alanesq@users.noreply.github.com> Date: Sat, 26 Sep 2020 16:27:39 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index feec6a2..c61f8d6 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,9 @@ This is a starting point sketch for projects using the esp32cam development boar * web server with live video streaming * sd card support (using 1bit mode to free some io pins) * io pins available for use are 13, 12(must be low at boot) - * flash led is still available for use on pin 4 + * flash led is still available for use on pin 4 when using sd card - I found it quiet confusing trying to do anything with this module and so have tried to compile everything I have learned so far in to + I found it quiet confusing trying to do much with this module and so have tried to compile everything I have learned so far in to a easy to follow sketch to encourage others to have a try with these powerful and VERY affordable modules... created using the Arduino IDE with ESP32 module installed (https://dl.espressif.com/dl/package_esp32_index.json)