mirror of
https://github.com/SlimeVR/SlimeVR-Server.git
synced 2026-04-06 02:01:58 +02:00
Minor fixes
This commit is contained in:
@@ -53,7 +53,7 @@ public class WiFiWindow extends JFrame {
|
||||
|
||||
SerialPort[] ports = SerialPort.getCommPorts();
|
||||
for(SerialPort port : ports) {
|
||||
if(port.getDescriptivePortName().contains("CH340") || port.getDescriptivePortName().toLowerCase().contains("cp21")) {
|
||||
if(port.getDescriptivePortName().toLowerCase().contains("ch340") || port.getDescriptivePortName().toLowerCase().contains("cp21")) {
|
||||
trackerPort = port;
|
||||
break;
|
||||
}
|
||||
|
||||
@@ -8,7 +8,7 @@ import io.eiren.util.logging.LogManager;
|
||||
|
||||
public class Main {
|
||||
|
||||
public static String VERSION = "0.0.9";
|
||||
public static String VERSION = "0.0.10";
|
||||
|
||||
public static VRServer vrServer;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user