Merge pull request #72 from mordyovits/patch-1

Fix cut-and-paste error in request handler comment
This commit is contained in:
Tobias Blum 2017-12-26 16:31:28 +01:00 committed by GitHub
commit 511d2ae8f1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -475,7 +475,7 @@ void checkForRequests() {
mqtt_client.publish(mqtt_outtopic, String(String("OK ") + String((char *)payload)).c_str());
}
// + ==> Set range of LEDs in the given colors
// R ==> Set range of LEDs in the given colors
if (payload[0] == 'R') {
handleRangeDifferentColors(payload);
DBG_OUTPUT_PORT.printf("MQTT: Set range of LEDS to single color: [%s]\n", payload);