Fix the `settings.version` Focus command

There was a missing `break`, so control flowed through to the CRC case.

Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
pull/365/head
Gergely Nagy 8 years ago
parent f1e7ab05eb
commit 26d7af1b96

@ -47,6 +47,7 @@ namespace FocusHooks {
break;
case GETVERSION:
Serial.println (EEPROMSettings.version ());
break;
case CRC:
Serial.print (::CRC.crc, HEX);
Serial.print (F("/"));

Loading…
Cancel
Save