gsgse

Dependencies:   SDFileSystem WIZnetInterface httpServer_with_Ethernt mbed

Fork of HTTPWebServer-WIZwiki-W7500 by IOP

Files at this revision

API Documentation at this revision

Comitter:
ajeet3004
Date:
Wed Sep 06 08:41:20 2017 +0000
Parent:
24:64dfb6c4994b
Commit message:
Modified SDFilesystem

Changed in this revision

SDFileSystem.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
mbed.bld Show annotated file Show diff for this revision Revisions of this file
--- a/SDFileSystem.lib	Tue Apr 18 03:40:04 2017 +0000
+++ b/SDFileSystem.lib	Wed Sep 06 08:41:20 2017 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/azsymaivan/code/SDFileSystem/#f242d7bdef28
+https://developer.mbed.org/users/ajeet3004/code/SDFileSystem/#cf4e95113539
--- a/main.cpp	Tue Apr 18 03:40:04 2017 +0000
+++ b/main.cpp	Wed Sep 06 08:41:20 2017 +0000
@@ -21,9 +21,9 @@
 HTTPServer  svr;
 
 // Set Server Network
-char ip_addr[] = "192.168.240.111";
+char ip_addr[] = "192.168.0.111";
 char subnet_mask[] = "255.255.255.0";
-char gateway_addr[] = "192.168.240.1";
+char gateway_addr[] = "192.168.0.1";
 
 
 int main()
--- a/mbed.bld	Tue Apr 18 03:40:04 2017 +0000
+++ b/mbed.bld	Wed Sep 06 08:41:20 2017 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/mbed_official/code/mbed/builds/252557024ec3
\ No newline at end of file
+http://mbed.org/users/mbed_official/code/mbed/builds/a330f0fddbec
\ No newline at end of file