Skip to content

Commit ce85cf0

Browse files
authored
added comment for user clarity (#5724)
1 parent f2a20e8 commit ce85cf0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: libraries/WebServer/examples/SDWebServer/SDWebServer.ino

+2
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@
2525
index.htm is the default index (works on subfolders as well)
2626
2727
upload the contents of SdRoot to the root of the SDcard and access the editor by going to http://esp8266sd.local/edit
28+
To retrieve the contents of SDcard, visit http://esp32sd.local/list?dir=/
29+
dir is the argument that needs to be passed to the function PrintDirectory via HTTP Get request.
2830
2931
*/
3032
#include <WiFi.h>

0 commit comments

Comments
 (0)