Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: RdBlindsServer SpideyWallWeb RdGasUseMonitor
Revision 27:0c2d6f598ae5, committed 2015-10-16
- 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"