Joseph Boettcher / Mbed 2 deprecated ECE_4180_Lab2_Wifi

Dependencies:   mbed

Fork of ECE_4180_Lab2_Wifi by Zack Braun

Revision:
3:bdc1aba26290
Parent:
2:a8541fc8cf29
--- a/main.cpp	Fri Sep 23 23:38:20 2016 +0000
+++ b/main.cpp	Sun Nov 06 22:33:00 2016 +0000
@@ -189,11 +189,11 @@
         SendCMD();
       wait(1);
         
-        strcpy(snd, "conn:send(\"<h1> Hi Zack Braun, NodeMcu.</h1>\")\r\n");
+        strcpy(snd, "conn:send(\"<h1> Joseph Boettcher .</h1>\")\r\n");
       SendCMD();
         wait(1);
         
-        strcpy(snd, "conn:send(\"<h2> Hello World!</h2>\")\r\n");
+        strcpy(snd, "conn:send(\"<h2>& Sean BUCKINGHAM </h2>\")\r\n");
         SendCMD();
         wait(1);