mirror of
https://github.com/developersu/ns-usbloader.git
synced 2025-05-14 07:04:50 -04:00
v0.8 GoldLeaf v0.5 support. Optional. Updated since v0.5.2.
This commit is contained in:
parent
1d0a6086de
commit
bdb91b0e0a
13 changed files with 614 additions and 9 deletions
|
@ -54,8 +54,10 @@ public class UsbCommunications extends Task<Void> {
|
|||
|
||||
if (protocol.equals("TinFoil"))
|
||||
module = new TinFoil(handler, nspMap, this, logPrinter);
|
||||
else
|
||||
else if (protocol.equals("GoldLeaf"))
|
||||
module = new GoldLeaf(handler, nspMap, this, logPrinter, nspFilterForGl);
|
||||
else
|
||||
module = new GoldLeaf_05(handler, nspMap, this, logPrinter);
|
||||
|
||||
usbConnect.close();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue