WIP. Frontend 95% ready. Network backend 80% ready.

This commit is contained in:
Dmitry Isaenko 2019-03-19 07:01:30 +03:00
parent 5e4a93af7c
commit 863c69affa
6 changed files with 134 additions and 34 deletions

View file

@ -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();
}
/**