Readme update. Using usb4java 1.3.0 for upstream, 1.2.0 for High Sierra (and? Sierra).

This commit is contained in:
Dmitry Isaenko 2019-03-20 03:41:10 +03:00
parent 7c3bb790ee
commit c3c07b7216
2 changed files with 2 additions and 1 deletions

View file

@ -93,6 +93,7 @@ root # udevadm control --reload-rules && udevadm trigger
### Known bugs
* Unable to interrupt transmission when libusb awaiting for read event (when user sent NSP list but didn't selected anything on NS). Also, sometimes, when network transmission started and nothing received from NS.
* Unable to use it on macOS version lower then Mojave. See: [Failing to claim interface on OSX](https://github.com/developersu/ns-usbloader/issues/2). Could be solved by using different build (different JAR).
#### NOTES
Table 'Status' = 'Uploaded' does not mean that file installed. It means that it has been sent to NS without any issues! That's what this app about.

View file

@ -140,7 +140,7 @@
<dependency>
<groupId>org.usb4java</groupId>
<artifactId>usb4java</artifactId>
<version>1.2.0</version>
<version>1.3.0</version>
<scope>compile</scope>
</dependency>
</dependencies>