Skip to content

Commit

Permalink
Fixed html code
Browse files Browse the repository at this point in the history
  • Loading branch information
lucadentella committed Sep 30, 2012
1 parent b1452e3 commit 7e101cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _7_WebLed/_7_WebLed.ino
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ void loop() {
"<html><head><title>WebLed</title></head>"
"<body>LED Status: $S "
"<a href=\"/?status=$S\"><input type=\"button\" value=\"$S\"></a>"
"</form></body>"
"</body></html>"
), statusLabel, buttonLabel, buttonLabel);
ether.httpServerReply(bfill.position());
}
Expand Down

0 comments on commit 7e101cd

Please sign in to comment.