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