Focus: Don't format the eeprom.dump output

Fixes #1.

Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
pull/365/head
Gergely Nagy 8 years ago
parent 19b5655770
commit 0bfb773619

@ -80,8 +80,6 @@ namespace FocusHooks {
uint8_t d = EEPROM[i];
Focus.printNumber (d);
Focus.printSpace ();
if ((i + 1) % 32 == 0)
Serial.println ();
}
break;
case UPLOAD:

Loading…
Cancel
Save