We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2a20e8 commit ce85cf0Copy full SHA for ce85cf0
libraries/WebServer/examples/SDWebServer/SDWebServer.ino
@@ -25,6 +25,8 @@
25
index.htm is the default index (works on subfolders as well)
26
27
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.
30
31
*/
32
#include <WiFi.h>
0 commit comments