LTS: signature considerations of long time support branches #4603

This commit is contained in:
rusefillc 2022-10-27 22:33:08 -04:00
parent f9fa729d8d
commit b06c0eea9f
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -12,6 +12,6 @@ public class FirmwareVersion {
@NotNull
public String encode() {
return Long.toString(crc32);
return "snap_" + (crc32 & 0xFFFF);
}
}