|
|
@ -186,7 +186,7 @@ LEDControl_::focusHook (const char *command) {
|
|
|
|
if (Serial.peek () == '\n') {
|
|
|
|
if (Serial.peek () == '\n') {
|
|
|
|
cRGB c = LEDControl.led_get_crgb_at (idx);
|
|
|
|
cRGB c = LEDControl.led_get_crgb_at (idx);
|
|
|
|
|
|
|
|
|
|
|
|
Focus.printColor (c);
|
|
|
|
Focus.printColor (c.r, c.g, c.b);
|
|
|
|
Serial.println ();
|
|
|
|
Serial.println ();
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
|
cRGB c;
|
|
|
|
cRGB c;
|
|
|
@ -235,7 +235,7 @@ LEDControl_::focusHook (const char *command) {
|
|
|
|
for (uint8_t idx = 0; idx < LED_COUNT; idx++) {
|
|
|
|
for (uint8_t idx = 0; idx < LED_COUNT; idx++) {
|
|
|
|
cRGB c = LEDControl.led_get_crgb_at (idx);
|
|
|
|
cRGB c = LEDControl.led_get_crgb_at (idx);
|
|
|
|
|
|
|
|
|
|
|
|
Focus.printColor (c);
|
|
|
|
Focus.printColor (c.r, c.g, c.b);
|
|
|
|
Focus.printSpace ();
|
|
|
|
Focus.printSpace ();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
Serial.println ();
|
|
|
|
Serial.println ();
|
|
|
|