Code refactoring
Updating checks functionality changes: avoid new version pop-ups for special builds (versions that have -DEV postfixes)
This commit is contained in:
Dmitry Isaenko 2019-04-10 13:07:28 +03:00
parent 5d31e807dc
commit 2b5956d4f2
8 changed files with 204 additions and 147 deletions

View file

@ -456,7 +456,7 @@ public class UsbCommunications extends Task<Void> {
* GoldLeaf processing
* */
private class GoldLeaf{
// CMD G L U C ID 0 0 0
// CMD G L U C
private final byte[] CMD_GLUC = new byte[]{0x47, 0x4c, 0x55, 0x43};
private final byte[] CMD_ConnectionRequest = new byte[]{0x00, 0x00, 0x00, 0x00}; // Write-only command
private final byte[] CMD_NSPName = new byte[]{0x02, 0x00, 0x00, 0x00}; // Write-only command