Focus: Do no formatting in the palette dumper

Fixes #4.

Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
pull/389/head
Gergely Nagy 8 years ago
parent 656c2934f3
commit 3069fbab81

@ -138,9 +138,7 @@ namespace KaleidoscopePlugins {
EEPROM.get (paletteBase + i * sizeof (color), color);
::Focus.printColor (color);
if (i < 15)
::Focus.printSeparator ();
::Focus.printSpace ();
}
Serial.println ();

Loading…
Cancel
Save