diff --git a/Doorbell-Speaker.ino b/Doorbell-Speaker.ino index d93417e..91be72d 100644 --- a/Doorbell-Speaker.ino +++ b/Doorbell-Speaker.ino @@ -137,16 +137,13 @@ void loop() { client.println(""); client.println(""); client.println(""); - // 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(""); client.println("

LeWe Türklingel

"); client.println("

LED - State " + ledState + "

"); - client.println("

Volume " + String(volume) + "

"); + client.println("

Volume: " + String(volume) + "

"); client.println("

"); client.println("");