From 1848b364c1c96fbf49c1b8a21f6c44288531edbe Mon Sep 17 00:00:00 2001 From: Alan <60433566+alanesq@users.noreply.github.com> Date: Mon, 10 Jan 2022 08:27:57 +0000 Subject: [PATCH] Update esp32cam-demo.ino --- esp32cam-demo.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esp32cam-demo.ino b/esp32cam-demo.ino index 1aa30ca..d44d00a 100644 --- a/esp32cam-demo.ino +++ b/esp32cam-demo.ino @@ -14,7 +14,7 @@ * * GPIO: * You can use io pins 13 and 12 for input or output (but 12 must not be high at boot) -* pin 16 is used for psram but you may get away with using it as input for a button etc. +* pin 16 is used for psram but you may get away with using it as input for a button but not recommended * You could also use pins 1 & 3 if you do not use Serial (disable serialDebug in the settings below) * Pins 14, 2 & 15 should be ok to use if you are not using an SD Card * More info: https://randomnerdtutorials.com/esp32-cam-ai-thinker-pinout/