LTS: signature considerations of long time support branches #4603

This commit is contained in:
rusefillc 2022-10-27 22:33:08 -04:00
parent 92bed0c699
commit eb23f8e3b3
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);
}
}