Fix cut-and-paste error in request handler comment
This commit is contained in:
parent
b04896700e
commit
d4de45d4fb
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue