mirror of
https://github.com/developersu/ns-usbloader.git
synced 2025-05-13 14:44:48 -04:00
v0.3 UI is ready
This commit is contained in:
parent
9bf4a76076
commit
31045683e4
12 changed files with 206 additions and 60 deletions
|
@ -1,6 +1,7 @@
|
|||
package nsusbloader.USB;
|
||||
|
||||
import javafx.concurrent.Task;
|
||||
import nsusbloader.ModelControllers.LogPrinter;
|
||||
import nsusbloader.NSLDataTypes.EFileStatus;
|
||||
import nsusbloader.NSLDataTypes.EMsgType;
|
||||
import nsusbloader.USB.PFS.PFSProvider;
|
||||
|
@ -707,7 +708,8 @@ public class UsbCommunications extends Task<Void> {
|
|||
}
|
||||
|
||||
// Report status and close
|
||||
logPrinter.updateAndClose(nspMap, status);
|
||||
logPrinter.update(nspMap, status);
|
||||
logPrinter.close();
|
||||
}
|
||||
/**
|
||||
* Sending any byte array to USB device
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue