mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-04 18:03:20 +03:00
parent
65eeac16e8
commit
95832b0e2f
@ -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: ";
|
||||
|
Loading…
x
Reference in New Issue
Block a user