1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-04 18:03:20 +03:00

fix HelloServer sample

close #168
This commit is contained in:
Ivan Grokhotkov 2015-05-05 13:57:35 +03:00
parent 65eeac16e8
commit 95832b0e2f

View File

@ -19,7 +19,7 @@ void handleRoot() {
void handleNotFound(){
digitalWrite(led, 1);
String message += "File Not Found\n\n";
String message = "File Not Found\n\n";
message += "URI: ";
message += server.uri();
message += "\nMethod: ";