From c78ddfaf2c723ee5132b76ab5f1624e6c958702a Mon Sep 17 00:00:00 2001 From: Alan <60433566+alanesq@users.noreply.github.com> Date: Fri, 4 Dec 2020 17:03:20 +0000 Subject: [PATCH] Update esp32cam-demo.ino --- esp32cam-demo.ino | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/esp32cam-demo.ino b/esp32cam-demo.ino index 9291eba..c025ce0 100644 --- a/esp32cam-demo.ino +++ b/esp32cam-demo.ino @@ -47,7 +47,7 @@ const char* password = ""; const char* stitle = "ESP32Cam-demo"; // title of this sketch - const char* sversion = "26Nov20"; // Sketch version + const char* sversion = "04Dec20"; // Sketch version const bool serialDebug = 1; // show additional debug info. on serial port (1=enabled) @@ -69,7 +69,7 @@ const int iopinA = 13; // general io pin 13 const int iopinB = 12; // general io pin 12 (must not be high at boot) - const int iopinC = 16; // input only pin 16 (has a 10k pullup resistor) + const int iopinC = 16; // input only pin 16 (used for PSRam but you may get away with using as input for a button etc.) const int serialSpeed = 115200; // Serial data speed to use