Skip to content

feat(qe): Improve SerialPortTool #2044

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 11 commits into from
7 changes: 4 additions & 3 deletions .idea/artifacts/javafxTool_qe_mac_jar.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 5 additions & 4 deletions .idea/artifacts/javafxTool_qe_win_jar.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions core/src/main/java/com/tlcsdm/core/util/DependencyInfo.java
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,10 @@ private static class SingletonInstance {
"https://javaluator.fathzer.com", "Apache License, Version 2.0",
"https://www.apache.org/licenses/LICENSE-2.0"),

new Dependency("com.fazecast", "jSerialComm", "2.11.0", false,
"https://fazecast.github.io/jSerialComm", "GNU LGPL",
"https://www.gnu.org/licenses/lgpl-3.0.html"),

new Dependency("com.github.gino0631", "icns-core", "1.2", false,
"https://github.com/gino0631/icns", "GNU LGPL",
"https://opensource.org/license/lgpl-3-0"));
Expand Down
Loading
Loading