m b
/
huzzah_helloWorld
Gedeon and Mike fork
Fork of huzzah_helloWorld by
Revision 1:7aa8012a884d, committed 2016-02-15
- Comitter:
- mikeb
- Date:
- Mon Feb 15 18:53:16 2016 +0000
- Parent:
- 0:57cec3469a80
- Commit message:
- Wifi Lab 2;
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 57cec3469a80 -r 7aa8012a884d main.cpp --- a/main.cpp Thu Oct 22 16:18:21 2015 +0000 +++ b/main.cpp Mon Feb 15 18:53:16 2016 +0000 @@ -11,8 +11,8 @@ char buf[2024]; char snd[1024]; -char ssid[32] = "SwagInABag"; // enter WiFi router ssid inside the quotes -char pwd [32] = "yoloswag"; // enter WiFi router password inside the quotes +char ssid[32] = "Bender"; //GTother // enter WiFi router ssid inside the quotes +char pwd [32] = "pooppoop"; //GeorgeP@1927 // enter WiFi router password inside the quotes void SendCMD(),getreply(),ESPconfig(),ESPsetbaudrate(); void dev_recv() @@ -189,11 +189,11 @@ SendCMD(); wait(1); - strcpy(snd, "conn:send(\"<h1> Hi James, NodeMcu.</h1>\")\r\n"); + strcpy(snd, "conn:send(\"<h1> Mike and Gedeon Lab 2</h1>\")\r\n"); SendCMD(); wait(1); - strcpy(snd, "conn:send(\"<h2> test</h2>\")\r\n"); + strcpy(snd, "conn:send(\"<h2> poop</h2>\")\r\n"); SendCMD(); wait(1);