diff --git a/.gitignore b/.gitignore index 51c0d07..d457ba3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ secrets.yaml -credentials.h \ No newline at end of file +credentials.h +testcurl \ No newline at end of file diff --git a/first-webserver/first-webserver.ino b/first-webserver/first-webserver.ino index f02faf6..29ff08b 100644 --- a/first-webserver/first-webserver.ino +++ b/first-webserver/first-webserver.ino @@ -91,9 +91,8 @@ void loop(){ // CSS to style the on/off buttons // Feel free to change the background-color and font-size attributes to fit your preferences client.println(""); + client.println(""); // Web Page Heading client.println("

Pflanzensensor

");