mirror of
https://github.com/developersu/ns-usbloader.git
synced 2025-05-13 14:44:48 -04:00
WIP. Frontend 95% ready. Network backend 80% ready.
This commit is contained in:
parent
5e4a93af7c
commit
863c69affa
6 changed files with 134 additions and 34 deletions
|
@ -216,7 +216,6 @@ public class UsbCommunications extends Task<Void> {
|
|||
}
|
||||
|
||||
close();
|
||||
logPrinter.print("\tEnd chain", EMsgType.INFO);
|
||||
return null;
|
||||
}
|
||||
/**
|
||||
|
@ -709,6 +708,7 @@ public class UsbCommunications extends Task<Void> {
|
|||
|
||||
// Report status and close
|
||||
logPrinter.update(nspMap, status);
|
||||
logPrinter.print("\tEnd chain", EMsgType.INFO);
|
||||
logPrinter.close();
|
||||
}
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue