From a727ef478d9290ff35eddc745c8474011ed0971b Mon Sep 17 00:00:00 2001 From: Tilman Date: Wed, 26 Sep 2018 20:58:38 +0000 Subject: [PATCH] Update Doorbell-Speaker.ino - lauter/leiser-Buttons --- Doorbell-Speaker.ino | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) 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("");