Skip to content

Commit 39c6433

Browse files
committed
Changed default driver from jssc to JSERIALCOMM on auto mode
1 parent a52b105 commit 39c6433

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/mycontroller/standalone/StartApp.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ private static boolean startServices() throws ClassNotFoundException, SQLExcepti
194194
if (AppProperties.getOsArch().startsWith("arm")) {
195195
serialPortDriver = AppProperties.SERIAL_PORT_DRIVER.PI4J.toString();
196196
} else {
197-
serialPortDriver = AppProperties.SERIAL_PORT_DRIVER.JSSC.toString();
197+
serialPortDriver = AppProperties.SERIAL_PORT_DRIVER.JSERIALCOMM.toString();
198198
}
199199
}
200200
//Open Serial Port

0 commit comments

Comments
 (0)