Skip to content

Commit

Permalink
Fixing comments in UDPApp.pde
Browse files Browse the repository at this point in the history
  • Loading branch information
asynclabs committed Jul 19, 2009
1 parent 4416694 commit 9858517
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions examples/UDPApp/UDPApp.pde
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Web Server
* UDP endpoint
*
* A simple web server example using the WiShield 1.0
* A simple UDP endpoint example using the WiShield 1.0
*/

#include <WiShield.h>
Expand Down Expand Up @@ -42,9 +42,6 @@ void setup()
WiFi.init();
}

// This is the webpage that is served up by the webserver
const prog_char webpage[] PROGMEM = {"HTTP/1.1 200 OK\r\nContent-Type: text/html\r\n\r\n<center><h1>Hello World!! I am WiShield</h1><form method=\"get\" action=\"0\">Toggle LED:<input type=\"submit\" name=\"0\" value=\"LED1\"></input></form></center>"};

void loop()
{
WiFi.run();
Expand Down

0 comments on commit 9858517

Please sign in to comment.