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: NyFileSystems libMiMic mbed-rtos mbed
Fork of MbedFileServer by
Revision 28:3b83785b9b03, committed 2015-09-15
- Comitter:
- nyatla
- Date:
- Tue Sep 15 12:03:36 2015 +0000
- Parent:
- 27:a7075db6e0e3
- Commit message:
- update libmimic
Changed in this revision
| libMiMic.lib | Show annotated file Show diff for this revision Revisions of this file |
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/libMiMic.lib Tue Oct 28 15:12:26 2014 +0000 +++ b/libMiMic.lib Tue Sep 15 12:03:36 2015 +0000 @@ -1,1 +1,1 @@ -http://mbed.org/users/nyatla/code/libMiMic/#41a5e92e0a8e +http://mbed.org/users/nyatla/code/libMiMic/#e40058804062
--- a/main.cpp Tue Oct 28 15:12:26 2014 +0000
+++ b/main.cpp Tue Sep 15 12:03:36 2015 +0000
@@ -54,8 +54,9 @@
UPnPBasicDeviceHttpd* httpd;
int main()
{
+ MiMicNetIf netif;
NetConfig cfg; //create network configulation
- Net net;//Net constructor must be created after started RTOS
+ Net net(netif);//Net constructor must be created after started RTOS
//Prepare configulation.
cfg.setUPnPIcon(64,64,8,"image/png","/rom/icon.png");//set upnp icon address
