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.
Dependencies: EthernetNetIf mbed RF12B
Diff: server/impl/FSHandler.cpp
- Revision:
- 2:afe5826411e3
- Parent:
- 1:b26ab2467b1a
--- a/server/impl/FSHandler.cpp Thu Mar 10 19:56:45 2011 +0000 +++ b/server/impl/FSHandler.cpp Sun Mar 27 07:56:59 2011 +0000 @@ -59,7 +59,13 @@ if (path().compare("/log") == 0) { - path() = "/data/log.txt"; + path() = "/syslog/log.txt"; +} +else +if (path().compare("/list") == 0) +{ +UpdateList(); + path() = "/system/files.dat"; } string checkedRootPath = rootPath();