Revert part of 5381a6b32d
This commit is contained in:
parent
abc10ff02e
commit
14f45ac86b
|
@ -51,6 +51,8 @@ void setup() {
|
|||
digitalWrite(LED_BUILTIN, LOW);
|
||||
request->send(200, "text/plain", "Was there ever anything here?");
|
||||
});
|
||||
|
||||
server.onNotFound(notFound);
|
||||
|
||||
|
||||
server.begin();
|
||||
|
|
Loading…
Reference in a new issue