linefeeds removed

This commit is contained in:
ghwc2015 2018-02-23 07:42:19 +01:00 committed by GitHub
parent 8947ea108b
commit 763b9855bb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -606,7 +606,6 @@ void shortKeyPress() {
#ifdef ENABLE_MQTT
mqtt_client.publish(mqtt_outtopic, String("OK =off").c_str());
#endif
}
}
@ -617,7 +616,6 @@ void mediumKeyPress() {
#ifdef ENABLE_MQTT
mqtt_client.publish(mqtt_outtopic, String("OK =fire flicker").c_str());
#endif
}
// called when button is kept pressed for 2 seconds or more
@ -627,7 +625,6 @@ void longKeyPress() {
#ifdef ENABLE_MQTT
mqtt_client.publish(mqtt_outtopic, String("OK =fireworks random").c_str());
#endif
}
void button() {