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.
Fork of ECE_4180_Lab2_Wifi by
Revision 3:bdc1aba26290, committed 2016-11-06
- Comitter:
- jboettcher
- Date:
- Sun Nov 06 22:33:00 2016 +0000
- Parent:
- 2:a8541fc8cf29
- Commit message:
- complete;
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- 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);
