Internet piano with Updated SDFileSystem
Dependencies: SDFileSystem WIZnetInterface httpServer mbed
Fork of HTTPWebServer-WIZwiki-W750023 by
Diff: main.cpp
- Revision:
- 19:0ea7e7a9ebae
- Parent:
- 18:5d96484995cf
- Child:
- 21:a5e91b90d7a3
--- a/main.cpp Wed Jul 01 04:06:51 2015 +0000 +++ b/main.cpp Wed Sep 02 02:06:28 2015 +0000 @@ -24,6 +24,7 @@ int main() { + HTTPFsRequestHandler::mount_eth(ð); HTTPFsRequestHandler::mount("/local/", "/"); svr.addHandler<HTTPFsRequestHandler>("/");