Fix cut-and-paste error in request handler comment

This commit is contained in:
Mordy Ovits 2017-12-25 19:44:07 -05:00 committed by GitHub
parent b04896700e
commit d4de45d4fb
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);