From 188816779d2aa387a2ce8ea3d94571f33ca1e8ca Mon Sep 17 00:00:00 2001 From: ardyesp Date: Sun, 4 Mar 2018 19:50:52 -0500 Subject: [PATCH] Update README.md --- README.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index bfd5f77..c7256b0 100644 --- a/README.md +++ b/README.md @@ -11,12 +11,14 @@ Supports the basic WebDav operations. ## Use: Compile and upload the program to an ESP8266 module. ESP12-E was used for development and testing. -Connect the SPI bus lines to SD card. -ESP Module SD Card -13 MOSI -12 MISO -14 SCK -15 CS +Connect the SPI bus lines to SD card. + +ESP Module|SD Card +---|--- +GPIO13|MOSI +GPIO12|MISO +GPIO14|SCK +GPIO15|CS The card should be formatted for Fat16 or Fat32