diff --git a/src/bitparser.cpp b/src/bitparser.cpp index c88f70f..c0ff5e4 100644 --- a/src/bitparser.cpp +++ b/src/bitparser.cpp @@ -109,6 +109,8 @@ int BitParser::parseHeader() _hdr["userId"] = value; } else if (key == "Version") { _hdr["version"] = value; + } else if (key == "SW_CRC") { + _hdr["crc"] = value; } else { printError("Unknown key " + key); return -1;