From d4de45d4fbfe9b7c5354eefeb544d971ff5d840f Mon Sep 17 00:00:00 2001 From: Mordy Ovits Date: Mon, 25 Dec 2017 19:44:07 -0500 Subject: [PATCH] Fix cut-and-paste error in request handler comment --- Arduino/McLighting/request_handlers.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Arduino/McLighting/request_handlers.h b/Arduino/McLighting/request_handlers.h index e79007b..cf05430 100644 --- a/Arduino/McLighting/request_handlers.h +++ b/Arduino/McLighting/request_handlers.h @@ -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);