bitparser: Add COMPRESS key.

This commit is contained in:
Vegard Storheil Eriksen
2026-04-20 21:01:42 +02:00
parent 6520946400
commit 22c18f7d57
+2
View File
@@ -111,6 +111,8 @@ int BitParser::parseHeader()
_hdr["version"] = value;
} else if (key == "SW_CRC") {
_hdr["crc"] = value;
} else if (key == "COMPRESS") {
_hdr["compress"] = value;
} else {
printWarn("Unknown key " + key);
}