Rob Dobson / RdWebServer

Dependents:   RdBlindsServer SpideyWallWeb RdGasUseMonitor

Files at this revision

API Documentation at this revision

Comitter:
Bobty
Date:
Fri Oct 16 08:41:02 2015 +0000
Parent:
26:3c4c10e989b1
Child:
28:99036ff32459
Commit message:
Re-enabled folder view by default

Changed in this revision

RdWebServer.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/RdWebServer.cpp	Tue Oct 13 18:33:57 2015 +0000
+++ b/RdWebServer.cpp	Fri Oct 16 08:41:02 2015 +0000
@@ -12,7 +12,7 @@
 #define SUPPORT_LOCAL_FILE_CACHE 1
 
 // Change this to support display of files on the server
-//#define SUPPORT_FOLDER_VIEW 1
+#define SUPPORT_FOLDER_VIEW 1
 
 #include "RdWebServer.h"