mirror of
https://github.com/developersu/ns-usbloader.git
synced 2025-05-13 14:44:48 -04:00
v0.4.1:
Code refactoring Updating checks functionality changes: avoid new version pop-ups for special builds (versions that have -DEV postfixes)
This commit is contained in:
parent
5d31e807dc
commit
2b5956d4f2
8 changed files with 204 additions and 147 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue