This commit is contained in:
Leonie 2023-10-31 12:27:18 +01:00
parent abc10ff02e
commit 14f45ac86b

View file

@ -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();