From 33d98f568697920c8a54f05652e78b0ba883f70c Mon Sep 17 00:00:00 2001 From: Alan <60433566+alanesq@users.noreply.github.com> Date: Tue, 29 Dec 2020 08:48:42 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fd23442..28993d8 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ Note: If using an sd card you this will normally stop you using pins 12, 13 and but if you put it in to 1-bit mode it allows you to carry on using these pins. The command to use 1-bit mode in the Arduino IDE is: SD_MMC.begin("/sdcard", true) see an example of its use here: https://github.com/alanesq/esp32cam-demo -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 etc.? ----------------