monitor sensor and control relay via web server

Dependencies:   WIZWebtInterface mbed

Fork of HTTP_Test_Server_Web by root root

Files at this revision

API Documentation at this revision

Comitter:
846354866
Date:
Wed Nov 16 06:16:59 2016 +0000
Parent:
3:dc786e394e82
Commit message:

Changed in this revision

WIZnetInterface.lib Show annotated file Show diff for this revision Revisions of this file
wizHTML.h Show annotated file Show diff for this revision Revisions of this file
diff -r dc786e394e82 -r f975091219a2 WIZnetInterface.lib
--- a/WIZnetInterface.lib	Wed Nov 16 05:25:55 2016 +0000
+++ b/WIZnetInterface.lib	Wed Nov 16 06:16:59 2016 +0000
@@ -1,1 +1,1 @@
-http://developer.mbed.org/teams/WIZnet/code/WIZnetInterface/#d4ed4f463f3d
+https://developer.mbed.org/users/846354866/code/WIZWebtInterface/#d4ed4f463f3d
diff -r dc786e394e82 -r f975091219a2 wizHTML.h
--- a/wizHTML.h	Wed Nov 16 05:25:55 2016 +0000
+++ b/wizHTML.h	Wed Nov 16 06:16:59 2016 +0000
@@ -74,5 +74,5 @@
         <form action='http://%s'><H3>Led:<input type='submit' value='ON/OFF'><H3></form>\
         </tbody>\
         <meta http-equiv='refresh' content='2'>\
-        </html>\0", Temp, tempW, Hum, humW, Gas, gasW, Led, ledS, ip);
+        </html>", Temp, tempW, Hum, humW, Gas, gasW, Led, ledS, ip);
 }
\ No newline at end of file