mirror of
https://github.com/developersu/ns-usbloader.git
synced 2025-05-13 22:54:49 -04:00
RCM (Fusée Gelée) support, numerous UI updates and a lot of things for version 2.
This commit is contained in:
parent
3d3fb56f9e
commit
010c33c593
36 changed files with 1572 additions and 92 deletions
|
@ -42,14 +42,14 @@ public class UsbCommunications extends Task<Void> {
|
|||
protected Void call() {
|
||||
logPrinter.print("\tStart chain", EMsgType.INFO);
|
||||
|
||||
UsbConnect usbConnect = new UsbConnect(logPrinter);
|
||||
UsbConnect usbConnect = new UsbConnect(logPrinter, false);
|
||||
|
||||
if (! usbConnect.isConnected()){
|
||||
close(EFileStatus.FAILED);
|
||||
return null;
|
||||
}
|
||||
|
||||
DeviceHandle handler = usbConnect.getHandlerNS();
|
||||
DeviceHandle handler = usbConnect.getNsHandler();
|
||||
|
||||
TransferModule module;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue