LTS: signature considerations of long time support branches #4603
This commit is contained in:
parent
f9fa729d8d
commit
b06c0eea9f
Binary file not shown.
|
@ -12,6 +12,6 @@ public class FirmwareVersion {
|
|||
|
||||
@NotNull
|
||||
public String encode() {
|
||||
return Long.toString(crc32);
|
||||
return "snap_" + (crc32 & 0xFFFF);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue