From d60e0739ccd318e7d09064402175c8640c3f9e33 Mon Sep 17 00:00:00 2001 From: Akash Mankar Date: Thu, 30 Sep 2021 15:24:02 +0200 Subject: [PATCH] added comment for user clarity --- libraries/WebServer/examples/SDWebServer/SDWebServer.ino | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libraries/WebServer/examples/SDWebServer/SDWebServer.ino b/libraries/WebServer/examples/SDWebServer/SDWebServer.ino index 9e0b8456e28..de01610ecec 100644 --- a/libraries/WebServer/examples/SDWebServer/SDWebServer.ino +++ b/libraries/WebServer/examples/SDWebServer/SDWebServer.ino @@ -25,6 +25,8 @@ index.htm is the default index (works on subfolders as well) upload the contents of SdRoot to the root of the SDcard and access the editor by going to http://esp8266sd.local/edit + To retrieve the contents of SDcard, visit http://esp32sd.local/list?dir=/ + dir is the argument that needs to be passed to the function PrintDirectory via HTTP Get request. */ #include